mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-17 21:35:30 +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 {
|
||||
text-decoration: none;
|
||||
background-color: rgba(0, 0, 0, 0.20);
|
||||
background-color: rgba(128, 128, 128, 0.50);
|
||||
color: #fff;
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue