Version: (using KDE 4.1.2) Installed from: Fedora RPMs Hi I think it would be a good idea to be able to tell Configure Konqueror to dsiplay a specified color scheme in the browser if the body tag is empty. This is particularly useful when displaying directory lists from apache which do not usually have any parameters in the body tag. Why you may ask? I just changed my color scheme to Obsidian Coast and apache generated file lists have dark text on a black background, which makes it impossible to read. Changing the default css doesn't seem to work. Thank you for your consideration.
Oh... by the way. Firefox does this quite well.
Seems to be working now in 4.1.3
The custom style sheet goes overboard. Even though I've kept the Use same color fo all test off, there are some sites that will only display the colors defined ad default colors. This includes, but is not limited to konquerors introductory start page.
Problem persists in 4.1.8
Workaround.... Create a text file in a convenient location (ie alternative.css). Add: body {background-color: #FFFFFF;} And use under "Use user-defined stylesheet"
Problem persists in 4.2 I also had to modify form elements so my alternative .css now contains. body {background-color: #FFFFFF;} select {background-color: #FFFFFF; color: #000000;} input {background-color: #FFFFFF; color: #000000;} textarea {background-color: #FFFFFF; color: #000000;}
I just noticed that this problem effects kmail as well. I will be opening up a bug report under kmail. However, I think that this is a general khtml problem.
Problem persists in KDE 4.2.1
Problem in kmail persists. I think that this due to the fact that most email clients when sending html messages send headerless html
So. Problem presists in KDE 4.2.2
*** This bug has been marked as a duplicate of bug 47320 ***