diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2013-02-08 19:33:22 +0100 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2013-02-08 19:33:22 +0100 |
commit | c73f525050dc8b6a17d630359ea73784cad1f4b6 (patch) | |
tree | 55ad8ccae5e898c4368e5e95b7502b4541863615 /core | |
parent | 59249ebc0ca3731711ee99d591742164b32d0cdd (diff) | |
download | nextcloud-server-c73f525050dc8b6a17d630359ea73784cad1f4b6.tar.gz nextcloud-server-c73f525050dc8b6a17d630359ea73784cad1f4b6.zip |
brighter grey for the navigation bar, hopefully solves the weird similarity to the header
Diffstat (limited to 'core')
-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 cefab2d49ff..d4ba6f13e53 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -219,14 +219,14 @@ fieldset.warning legend { color:#b94a48 !important; } /* NAVIGATION ------------------------------------------------------------- */ #navigation { position:fixed; top:3.5em; float:left; width:64px; padding:0; z-index:75; height:100%; - background:#30343a url('../img/noise.png') repeat; border-right:1px #333 solid; + background:#383c43 url('../img/noise.png') repeat; border-right:1px #333 solid; -moz-box-shadow:0 0 7px #000; -webkit-box-shadow:0 0 7px #000; box-shadow:0 0 7px #000; overflow-x:scroll; } #navigation a { display:block; padding:8px 0 4px; text-decoration:none; font-size:10px; text-align:center; - color:#fff; text-shadow:#000 0 -1px 0; opacity:.4; + color:#fff; text-shadow:#000 0 -1px 0; opacity:.5; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; // ellipsize long app names } #navigation a:hover, #navigation a:focus { opacity:.8; } |