Tiny little adjustment
I'm patch-making-challenged, with Iconizer module enabled, it makes the playlist links look not so nice.
/modules/soundmanager2/players/page-player/page-player.css on Line 76
Before:
ul.playlist li a {
display:block;
text-decoration:none;
font-weight:normal;
color:#000;
font-size:120%;
outline:none;
position:relative;
z-index:2;
}
After:
ul.playlist li a {
display:block;
text-decoration:none;
font-weight:normal;
color:#000;
background-image:none;
font-size:120%;
outline:none;
position:relative;
z-index:2;
}
The icons still show up for the ui360 player but for some reason the ui360 theme is coming from the libraries/soundmanager2/demos folder wierd, can't modify the libraries darnit.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | icon-fix_1422484_1.patch | 377 bytes | theohawse |
| #1 | icon-fix_1422484_1.patch | 385 bytes | theohawse |
Comments
Comment #0.0
theohawse commentededit
Comment #1
theohawse commentedi think I just figured out how to make a patch...
attached below, please let me know how I did (first patch ever, even if it's trivial)
Comment #2
theohawse commentedupdated hopefully to fix whitespace warning
Comment #2.0
theohawse commentedwhitespace