mirror of
https://github.com/nextcloud/server.git
synced 2026-04-29 18:11:41 -04:00
merge CSS rules
This commit is contained in:
parent
881c66df52
commit
8bd308ffed
1 changed files with 2 additions and 4 deletions
|
|
@ -32,12 +32,10 @@
|
|||
#app-navigation .active a {
|
||||
background-color: #eee;
|
||||
}
|
||||
#app-navigation li:hover > a {
|
||||
background-color: #ddd;
|
||||
}
|
||||
#app-navigation li:hover > a,
|
||||
#app-navigation .selected,
|
||||
#app-navigation .selected a {
|
||||
background-color:#ddd;
|
||||
background-color: #ddd;
|
||||
}
|
||||
|
||||
/* special rules for first-level entries and folders */
|
||||
|
|
|
|||
Loading…
Reference in a new issue