| @@ -88,14 +88,14 @@ th a { | |||||
| } | } | ||||
| 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 #945973; | |||||
| color: #290c00; | color: #290c00; | ||||
| font-weight: bold; | font-weight: bold; | ||||
| -moz-border-radius: 5px; | -moz-border-radius: 5px; | ||||
| -webkit-border-radius: 5px; | -webkit-border-radius: 5px; | ||||
| } | } | ||||
| 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: #945973; | |||||
| border: 1px solid #290c00; | border: 1px solid #290c00; | ||||
| color: #290c00; | color: #290c00; | ||||
| font-weight: bold; | font-weight: bold; | ||||
| @@ -104,7 +104,7 @@ input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hove | |||||
| } | } | ||||
| select, input[type="text"], input.textwidget, textarea { | select, input[type="text"], input.textwidget, textarea { | ||||
| background: white; | background: white; | ||||
| border: 1px solid #88AA77; | |||||
| border: 1px solid #945973; | |||||
| -moz-border-radius: 5px; | -moz-border-radius: 5px; | ||||
| -webkit-border-radius: 5px; | -webkit-border-radius: 5px; | ||||
| } | } | ||||