| @@ -219,15 +219,18 @@ img.matrix { | |||||
| /* == FORMS == */ | /* == FORMS == */ | ||||
| input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover { | |||||
| background: #674e4e; | |||||
| color: #fff; | |||||
| } | |||||
| input[type="button"], input[type="submit"], input[type="reset"] { | input[type="button"], input[type="submit"], input[type="reset"] { | ||||
| background: #674e4e; | background: #674e4e; | ||||
| border: 1px solid #674e4e; | |||||
| color: #fff; | |||||
| border: 1px solid #2C1F1C; | |||||
| -moz-border-radius: 4px; | -moz-border-radius: 4px; | ||||
| } | } | ||||
| input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover { | |||||
| background: #2C1F1C; | |||||
| border-color: #674e4e; | |||||
| color: #fff; | |||||
| } | |||||
| input[type="text"], input.textwidget, textarea { | input[type="text"], input.textwidget, textarea { | ||||
| border: 1px solid #674E4E; | border: 1px solid #674E4E; | ||||
| } | } | ||||