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: #000000
        padding: 2px 2px 2px 2px;
        cursor: default;
}
#original value -> color: buttontext;

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

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


Defining stright to #000000 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

Reply via email to