]> source.dussan.org Git - nextcloud-server.git/commitdiff
better contrast and grouping for blocks in personal settings through darker backgroun...
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Tue, 11 Jun 2013 12:51:06 +0000 (14:51 +0200)
committerJan-Christoph Borchardt <hey@jancborchardt.net>
Tue, 11 Jun 2013 12:51:06 +0000 (14:51 +0200)
core/css/styles.css

index 319e9559d91cdbfe0a6d3eaa1845c75f4f5ca7ec..0987dafd617de8d7c2e86e134112d299ecdffafc 100644 (file)
@@ -355,14 +355,27 @@ tr .action { width:16px; height:16px; }
 tr:hover .action:hover, .selectedActions a:hover, .header-action:hover { -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter:alpha(opacity=100); opacity:1; }
 tbody tr:hover, tr:active { background-color:#f8f8f8; }
 
-#body-settings .personalblock, #body-settings .helpblock { padding:.5em 1em; margin:1em; background:#f8f8f8; color:#555; text-shadow:#fff 0 1px 0; -moz-border-radius:.5em; -webkit-border-radius:.5em; border-radius:.5em; }
+#body-settings .personalblock, #body-settings .helpblock {
+       padding: .5em 1em;
+       margin: 1em;
+       background-color: rgb(240,240,240);
+       color: #555;
+       text-shadow: #fff 0 1px 0;
+       -moz-border-radius: .5em; -webkit-border-radius: .5em; border-radius: .5em;
+}
 #body-settings .personalblock#quota { position:relative; padding:0; }
 #body-settings #controls+.helpblock { position:relative; margin-top:3em; }
 .personalblock > legend { margin-top:2em; }
 .personalblock > legend, th, dt, label { font-weight:bold; }
 code { font-family:"Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", monospace; }
 
-#quota div, div.jp-play-bar, div.jp-seek-bar { padding:0; background:#e6e6e6; font-weight:normal; white-space:nowrap; -moz-border-radius-bottomleft:.4em; -webkit-border-bottom-left-radius:.4em; border-bottom-left-radius:.4em; -moz-border-radius-topleft:.4em; -webkit-border-top-left-radius:.4em; border-top-left-radius:.4em; }
+#quota div, div.jp-play-bar, div.jp-seek-bar {
+       padding: 0;
+       background-color: rgb(220,220,220);
+       font-weight: normal;
+       white-space: nowrap;
+       -moz-border-radius-bottomleft: .4em; -webkit-border-bottom-left-radius: .4em; border-bottom-left-radius:.4em;
+       -moz-border-radius-topleft: .4em; -webkit-border-top-left-radius: .4em; border-top-left-radius: .4em; }
 #quotatext {padding:.6em 1em;}
 div.jp-play-bar, div.jp-seek-bar { padding:0; }