]> source.dussan.org Git - nextcloud-server.git/commitdiff
only show navigation scrollbar on hover, when needed, to be less obtrusive
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Thu, 14 Feb 2013 08:58:31 +0000 (09:58 +0100)
committerJan-Christoph Borchardt <hey@jancborchardt.net>
Thu, 14 Feb 2013 08:58:31 +0000 (09:58 +0100)
core/css/styles.css

index b8b6188671e76850ebb463710a12397a191ab341..738688a21a0bd4aa5e6a2d0cfebc5823b8681aa8 100644 (file)
@@ -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;