Merge pull request #59 from taqueci/bugfix

Wrong jQuery ui-icons path
This commit is contained in:
Grzegorz Rajchman
2017-05-26 16:39:30 +01:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

View File

@@ -56,7 +56,7 @@
}
.ui-icon {
background-image: url("/stylesheets/jquery/images/ui-icons_ffffff_256x240.png");
background-image: url("../../../stylesheets/jquery/images/ui-icons_ffffff_256x240.png");
}
}
}
@@ -115,7 +115,7 @@
font-weight: normal;
.ui-icon {
background-image: url("/stylesheets/jquery/images/ui-icons_ffffff_256x240.png");
background-image: url("../../../stylesheets/jquery/images/ui-icons_ffffff_256x240.png");
}
}

File diff suppressed because one or more lines are too long