diff --git a/trac/htdocs/main.css b/trac/htdocs/main.css index 6696512..bb5154c 100644 --- a/trac/htdocs/main.css +++ b/trac/htdocs/main.css @@ -63,11 +63,11 @@ dt em { fieldset { background: #88AA77; - border-color: #224422; + border-color: #290c00; } legend { - color: #224422; - border-bottom: 1px solid #224422; + color: #290c00; + border-bottom: 1px solid #290c00; background: #fff; } th { @@ -76,18 +76,18 @@ th { font-weight: bold; } th a { - color: #224422; + color: #290c00; } input[type="checkbox"], input[type="button"], input[type="submit"], input[type="reset"] { background: #EEEEEE; border: 1px solid #88AA77; - color: #224422; + color: #290c00; font-weight: bold; } input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover { background: #88AA77; - border: 1px solid #224422; - color: #224422; + border: 1px solid #290c00; + color: #290c00; font-weight: bold; } select, input[type="text"], input.textwidget, textarea {