Fix problems with button color
This commit is contained in:
@@ -73,8 +73,13 @@ body {
|
||||
padding: 5px 5px 5px 10px;
|
||||
}
|
||||
|
||||
.btn-floating:hover,
|
||||
btn:hover {
|
||||
.btn:hover {
|
||||
background-color: white;
|
||||
color: #02adba;
|
||||
border: 1px solid rgb(0, 173, 187);
|
||||
}
|
||||
|
||||
.btn-floating:hover {
|
||||
background-color: #02adba;
|
||||
border: 1px solid rgb(0, 173, 187);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user