diff options
author | Morris Jobke <morris.jobke@gmail.com> | 2014-03-31 13:51:53 +0200 |
---|---|---|
committer | Morris Jobke <morris.jobke@gmail.com> | 2014-03-31 13:51:53 +0200 |
commit | 8bd308ffedec77f1dd4b7ddaf588c7a4029ea34f (patch) | |
tree | cd288ee67f98dec2f3aeae3c578d46450a684ff9 | |
parent | 881c66df52cba16df17297a88978297231d1d7d9 (diff) | |
download | nextcloud-server-8bd308ffedec77f1dd4b7ddaf588c7a4029ea34f.tar.gz nextcloud-server-8bd308ffedec77f1dd4b7ddaf588c7a4029ea34f.zip |
merge CSS rules
-rw-r--r-- | core/css/apps.css | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/core/css/apps.css b/core/css/apps.css index 9e48e28fce9..5899aa09090 100644 --- a/core/css/apps.css +++ b/core/css/apps.css @@ -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 */ |