CSS & HTML cleanup
This commit is contained in:
4
templates/Sparkle/assets/js/main.js
vendored
4
templates/Sparkle/assets/js/main.js
vendored
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user