Page 1 of 1

Omission in highslide.css

Posted: 07 Apr 2010, 22:36
by sneadm
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:

Code: Select all

.dark .highslide-heading {
	color: white;
	background: #111;
}
This treats it identically to the caption in this case.

Let me know if this was not the correct way to fix this.

Re: Omission in highslide.css

Posted: 08 Apr 2010, 12:09
by Jan
Hi, thank you for this info, I will take a look at it for the next version and do some tests.

Thank you, Jan