mirror of
https://github.com/LibreTranslate/LibreTranslate.git
synced 2024-11-21 23:41:01 +00:00
fix background color
This commit is contained in:
parent
e58b8ff97d
commit
4e1bfd398c
1 changed files with 6 additions and 2 deletions
|
@ -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 a new issue