CSS & HTML cleanup

This commit is contained in:
BNoiZe
2013-10-03 21:21:54 +02:00
parent ce403a855a
commit 0c3aa5c0be
106 changed files with 139 additions and 178 deletions

View File

@@ -55,8 +55,8 @@ $(document).ready(function() {
$("#loginname").focus();
}
if ($("table.bradiusodd").length != 0) {
$("table.bradiusodd tbody tr").hover(function() {
if ($("table.bradius").length != 0) {
$("table.bradius tbody tr").hover(function() {
$(this).css("background-color", "#f5f5f5");
}, function() {
$(this).css("background-color", "#fff");