Changed :hover background color of tablesorter

This commit is contained in:
Manfred Kindl
2018-06-25 18:13:38 +02:00
parent d161f94614
commit 1b3d41cd50
+3 -2
View File
@@ -46,8 +46,9 @@ tr.liste1
background-color: #EFEFDD;
}
table.tablesorter tr:hover td {
background-color: rgb(226, 255, 226) !important;
table.tablesorter tr:hover td
{
background-color: #DCE4EF !important;
}
td.button