Re: Konqueror ignores my color in default.css file

2004-05-13 Thread Jan Torben Heuer
Am Donnerstag, 13. Mai 2004 20:34 schrieb Björn Krombholz: > It's the same. Actually i tried your example and did change the > background-color to red and the color to yellow. Buttons and input > fields on www.kde.org f.e. appeared as expected. > > Another possibility could be that the site explici

Re: Konqueror ignores my color in default.css file

2004-05-13 Thread Adeodato Simó
* Björn Krombholz [Thu, 13 May 2004 20:34:15 +0200]: > Another possibility could be that the site explicitly defines values > for those attributes you're having problems with. try to append !important to the css value, and see if things improve with it. -- Adeodato Simó EM: asp16 [ykwim

Re: Konqueror ignores my color in default.css file

2004-05-13 Thread Björn Krombholz
On Thu, 13 May 2004 20:00:45 +0200, Jan Torben Heuer <[EMAIL PROTECTED]> wrote: > The problem is not the background color but the color (foreground) > attribute. It's the same. Actually i tried your example and did change the background-color to red and the color to yellow. Buttons and input field

Re: Konqueror ignores my color in default.css file

2004-05-13 Thread Jan Torben Heuer
Am Donnerstag, 13. Mai 2004 19:47 schrieb Björn Krombholz: > On Thu, 13 May 2004 17:22:38 +0200, Jan Torben Heuer <[EMAIL PROTECTED]> > I just tried changing the backgorund color of an input element and it > works fine. > But changes to the .css file doesn't seem to be noticed by running > instan

Re: Konqueror ignores my color in default.css file

2004-05-13 Thread Björn Krombholz
On Thu, 13 May 2004 17:22:38 +0200, Jan Torben Heuer <[EMAIL PROTECTED]> wrote: > Hi, here is a debian testing with kde from unstable running. I wrote a > default.css for the konqueror: >[...] > Everything works fine exept for the color of inputfields, buttons, > etc...: Konqueror uses the color f

Konqueror ignores my color in default.css file

2004-05-13 Thread Jan Torben Heuer
Hi, here is a debian testing with kde from unstable running. I wrote a default.css for the konqueror: body { background-color: #FF; color: black; font-family: Helvetia, Verdana, Arial, sans-serif; font-size:11pt; } a:link {color: #FF;} a:visited {c