Search…

X3 Photo Gallery Support Forums

Search…
 
RBachmann
Experienced
Topic Author
Posts: 42
Joined: 20 Jun 2012, 17:15

Long gallery names almost unreadable with a dark skin

09 Mar 2015, 16:35

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.
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13998
Joined: 30 Sep 2006, 03:37

Re: Long gallery names almost unreadable with a dark skin

11 Mar 2015, 03:00

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;
}