From 3ac6f3c6c42f752de10184c0f7060a6e808d2c99 Mon Sep 17 00:00:00 2001 From: carmie Date: Mon, 19 Jan 2009 00:27:17 +0000 Subject: [PATCH] git-svn-id: file:///srv/caca.zoy.org/var/lib/svn/web/branches/test@3374 92316355-f0b4-4df1-b90c-862c8a59935f --- trac/htdocs/main.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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 {