public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] konqueror khtml part question
@ 2006-04-13 19:30 Martins Steinbergs
  2006-04-13 20:18 ` Norberto Bensa
  2006-04-13 20:20 ` Norberto Bensa
  0 siblings, 2 replies; 4+ messages in thread
From: Martins Steinbergs @ 2006-04-13 19:30 UTC (permalink / raw
  To: gentoo-user

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



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [gentoo-user] konqueror khtml part question
  2006-04-13 19:30 [gentoo-user] konqueror khtml part question Martins Steinbergs
@ 2006-04-13 20:18 ` Norberto Bensa
  2006-04-13 20:20 ` Norberto Bensa
  1 sibling, 0 replies; 4+ messages in thread
From: Norberto Bensa @ 2006-04-13 20:18 UTC (permalink / raw
  To: gentoo-user; +Cc: Martins Steinbergs

[-- Attachment #1: Type: text/plain, Size: 151 bytes --]

Martins Steinbergs wrote:
> any idea where to look?

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

Regards,
Norberto

[-- Attachment #2: Type: application/pgp-signature, Size: 200 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [gentoo-user] konqueror khtml part question
  2006-04-13 19:30 [gentoo-user] konqueror khtml part question Martins Steinbergs
  2006-04-13 20:18 ` Norberto Bensa
@ 2006-04-13 20:20 ` Norberto Bensa
  2006-04-13 22:01   ` [gentoo-user] konqueror khtml part question [SOLVED] Martins Steinbergs
  1 sibling, 1 reply; 4+ messages in thread
From: Norberto Bensa @ 2006-04-13 20:20 UTC (permalink / raw
  To: gentoo-user; +Cc: Martins Steinbergs

[-- Attachment #1: Type: text/plain, Size: 184 bytes --]

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

[-- Attachment #2: Type: application/pgp-signature, Size: 200 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [gentoo-user] konqueror khtml part question [SOLVED]
  2006-04-13 20:20 ` Norberto Bensa
@ 2006-04-13 22:01   ` Martins Steinbergs
  0 siblings, 0 replies; 4+ messages in thread
From: Martins Steinbergs @ 2006-04-13 22:01 UTC (permalink / raw
  To: gentoo-user

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



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2006-04-13 22:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-04-13 19:30 [gentoo-user] konqueror khtml part question Martins Steinbergs
2006-04-13 20:18 ` Norberto Bensa
2006-04-13 20:20 ` Norberto Bensa
2006-04-13 22:01   ` [gentoo-user] konqueror khtml part question [SOLVED] Martins Steinbergs

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox