better contrast and grouping for blocks in personal settings through darker background color
This commit is contained in:
parent
2a936670ce
commit
651f1b0995
1 changed files with 15 additions and 2 deletions
|
@ -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; }
|
||||
|
||||
|
|
Loading…
Reference in a new issue