Fix tr:hover style background

master
Loic Blot 2015-07-18 07:12:14 +00:00
parent dacdc27851
commit 5f30ba22e6
1 changed files with 4 additions and 0 deletions

View File

@ -102,6 +102,10 @@
line-height: 1em; line-height: 1em;
} }
#city-right tr:hover {
background-color: rgba(100, 100, 100, 0.5);
}
.city-list hr { .city-list hr {
border: 0; border: 0;
height: 1px; height: 1px;