css: button hover color
This commit is contained in:
parent
adce61af4e
commit
f9d09d205d
@ -29,8 +29,8 @@ $button-background-color: #00a0e0;
|
|||||||
$button-border-color: #007098;
|
$button-border-color: #007098;
|
||||||
$button-text-color: #304048;
|
$button-text-color: #304048;
|
||||||
|
|
||||||
$button-hover-background-color: #60c040;
|
$button-hover-background-color: $button-background-color;
|
||||||
$button-hover-border-color: #ffffc0;
|
$button-hover-border-color: $button-border-color;
|
||||||
$button-hover-text-color: #ffffc0;
|
$button-hover-text-color: #ffffc0;
|
||||||
|
|
||||||
$button-disabled-background-color: #406020;
|
$button-disabled-background-color: #406020;
|
||||||
|
Loading…
Reference in New Issue
Block a user