increase background contrast when hovering over left hand navigation

items. fixes #331
10.3.x-maintenance
Dominic Clifton 2016-02-05 03:16:14 +01:00
parent 576ba7390c
commit e2c4a62630
1 changed files with 1 additions and 1 deletions

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