1
0
Fork 0
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:
Dominic Clifton 2016-02-05 03:16:14 +01:00
parent 576ba7390c
commit e2c4a62630

View file

@ -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;
}