Omission in highslide.css
Posted: 07 Apr 2010, 22:36
I believe I've found an omission in the 2.6.2 release of PhocaGallery, (it was absent in the previous version as well.) The highslide.css does not change the color of the title to white in the case of the 'dark' option. I added the following to \components\com_phocagallery\assets\js\highslide\highslide.css at line 444:
This treats it identically to the caption in this case.
Let me know if this was not the correct way to fix this.
Code: Select all
.dark .highslide-heading {
color: white;
background: #111;
}Let me know if this was not the correct way to fix this.