Browse Source

Proper link to sprite.png

tags/build/2.0.0.pre1
Ruud 13 years ago
parent
commit
411b13e9af
  1. 8
      couchpotato/static/style/page/settings.css

8
couchpotato/static/style/page/settings.css

@ -362,28 +362,28 @@
border-radius: 2px; border-radius: 2px;
} }
.page .tag_input > ul:hover > li.choice { .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, linear,
left bottom, left bottom,
left top, left top,
color-stop(0, rgba(255,255,255,0.1)), color-stop(0, rgba(255,255,255,0.1)),
color-stop(1, rgba(255,255,255,0.3)) 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, center top,
rgba(255,255,255,0.3) 0%, rgba(255,255,255,0.3) 0%,
rgba(255,255,255,0.1) 100% rgba(255,255,255,0.1) 100%
); );
} }
.page .tag_input > ul > li.choice:hover { .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, linear,
left bottom, left bottom,
left top, left top,
color-stop(0, #406db8), color-stop(0, #406db8),
color-stop(1, #5b9bd1) 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, center top,
#5b9bd1 0%, #5b9bd1 0%,
#406db8 100% #406db8 100%

Loading…
Cancel
Save