diff --git a/couchpotato/static/style/page/settings.css b/couchpotato/static/style/page/settings.css index 4d157f5..44390f9 100644 --- a/couchpotato/static/style/page/settings.css +++ b/couchpotato/static/style/page/settings.css @@ -362,28 +362,28 @@ border-radius: 2px; } .page .tag_input > ul:hover > li.choice { - background: url('../images/sprite.png') no-repeat 94% -53px, -webkit-gradient( + background: url('../../images/sprite.png') no-repeat 94% -53px, -webkit-gradient( linear, left bottom, left top, color-stop(0, rgba(255,255,255,0.1)), color-stop(1, rgba(255,255,255,0.3)) ); - background: url('../images/sprite.png') no-repeat 94% -53px, -moz-linear-gradient( + background: url('../../images/sprite.png') no-repeat 94% -53px, -moz-linear-gradient( center top, rgba(255,255,255,0.3) 0%, rgba(255,255,255,0.1) 100% ); } .page .tag_input > ul > li.choice:hover { - background: url('../images/sprite.png') no-repeat 94% -53px, -webkit-gradient( + background: url('../../images/sprite.png') no-repeat 94% -53px, -webkit-gradient( linear, left bottom, left top, color-stop(0, #406db8), color-stop(1, #5b9bd1) ); - background: url('../images/sprite.png') no-repeat 94% -53px, -moz-linear-gradient( + background: url('../../images/sprite.png') no-repeat 94% -53px, -moz-linear-gradient( center top, #5b9bd1 0%, #406db8 100%