aboutsummaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2013-02-14 09:58:31 +0100
committerJan-Christoph Borchardt <hey@jancborchardt.net>2013-02-14 09:58:31 +0100
commit7d8898065ea697f91d73f3a6e600ad3150118a1e (patch)
tree487e440eb74123eb807209a0a00baab2487c70f6 /core
parent8d9352a40d6b02e17889ba02962e0a3880e0995e (diff)
downloadnextcloud-server-7d8898065ea697f91d73f3a6e600ad3150118a1e.tar.gz
nextcloud-server-7d8898065ea697f91d73f3a6e600ad3150118a1e.zip
only show navigation scrollbar on hover, when needed, to be less obtrusive
Diffstat (limited to 'core')
-rw-r--r--core/css/styles.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/css/styles.css b/core/css/styles.css
index b8b6188671e..738688a21a0 100644
--- a/core/css/styles.css
+++ b/core/css/styles.css
@@ -225,8 +225,9 @@ fieldset.warning a { color:#b94a48 !important; font-weight:bold; }
position:fixed; top:3.5em; float:left; width:64px; padding:0; z-index:75; height:100%;
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;
+ overflow:hidden;
}
+#navigation:hover { overflow-y:auto; }
#navigation a {
display:block; padding:8px 0 4px;
text-decoration:none; font-size:10px; text-align:center;