apply proposed change
This commit is contained in:
parent
8bd308ffed
commit
0d2a81a095
1 changed files with 2 additions and 2 deletions
|
@ -30,12 +30,12 @@
|
|||
}
|
||||
#app-navigation .active,
|
||||
#app-navigation .active a {
|
||||
background-color: #eee;
|
||||
background-color: #ddd;
|
||||
}
|
||||
#app-navigation li:hover > a,
|
||||
#app-navigation .selected,
|
||||
#app-navigation .selected a {
|
||||
background-color: #ddd;
|
||||
background-color: #ccc;
|
||||
}
|
||||
|
||||
/* special rules for first-level entries and folders */
|
||||
|
|
Loading…
Reference in a new issue