Gentoo Archives: gentoo-user

From: Martins Steinbergs <mar@××.lv>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] konqueror khtml part question [SOLVED]
Date: Thu, 13 Apr 2006 22:07:37
Message-Id: 200604140101.07048.mar@ml.lv
In Reply to: Re: [gentoo-user] konqueror khtml part question by Norberto Bensa
1 On Thursday 13 April 2006 23:20, you wrote:
2 > Martins Steinbergs wrote:
3 > > any idea where to look?
4 >
5 > On a second read, perhaps you just messed up your CSS styles. On konqueror
6 > -> Settings -> Configure Konqueror -> Stylesheets
7
8 problem find in /usr/kde/3.5/share/apps/khtml/css/html4.css
9
10 BUTTON {
11 display: inline-block;
12 border: 2px outset ButtonFace;
13 background-color: ButtonFace;
14 color: #000000
15 padding: 2px 2px 2px 2px;
16 cursor: default;
17 }
18 #original value -> color: buttontext;
19
20 INPUT[type="radio"], INPUT[type="checkbox"] {
21 margin: 0 0.5ex;
22 color: #000000;
23 }
24 #original value -> color: buttontext;
25
26 INPUT[type="submit"], INPUT[type="reset"], INPUT[type="button"] {
27 color: #000000;
28 }
29 #original value -> color: buttontext;
30
31
32 Defining stright to #000000 works for me, at least i can read text on buttons.
33 Just curious from where that buttontext value should come.
34
35 m
36 --
37 gentoo-user@g.o mailing list