| @@ -234,15 +234,19 @@ input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hove | |||||
| color: #fff; | color: #fff; | ||||
| } | } | ||||
| .buttons input[type="button"], .buttons input[type="submit"], .buttons input[type="reset"] { | .buttons input[type="button"], .buttons input[type="submit"], .buttons input[type="reset"] { | ||||
| background: #fff; | |||||
| color: #674e4e; | |||||
| border: 1px solid #2C1F1C; | |||||
| background: #2C1F1C url(bouton.png) no-repeat center top; | |||||
| color: #fff; | |||||
| border: 0; | |||||
| -moz-border-radius: 4px; | -moz-border-radius: 4px; | ||||
| padding-top: 21px; | |||||
| min-width:100px; | |||||
| } | } | ||||
| .buttons input[type="button"]:hover, .buttons input[type="submit"]:hover, .buttons input[type="reset"]:hover { | .buttons input[type="button"]:hover, .buttons input[type="submit"]:hover, .buttons input[type="reset"]:hover { | ||||
| background: #fff; | |||||
| border: 1px solid #674e4e; | |||||
| background: #fff url(boutonhover.png) no-repeat center top; | |||||
| border: 0; | |||||
| color: #2C1F1C; | color: #2C1F1C; | ||||
| padding-top: 21px; | |||||
| min-width:100px; | |||||
| } | } | ||||
| input[type="text"], input.textwidget, textarea { | input[type="text"], input.textwidget, textarea { | ||||