mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2024-12-24 14:07:03 +01:00
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:
parent
8cc3a24389
commit
81e2147153
@ -25,7 +25,7 @@ background-color: rgb(255,95,20);
|
||||
.btn:visited{
|
||||
background-color: rgb(255,95,20);
|
||||
}
|
||||
.btn:hover {
|
||||
.btn:hover, .btn-large:hover {
|
||||
background-color: orange
|
||||
}
|
||||
.btn:active{
|
||||
|
Loading…
Reference in New Issue
Block a user