| @@ -87,7 +87,7 @@ th a { | |||||
| color: #290c00; | 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: #945973; | |||||
| border: 1px solid #945973; | border: 1px solid #945973; | ||||
| color: #290c00; | color: #290c00; | ||||
| font-weight: bold; | font-weight: bold; | ||||
| @@ -95,7 +95,7 @@ input[type="checkbox"], input[type="button"], input[type="submit"], input[type=" | |||||
| -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: #945973; | |||||
| background: #EEEEEE; | |||||
| border: 1px solid #290c00; | border: 1px solid #290c00; | ||||
| color: #290c00; | color: #290c00; | ||||
| font-weight: bold; | font-weight: bold; | ||||