mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-18 13:55:14 +03:00
increase background contrast when hovering over left hand navigation
items. fixes #331
This commit is contained in:
parent
576ba7390c
commit
e2c4a62630
1 changed files with 1 additions and 1 deletions
2
main.css
2
main.css
|
@ -540,7 +540,7 @@ input[type="number"]::-webkit-inner-spin-button {
|
||||||
|
|
||||||
#tabs li a:hover {
|
#tabs li a:hover {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
background-color: rgba(0, 0, 0, 0.20);
|
background-color: rgba(128, 128, 128, 0.50);
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue