mirror of
https://git.troplo.com/bo/earl-grey.git
synced 2024-11-01 15:20:46 +00:00
fixed :focus and :active, mostly?
This commit is contained in:
parent
85ed9fd33d
commit
74675bb291
@ -456,7 +456,17 @@ a.ui.ui.ui.green.label:hover {
|
||||
color: #dbdbdb;
|
||||
}
|
||||
.ui.green.button:active, .ui.green.buttons .button:active {
|
||||
background-color: #3683C0;
|
||||
background-color: #40AAFF;
|
||||
color: #FFFFFF;
|
||||
text-shadow: none;
|
||||
}
|
||||
.ui.green.button:active, .ui.green.buttons .button:active {
|
||||
background-color: #40AAFF;
|
||||
color: #FFFFFF;
|
||||
text-shadow: none;
|
||||
}
|
||||
.ui.green.button:focus, .ui.green.buttons .button:focus {
|
||||
background-color: #40AAFF;
|
||||
color: #FFFFFF;
|
||||
text-shadow: none;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user