Page 1 of 1

Change background of detail

Posted: 09 Mar 2009, 09:00
by brokie
How can I change the background color in the detail. Now you see the texts not so good.

Re: Change background of detail

Posted: 10 Mar 2009, 16:00
by Jan
Hi, this should be set by your template, if not, just add this into your template css code:

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 {}

Re: Change background of detail

Posted: 11 Mar 2009, 17:37
by brokie
Thanks it's working.

Re: Change background of detail

Posted: 11 Mar 2009, 23:26
by Jan
ok

Re: Change background of detail

Posted: 16 Dec 2009, 22:50
by Jan
Hi, no idea, I don't know the template, but this should work for all templates. But maybe there is some other CSS which is loaded after these modifications and change it again :-( :idea:

Jan

Re: Change background of detail

Posted: 27 Dec 2009, 15:56
by Jan
Great, thank you for the information.

Jan