Blackfiction wrote: 
> I might be interested. Can you please explain what did you tweak?

It involves creating a css file as per Craig's GitHub site:
https://github.com/CDrummond/lms-material/wiki/Detailed-Information

Thanks to Craig's help I have created a couple of files: mobile.css and
desktop.css with the following code:

.np-image {padding: 0.25!important;}

div.np-portrait-song-info div p:nth-child(2) {
        color:black; opacity:1;
}       
div.np-landscape-song-info div p:nth-child(2) {
        color:black; opacity:1;
}       
div.np-portrait-song-info div p:nth-child(3) {
font-weight:bold; text-transform:uppercase;
color:var(--primary-color)!important; opacity:1; font-size: 135%;
}
div.np-landscape-song-info div p:nth-child(3) {
font-weight:bold; text-transform:uppercase;
color:var(--primary-color)!important; opacity:1; font-size: 160%;
}

The beauty is that you don't have to mess with the original code and if
you don't like what you have done you just remove the file(s). In the
event that there is a new release of Material, the changes survive as
they are stored separately.

Steve


------------------------------------------------------------------------
Shozzer's Profile: http://forums.slimdevices.com/member.php?userid=58726
View this thread: http://forums.slimdevices.com/showthread.php?t=109624

_______________________________________________
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to