Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2014-06-06 14:24:44 +0400
committerJan-Christoph Borchardt <hey@jancborchardt.net>2014-06-06 14:24:44 +0400
commitb5b4350adadb7b89c06ba37fa072c2cf26102355 (patch)
treeff864cca018e44c7fb2a57bd21a696ad583943d6 /core/css/styles.css
parenta6f9dd9c4b6cc4ddfbfe3c6b6d842c5cfe250767 (diff)
slight transparency for controls bar for more open feel
Diffstat (limited to 'core/css/styles.css')
-rw-r--r--core/css/styles.css2
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;