1
0
forked from mirrors/earl-grey

:active green fixed

This commit is contained in:
straw 2021-08-12 22:39:04 +02:00 committed by GitHub
parent 3ea4bd8031
commit 85ed9fd33d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;