No background-color in the Details-tooltip

Phoca Download - download manager
lucky_strike
Phoca Newbie
Phoca Newbie
Posts: 3
Joined: 07 Oct 2008, 11:53

No background-color in the Details-tooltip

Post by lucky_strike »

Hi, Phoca Downloads works well - Thanks.

But I have a problem with the Details javascript-tolltips. They are displayed transparent.... There is no backgroundcolor in the div - so it's impossible to read. Where can I set this value??? I tried to to it with the main template CSS over class .details. But ist doesnt work

greets
martin
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48402
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: No background-color in the Details-tooltip

Post by Jan »

Hi, maybe your template miss these settings:

Code: Select all

/** overlib **/
.ol-foreground {
	background-color: #f0f0f0;
}
.ol-background {
	background-color: #d6d6d6;
}
.ol-textfont {}
.ol-captionfont {
	color: #ffffff;
	font-weight: bold;
}
.ol-captionfont a {}

.ol-closefont {}
If you find Phoca extensions useful, please support the project
lucky_strike
Phoca Newbie
Phoca Newbie
Posts: 3
Joined: 07 Oct 2008, 11:53

Re: No background-color in the Details-tooltip

Post by lucky_strike »

Thanks - it works! :twisted:
Post Reply