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 | |
parent | 3d8ce8104f134d8c53bedc62ef9e0fcbb9e03465 (diff) | |
download | nextcloud-server-881c66df52cba16df17297a88978297231d1d7d9.tar.gz nextcloud-server-881c66df52cba16df17297a88978297231d1d7d9.zip |
Removes highlighting of selected items, padding from apps management.
-rw-r--r-- | core/css/apps.css | 3 | ||||
-rw-r--r-- | settings/css/settings.css | 3 |
2 files changed, 3 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; diff --git a/settings/css/settings.css b/settings/css/settings.css index d7d8b0aede2..50e3eacbc12 100644 --- a/settings/css/settings.css +++ b/settings/css/settings.css @@ -100,6 +100,9 @@ select.quota.active { background: #fff; } /* APPS */ .appinfo { margin: 1em 40px; } h3 { font-size: 1.4em; font-weight: bold; } +#app-navigation { + padding-bottom: 0px; +} #app-navigation .appwarning { background: #fcc; } |