]> source.dussan.org Git - nextcloud-server.git/commitdiff
increase opacity of inactive apps and settings entries for better visibility
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Thu, 31 Jan 2013 13:32:07 +0000 (14:32 +0100)
committerJan-Christoph Borchardt <hey@jancborchardt.net>
Thu, 31 Jan 2013 13:32:07 +0000 (14:32 +0100)
core/css/styles.css

index ede06bb548f68b37aea9b5521d6d74ebc036b584..8eb67b2e723c20c6abbe17e0172cc3485bf1a83f 100644 (file)
@@ -193,7 +193,7 @@ fieldset.warning legend { color:#b94a48 !important; }
 #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:.3;
+       color:#fff; text-shadow:#000 0 -1px 0; opacity:.4;
        white-space:nowrap; overflow:hidden; text-overflow:ellipsis; // ellipsize long app names
 }
        #navigation a:hover, #navigation a:focus { opacity:.8; }
@@ -208,10 +208,10 @@ fieldset.warning legend { color:#b94a48 !important; }
 #settings { float:right; margin-top:7px; color:#bbb; text-shadow:0 -1px 0 #000; }
 #expand { padding:15px; cursor:pointer; font-weight:bold; }
 #expand:hover, #expand:focus, #expand:active { color:#fff; }
-#expand img { opacity:.5; margin-bottom:-2px; }
+#expand img { opacity:.7; margin-bottom:-2px; }
 #expand:hover img, #expand:focus img, #expand:active img { opacity:1; }
 #expanddiv { position:absolute; right:0; top:45px; background-color:#444; border-bottom-left-radius:7px; box-shadow: 0 0 20px rgb(29,45,68); z-index:76; }
-       #expanddiv a { display:block; color:#fff; text-shadow:0 -1px 0 #000; padding:0 8px; opacity:.6; }
+       #expanddiv a { display:block; color:#fff; text-shadow:0 -1px 0 #000; padding:0 8px; opacity:.7; }
        #expanddiv a img { margin-bottom:-3px; }
        #expanddiv a:hover, #expanddiv a:focus, #expanddiv a:active { opacity:1; }