diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-06-06 12:24:44 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-06-06 12:24:44 +0200 |
commit | b5b4350adadb7b89c06ba37fa072c2cf26102355 (patch) | |
tree | ff864cca018e44c7fb2a57bd21a696ad583943d6 | |
parent | a6f9dd9c4b6cc4ddfbfe3c6b6d842c5cfe250767 (diff) | |
download | nextcloud-server-b5b4350adadb7b89c06ba37fa072c2cf26102355.tar.gz nextcloud-server-b5b4350adadb7b89c06ba37fa072c2cf26102355.zip |
slight transparency for controls bar for more open feel
-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 5e0546536ab..6e8f6868b1d 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -250,7 +250,7 @@ input[type="submit"].enabled { width: 100%; padding: 0; margin: 0; - background: #eee; + background-color: rgba(235, 235, 235, .85); border-bottom: 1px solid #e7e7e7; z-index: 50; -webkit-user-select: none; |