slate skin invalid background colors
-
I use slate as default skin. It has 2 background color bugs (I assume).
One is that if you open up the smilie list in composer, only the first item is readable. Other items are only readable if the mouse hovers over it:
The other problem appears if you click on notifications icon on the top right. Unread postings have a light text color on light background which is barely readable:
And a possibly related question: is it possible to modify the CSS of the slate skin without actually tampering with it?
Thanks,
TomPS: nodebb 1.7.5
-
@tlinden a class is added to the body element for every skin, so you can do \
.skin-slate { #menu .notification-list li.unread, .header .notification-list li.unread { background: #696969; } .emoji-tabs .nav-tabs { background: #696969; } }
Copyright © 2024 NodeBB | Contributors