fix background color

This commit is contained in:
Sébastien Thuret 2021-10-24 13:13:52 +02:00
parent e58b8ff97d
commit 4e1bfd398c
No known key found for this signature in database
GPG key ID: 4742E2D66933BB08

View file

@ -123,13 +123,17 @@ h3.header {
color: #42A5F5;
}
.btn-switch-type:focus {
background-color: inherit;
}
.btn-switch-type:hover {
background-color: #eee;
background-color: #eee !important;
color: #42A5F5;
}
.btn-switch-type.active {
background-color: #42A5F5;
background-color: #42A5F5 !important;
color: #fff;
}