diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2013-02-08 13:30:25 -0800 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2013-02-08 13:30:25 -0800 |
commit | f42ac9704593d1fe4e4ea4131f1c55a7fd148114 (patch) | |
tree | bc03285b7048e52a7d78eb5e945afbc3d64fdc02 /core | |
parent | 84657cbdabf871c05df7c76625f469e0a4ac0684 (diff) | |
parent | c73f525050dc8b6a17d630359ea73784cad1f4b6 (diff) | |
download | nextcloud-server-f42ac9704593d1fe4e4ea4131f1c55a7fd148114.tar.gz nextcloud-server-f42ac9704593d1fe4e4ea4131f1c55a7fd148114.zip |
Merge pull request #1547 from owncloud/navigation-color
brighter grey for the navigation bar
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 fd74ffc5981..556ca6b82bb 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -220,14 +220,14 @@ fieldset.warning a { color:#b94a48 !important; font-weight:bold; } /* 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; } |