[UPDATE] hover links in dark theme

This commit is contained in:
iAmShorty 2014-03-25 16:37:11 +01:00
parent 3a7e358fc9
commit 1087d486bd

View File

@ -87,9 +87,11 @@ a:focus {
color: #FFFFFF;
}
.table tbody tr:hover td, .table tbody tr:hover th {
.table tbody tr:hover a,
.table tbody tr:hover td,
.table tbody tr:hover th {
background-color: #999999;
color: #FFFFFF;
}