mirror of
https://github.com/LibreTranslate/LibreTranslate.git
synced 2024-11-24 08:02:18 +02:00
fix background color
This commit is contained in:
parent
e58b8ff97d
commit
4e1bfd398c
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user