From ec1f9cf2f60f3349e934552ef158530ddb2702bf Mon Sep 17 00:00:00 2001 From: Jordan Eldredge Date: Sun, 16 Nov 2014 13:48:34 -0800 Subject: [PATCH] Support skin hack that allows for thinner position slider --- winamp.css | 1 + 1 file changed, 1 insertion(+) diff --git a/winamp.css b/winamp.css index 4c32fa9b..2db8e276 100755 --- a/winamp.css +++ b/winamp.css @@ -418,6 +418,7 @@ a:focus { outline: none; } width: 29px; background-position: -248px 0; /* background-image: POSBAR.BMP via Javascript */ + background-repeat: no-repeat; cursor:url('cursors/POSBAR.CUR'), auto; }