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
No background-color in the Details-tooltip
-
- Phoca Newbie
- Posts: 3
- Joined: 07 Oct 2008, 11:53
- Jan
- Phoca Hero
- Posts: 48398
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: No background-color in the Details-tooltip
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
-
- Phoca Newbie
- Posts: 3
- Joined: 07 Oct 2008, 11:53
Re: No background-color in the Details-tooltip
Thanks - it works!