|
|
@@ -88,14 +88,14 @@ th a { |
|
|
|
} |
|
|
|
input[type="checkbox"], input[type="button"], input[type="submit"], input[type="reset"] { |
|
|
|
background: #EEEEEE; |
|
|
|
border: 1px solid #88AA77; |
|
|
|
border: 1px solid #945973; |
|
|
|
color: #290c00; |
|
|
|
font-weight: bold; |
|
|
|
-moz-border-radius: 5px; |
|
|
|
-webkit-border-radius: 5px; |
|
|
|
} |
|
|
|
input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover { |
|
|
|
background: #88AA77; |
|
|
|
background: #945973; |
|
|
|
border: 1px solid #290c00; |
|
|
|
color: #290c00; |
|
|
|
font-weight: bold; |
|
|
@@ -104,7 +104,7 @@ input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hove |
|
|
|
} |
|
|
|
select, input[type="text"], input.textwidget, textarea { |
|
|
|
background: white; |
|
|
|
border: 1px solid #88AA77; |
|
|
|
border: 1px solid #945973; |
|
|
|
-moz-border-radius: 5px; |
|
|
|
-webkit-border-radius: 5px; |
|
|
|
} |
|
|
|