mirror of
https://github.com/captbaritone/webamp.git
synced 2026-01-23 02:15:01 +00:00
Fix to support some skins that try to be clever
This commit is contained in:
parent
08e9df067a
commit
913101547d
1 changed files with 3 additions and 0 deletions
|
|
@ -338,6 +338,7 @@ a:focus { outline: none; }
|
|||
width: 248px;
|
||||
height: 10px;
|
||||
background-image: url('skins/default/POSBAR.BMP');
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
#position::-webkit-slider-thumb {
|
||||
|
|
@ -345,6 +346,7 @@ a:focus { outline: none; }
|
|||
width: 29px;
|
||||
background-position: -248px 0;
|
||||
background-image: url('skins/default/POSBAR.BMP');
|
||||
background-repeat: no-repeat;
|
||||
cursor:url('skins/default/POSBAR.CUR'), auto;
|
||||
/*
|
||||
* Fix the strange bug in Safair/mobile-chrome
|
||||
|
|
@ -358,6 +360,7 @@ a:focus { outline: none; }
|
|||
width: 29px;
|
||||
background-position: -248px 0;
|
||||
background-image: url('skins/default/POSBAR.BMP');
|
||||
background-repeat: no-repeat;
|
||||
cursor:url('skins/default/POSBAR.CUR'), auto;
|
||||
}
|
||||
#position:active::-webkit-slider-thumb {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue