1
0
Fork 0

css log fix

This commit is contained in:
Heiko Kernbach 2012-11-15 15:31:51 +01:00
parent 8b148cd42d
commit 0cd7720d0e
1 changed files with 2 additions and 1 deletions

View File

@ -229,7 +229,8 @@ html.busy, html.busy * {
.hoverClass:hover {
background-color: #696969 !important;
border-bottom: 1px solid #696969;
border-bottom: 1px solid #696969;
margin-top: -1px;
color: white !important;
}