diff --git a/themes/default-bootstrap/css/jquery/uniform.default.css b/themes/default-bootstrap/css/jquery/uniform.default.css index 99e2cd561..c9ab86175 100644 --- a/themes/default-bootstrap/css/jquery/uniform.default.css +++ b/themes/default-bootstrap/css/jquery/uniform.default.css @@ -10,7 +10,7 @@ http://uniformjs.com/ */ /* General settings */ div.selector, div.selector span, div.checker span, div.radio span, div.uploader, div.uploader span.action, div.button, div.button span { - background-image: url("../../../img/jquery/uniform/sprite.png"); + background-image: url("../../img/jquery/uniform/sprite.png"); background-repeat: no-repeat; -webkit-font-smoothing: antialiased; } @@ -27,7 +27,7 @@ div.selector, div.selector *, div.radio, div.radio *, div.checker, div.checker * } .highContrastDetect { - background: url("../../../img/jquery/uniform/bg-input.png") repeat-x 0 0; + background: url("../../img/jquery/uniform/bg-input.png") repeat-x 0 0; width: 0px; height: 0px; }