Omission in highslide.css

Phoca Gallery - image gallery extension
sneadm
Phoca Newbie
Phoca Newbie
Posts: 3
Joined: 12 Oct 2009, 19:39

Omission in highslide.css

Post 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.
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49297
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Omission in highslide.css

Post 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
If you find Phoca extensions useful, please support the project
Post Reply