Merge pull request #117 from BNoiZe/master

Fixes for installtion screen
This commit is contained in:
BNoiZe
2013-10-04 18:56:18 +02:00
parent c2b35d81c6
commit 6d12ad9986
106 changed files with 186 additions and 274 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");