Fixed app module section link hover color.
parent
ed25f0fdde
commit
17bb35c559
|
|
@ -106,6 +106,11 @@
|
|||
font-weight: normal;
|
||||
}
|
||||
|
||||
.admin-interface #nav-sidebar .current-app .section:focus,
|
||||
.admin-interface #nav-sidebar .current-app .section:hover {
|
||||
color: {{ theme.css_module_link_hover_color }};
|
||||
}
|
||||
|
||||
.admin-interface #nav-sidebar .current-model {
|
||||
background: #FFFFCC;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue