|
|
|
@@ -230,6 +230,17 @@ input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hove |
|
|
|
border: 1px solid #674e4e; |
|
|
|
color: #fff; |
|
|
|
} |
|
|
|
.buttons input[type="button"], .buttons input[type="submit"], .buttons input[type="reset"] { |
|
|
|
background: #fff; |
|
|
|
color: #674e4e; |
|
|
|
border: 1px solid #2C1F1C; |
|
|
|
-moz-border-radius: 4px; |
|
|
|
} |
|
|
|
.buttons input[type="button"]:hover, .buttons input[type="submit"]:hover, .buttons input[type="reset"]:hover { |
|
|
|
background: #fff; |
|
|
|
border: 1px solid #674e4e; |
|
|
|
color: #2C1F1C; |
|
|
|
} |
|
|
|
|
|
|
|
input[type="text"], input.textwidget, textarea { |
|
|
|
border: 1px solid #674E4E; |
|
|
|
|