diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2013-10-03 16:35:42 +0300 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2013-10-03 16:35:42 +0300 |
commit | 308d4383a36008f694d2d64ec85540f2f60a0e6b (patch) | |
tree | 1e19919077714f3f545e61a7e1253cafb26669a2 /core/css/apps.css | |
parent | de175a4b0f0971c9cbbf912bbc3fd8cbc190b53d (diff) | |
download | nextcloud-server-308d4383a36008f694d2d64ec85540f2f60a0e6b.tar.gz nextcloud-server-308d4383a36008f694d2d64ec85540f2f60a0e6b.zip |
simplify input elements for less cognitive load. No box-shadow, no text-shadow, smaller border-radius
Diffstat (limited to 'core/css/apps.css')
-rw-r--r-- | core/css/apps.css | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/core/css/apps.css b/core/css/apps.css index f6c20e6cc6a..80989af6bd6 100644 --- a/core/css/apps.css +++ b/core/css/apps.css @@ -27,13 +27,11 @@ position: relative; width: 100%; -moz-box-sizing: border-box; box-sizing: border-box; - text-shadow: 0 1px 0 rgba(255,255,255,.9); } #app-navigation .active, #app-navigation .active a, #app-navigation li:hover > a { background-color: #ddd; - text-shadow: 0 1px 0 rgba(255,255,255,.7); } /* special rules for first-level entries and folders */ @@ -119,7 +117,7 @@ } #app-navigation > ul .open:hover { - -moz-box-shadow: inset 0 0 3px #ccc; -webkit-box-shadow: inset 0 0 3px #ccc; box-shadow: inset 0 0 3px #ccc; + box-shadow: inset 0 0 3px #ccc; } #app-navigation > ul .open ul { |