fixed :focus and :active, mostly?
This commit is contained in:
parent
85ed9fd33d
commit
74675bb291
1 changed files with 11 additions and 1 deletions
|
@ -456,7 +456,17 @@ a.ui.ui.ui.green.label:hover {
|
||||||
color: #dbdbdb;
|
color: #dbdbdb;
|
||||||
}
|
}
|
||||||
.ui.green.button:active, .ui.green.buttons .button:active {
|
.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;
|
color: #FFFFFF;
|
||||||
text-shadow: none;
|
text-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue