[gentoo-user] konqueror khtml part question

2006-04-13 Thread Martins Steinbergs
i have weird behaviour of clickable buttons and checkboxes browsing with 
konqueror, text on them are this color #E6E6E6 about the same as buttons 
#E8E8E8 and i cant find where it is configured, dont see anything under 
~/.kde and /usr/kde/3.5/share
any idea where to look?

m
-- 
Linux 2.6.15-ck7 AMD Athlon(tm) 64 Processor 3200+
 22:08:31 up  2:57,  2 users,  load average: 1.37, 2.58, 2.89
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] konqueror khtml part question

2006-04-13 Thread Norberto Bensa
Martins Steinbergs wrote:
 any idea where to look?

K - Control Center - Appearance  Themes - Colors - Widget Color - Button

Regards,
Norberto


pgpoXVvAxE1vn.pgp
Description: PGP signature


Re: [gentoo-user] konqueror khtml part question

2006-04-13 Thread Norberto Bensa
Martins Steinbergs wrote:
 any idea where to look?

On a second read, perhaps you just messed up your CSS styles. On konqueror - 
Settings - Configure Konqueror - Stylesheets


pgpY8OXhXZ7co.pgp
Description: PGP signature


Re: [gentoo-user] konqueror khtml part question [SOLVED]

2006-04-13 Thread Martins Steinbergs
On Thursday 13 April 2006 23:20, you wrote:
 Martins Steinbergs wrote:
  any idea where to look?

 On a second read, perhaps you just messed up your CSS styles. On konqueror
 - Settings - Configure Konqueror - Stylesheets

problem find in /usr/kde/3.5/share/apps/khtml/css/html4.css

BUTTON {
display: inline-block;
border: 2px outset ButtonFace;
background-color: ButtonFace;
color: #00
padding: 2px 2px 2px 2px;
cursor: default;
}
#original value - color: buttontext;

INPUT[type=radio], INPUT[type=checkbox] {
margin: 0 0.5ex;
color: #00;
}
#original value - color: buttontext;

INPUT[type=submit], INPUT[type=reset], INPUT[type=button] {
color: #00;
}
#original value - color: buttontext;


Defining stright to #00 works for me, at least i can read text on buttons. 
Just curious from where that buttontext value should come.

m
-- 
gentoo-user@gentoo.org mailing list