diff options
| author | lotus <lotus@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2008-10-01 13:07:24 +0000 |
|---|---|---|
| committer | lotus <lotus@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2008-10-01 13:07:24 +0000 |
| commit | e5904e6a21a4a0a081bec14f615e69a21c20a6e7 (patch) | |
| tree | cf87aad0430e1146579c5ddcdf978a9693d36627 /skins | |
| parent | 93ddf206e65e8c075a4fcae0e3235ed181069160 (diff) | |
removed color definition for input elements in default skin
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5234 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'skins')
| -rw-r--r-- | skins/default.css | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/skins/default.css b/skins/default.css index b2d018326..8a5613904 100644 --- a/skins/default.css +++ b/skins/default.css @@ -155,6 +155,10 @@ div.ProgressBarFill { /* Searchresults */ +form.search.small h2 { + border-bottom:1px solid #CAD5E3; +} + .searchresults { /*border-top:1px #000 dashed;*/ } @@ -229,10 +233,10 @@ fieldset { border:1px solid #aaa; } -input, select, textarea, button { +/* input, select, textarea, button { color: black; background-color: white; -} +} */ legend { background-color:#88aaaa; |
