diff options
author | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2017-01-22 17:57:10 +0100 |
---|---|---|
committer | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2017-01-22 17:57:10 +0100 |
commit | 08361e61d27cb622fa3c1164e764ccc2e7201d65 (patch) | |
tree | f84b01dbfea01522804e097644f3cd44b9403a42 /core | |
parent | 4c47b8e3a3b8da9963d29fa7d0fc750c32e5c999 (diff) | |
download | nextcloud-server-08361e61d27cb622fa3c1164e764ccc2e7201d65.tar.gz nextcloud-server-08361e61d27cb622fa3c1164e764ccc2e7201d65.zip |
App navigation utils buttons shadow fix
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'core')
-rw-r--r-- | core/css/apps.scss | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/core/css/apps.scss b/core/css/apps.scss index 115e2b64f0f..17eb2c1f9ad 100644 --- a/core/css/apps.scss +++ b/core/css/apps.scss @@ -214,7 +214,8 @@ em { top: 0; bottom: 0; font-size: 12px; - button, .counter { + button, + .counter { width: 44px; height: 44px; padding-top: 12px; @@ -258,6 +259,7 @@ em { height: 100%; width: 100%; margin: 0; + box-shadow: none; } .app-navigation-entry-utils-menu-button { button { |