:active green fixed
This commit is contained in:
parent
3ea4bd8031
commit
85ed9fd33d
1 changed files with 5 additions and 0 deletions
|
@ -455,6 +455,11 @@ a.ui.ui.ui.green.label:hover {
|
|||
background-color: #2C2F35;
|
||||
color: #dbdbdb;
|
||||
}
|
||||
.ui.green.button:active, .ui.green.buttons .button:active {
|
||||
background-color: #3683C0;
|
||||
color: #FFFFFF;
|
||||
text-shadow: none;
|
||||
}
|
||||
.ui.active.button:hover {
|
||||
background-color: #474B51;
|
||||
color: #dbdbdb;
|
||||
|
|
Loading…
Reference in a new issue