mirror of
https://github.com/nextcloud/server.git
synced 2026-06-14 19:20:35 -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