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