From: Chip Black Date: Tue, 24 Apr 2012 22:12:22 +0000 (-0700) Subject: Fix reverse colors for dialogs and header fields X-Git-Tag: v1.7~2^2~20 X-Git-Url: http://git.bytex64.net/?a=commitdiff_plain;h=b1a0c97ba2653976a4b4eb91d989ebf6eafdcc18;p=blerg.git Fix reverse colors for dialogs and header fields --- diff --git a/www/css/blerg.css b/www/css/blerg.css index a167578..f0e5568 100644 --- a/www/css/blerg.css +++ b/www/css/blerg.css @@ -52,6 +52,14 @@ a > img { text-shadow: black 0px 1px; } +.blerg-header .onyx-input, .blerg-header .onyx-textarea { + color: white; +} + +.blerg-header .onyx-focused > .onyx-input, .blerg-header .onyx-focused > .onyx-textarea { + color: black; +} + .blerg-controls { float: right; position: relative; @@ -130,7 +138,7 @@ h1, h2, h3 { .blerg-post .onyx-input-decorator { display: block; - border-color: #CCC; + border-color: #999; margin: 4pt 0; } @@ -194,12 +202,6 @@ h1, h2, h3 { color: #8F8F8F; } -#navigation { - font-size: small; - color: #8F8F8F; - text-align: right; -} - .latest h2 { font-size: 16pt; } @@ -227,10 +229,6 @@ h1, h2, h3 { font-weight: bold; } -#usercontrols { - font-weight: bold; -} - .quote { border-left: 2px solid blue; padding-left: 6px; @@ -259,4 +257,14 @@ h1, h2, h3 { .blerg-dialog .onyx-input { width: 100%; + color: white; +} + +.blerg-dialog .onyx-focused > .onyx-input { + color: black; +} + +.blerg-error { + color: red; + font-weight: bold; }