diff options
author | raghunayyar <me@iraghu.com> | 2014-03-30 15:48:47 +0530 |
---|---|---|
committer | raghunayyar <me@iraghu.com> | 2014-03-30 15:48:47 +0530 |
commit | 881c66df52cba16df17297a88978297231d1d7d9 (patch) | |
tree | 2b0eac64c7d788527a9db6a31b4cfa3d61668196 /core | |
parent | 3d8ce8104f134d8c53bedc62ef9e0fcbb9e03465 (diff) | |
download | nextcloud-server-881c66df52cba16df17297a88978297231d1d7d9.tar.gz nextcloud-server-881c66df52cba16df17297a88978297231d1d7d9.zip |
Removes highlighting of selected items, padding from apps management.
Diffstat (limited to 'core')
-rw-r--r-- | core/css/apps.css | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/core/css/apps.css b/core/css/apps.css index 5bfc2d4a08e..9e48e28fce9 100644 --- a/core/css/apps.css +++ b/core/css/apps.css @@ -35,9 +35,6 @@ #app-navigation li:hover > a { background-color: #ddd; } -#app-navigation .active { - font-weight:700; -} #app-navigation .selected, #app-navigation .selected a { background-color:#ddd; |