|
|
@@ -293,9 +293,11 @@ img.matrix { |
|
|
|
|
|
|
|
/* == FORMS == */ |
|
|
|
|
|
|
|
/* === BUTTONS === */ |
|
|
|
input[type="button"], |
|
|
|
input[type="submit"], |
|
|
|
input[type="reset"] { |
|
|
|
input[type="reset"], |
|
|
|
.controls a { |
|
|
|
background: #674e4e; |
|
|
|
color: #fff; |
|
|
|
border: 1px solid #2C1F1C; |
|
|
@@ -305,7 +307,8 @@ input[type="reset"] { |
|
|
|
} |
|
|
|
input[type="button"]:hover, |
|
|
|
input[type="submit"]:hover, |
|
|
|
input[type="reset"]:hover { |
|
|
|
input[type="reset"]:hover, |
|
|
|
.controls a:hover { |
|
|
|
background: #2C1F1C; |
|
|
|
border: 1px solid #674e4e; |
|
|
|
color: #fff; |
|
|
|