You are not logged in.

Dear visitor, welcome to KDE-Forum.org. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

1

Friday, January 23rd 2004, 4:55pm

3.2-RC1: Konqueror and custom stylesheets

I think this had become broken in 3.2. I run with a dark color scheme ( ie background is black ). My stylesheet file is pretty simple.

[code:1]
A { color: black; }
BODY { background-color: white; color: black; }
TEXTAREA { background-color: #304E53; color: white; }
INPUT { background-color: #304E53; color: white; }
[/code:1]


As you can see BODY's background is "white." However, if I go to a simple like ( ie I get a 404 ) the background is black. I've tried "!important", but it does not help. It worked in 3.1, but not in 3.2-RC1. I think it did worked it worked in Beta2.
spoon