Colour fix for large buttons in FireWyvern

Fixed an issue where large buttons would not display the correct colour when being hovered over in the FireWyvern theme.
This commit is contained in:
Jelle Z 2020-02-03 21:28:04 +01:00 committed by GitHub
parent 8cc3a24389
commit 81e2147153
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,7 @@ background-color: rgb(255,95,20);
.btn:visited{ .btn:visited{
background-color: rgb(255,95,20); background-color: rgb(255,95,20);
} }
.btn:hover { .btn:hover, .btn-large:hover {
background-color: orange background-color: orange
} }
.btn:active{ .btn:active{