Page 1 of 1

Long gallery names almost unreadable with a dark skin

Posted: 09 Mar 2015, 16:35
by RBachmann
I switched the gallery's skin to organic (any other dark theme will demonstrate this too). A long gallery name like the first or the fourth one here http://www.240.ch/x3/events/2014/ has the CSS class "title clamp-1 has-tip clamp-tip tip-top" assigned which doesn't have the same text color as "title clamp-1". Unfortunately this dark-on-dark color makes the text almost unreadable.

Re: Long gallery names almost unreadable with a dark skin

Posted: 11 Mar 2015, 03:00
by mjau-mjau
Thanks for the bug report, I will fix this for next release. In the meantime, you can fix it by adding this class to your custom/css in the panel:
Code
.has-tip {
  color: white;
}