diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2013-06-11 14:50:23 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2013-06-11 14:50:23 +0200 |
commit | 2a936670ce513b411417a2bda9419ea2541c230d (patch) | |
tree | 59867f4b741711977d0b6b3751cf30a12aa765cb /core | |
parent | 5d4ff0e53751e5e8e7810eb361706fbc4eccdadb (diff) | |
download | nextcloud-server-2a936670ce513b411417a2bda9419ea2541c230d.tar.gz nextcloud-server-2a936670ce513b411417a2bda9419ea2541c230d.zip |
better contrast for controls bar
Diffstat (limited to 'core')
-rw-r--r-- | core/css/styles.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/css/styles.css b/core/css/styles.css index 313f89195df..319e9559d91 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -141,7 +141,7 @@ input[type="submit"].enabled { background:#66f866; border:1px solid #5e5; -moz-b padding:0 70px 0 0.5em; margin:0; -moz-box-sizing:border-box; box-sizing:border-box; -moz-box-shadow:0 -3px 7px #000; -webkit-box-shadow:0 -3px 7px #000; box-shadow:0 -3px 7px #000; - background:#f7f7f7; border-bottom:1px solid #eee; z-index:50; + background:#eee; border-bottom:1px solid #e7e7e7; z-index:50; } #controls .button { display:inline-block; } |