mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-28 20:40:39 +00:00
Get double mode working with clip-paths
This commit is contained in:
parent
445f5c557f
commit
decfc4f8ea
3 changed files with 7 additions and 7 deletions
|
|
@ -9,8 +9,6 @@
|
|||
image-rendering: -webkit-optimize-contrast; /* Safari */
|
||||
image-rendering: pixelated; /* Only in Chrome > 40 */
|
||||
-ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
|
||||
/* Work around rendering bug with clip-path */
|
||||
-webkit-transform: translateZ(0);
|
||||
}
|
||||
|
||||
#winamp2-js #loading {
|
||||
|
|
@ -79,7 +77,7 @@
|
|||
width: 275px;
|
||||
}
|
||||
|
||||
#winamp2-js #option-context,
|
||||
#option-context,
|
||||
#winamp2-js #minimize,
|
||||
#winamp2-js #shade,
|
||||
#winamp2-js #close {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue