diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-07-02 15:25:17 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-07-02 15:25:17 +0200 |
commit | c632ea854f9840975a47104824da963c1aefacad (patch) | |
tree | 17990e9049075a729baa2207d23538569f425085 | |
parent | 59629e688c3cc470279576524eac93041c253147 (diff) | |
download | nextcloud-server-c632ea854f9840975a47104824da963c1aefacad.tar.gz nextcloud-server-c632ea854f9840975a47104824da963c1aefacad.zip |
change controls bar color to white for less grey-in-grey design
-rw-r--r-- | core/css/styles.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/css/styles.css b/core/css/styles.css index 66af01ae3c5..60025bf2922 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -250,8 +250,8 @@ input[type="submit"].enabled { width: 100%; padding: 0; margin: 0; - background-color: rgba(235, 235, 235, .85); - border-bottom: 1px solid #e7e7e7; + background-color: rgba(255, 255, 255, .85); + border-bottom: 1px solid #f8f8f8; z-index: 50; -webkit-user-select: none; -moz-user-select: none; |