| @@ -245,15 +245,15 @@ input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hove | |||||
| width:148px; | width:148px; | ||||
| } | } | ||||
| .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 { | ||||
| -moz-border-radius: 10px; | |||||
| -webkit-border-radius: 10px; | |||||
| border-radius: 10px; | |||||
| background: #2C1F1C url(boutonhover.png) no-repeat center top; | background: #2C1F1C url(boutonhover.png) no-repeat center top; | ||||
| border: 0; | border: 0; | ||||
| border-bottom: 1px solid #674e4e; | border-bottom: 1px solid #674e4e; | ||||
| color: #fff; | color: #fff; | ||||
| padding-top: 90px; | padding-top: 90px; | ||||
| width: 148px; | width: 148px; | ||||
| -moz-border-radius: 10px; | |||||
| -webkit-border-radius: 10px; | |||||
| border-radius: 10px; | |||||
| } | } | ||||
| input[type="text"], input.textwidget, textarea { | input[type="text"], input.textwidget, textarea { | ||||