mirror of
https://github.com/silverstripe/silverstripe-docsviewer
synced 2024-10-22 11:05:56 +02:00
restyling color and height of (sub)menu items
Some css settings, adapted from themse/ssorgsite/css/core.css
This commit is contained in:
parent
344161be54
commit
08bfb941d4
@ -332,4 +332,15 @@ span.is-folder {float: right;}
|
|||||||
#table-of-contents a:focus {
|
#table-of-contents a:focus {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
color: #1389ce;
|
color: #1389ce;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* some settings adapted from themes/ssorgsites/css/core.css */
|
||||||
|
#sidebar-column a {
|
||||||
|
padding: 2px 10px;
|
||||||
|
}
|
||||||
|
#sidebar-column a:hover,
|
||||||
|
#sidebar-column a:focus,
|
||||||
|
#sidebar-column a:visited {
|
||||||
|
text-decoration: none;
|
||||||
|
color: #1389ce;
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user