|
|
@@ -84,10 +84,11 @@ p { |
|
|
|
input[type="checkbox"], input[type="button"], input[type="submit"], input[type="reset"] { |
|
|
|
background: #EEEEEE; |
|
|
|
border: 1px solid #88AA77; |
|
|
|
color: #88AA77; |
|
|
|
color: #224422; |
|
|
|
} |
|
|
|
input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover { |
|
|
|
background: #88AA77; |
|
|
|
border: 1px solid #224422; |
|
|
|
color: #224422; |
|
|
|
} |
|
|
|
|