Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

can we change default css for disabled checkbox and textbox?

1 view
Skip to first unread message

zazzexEOP

unread,
Aug 23, 2002, 10:59:49 AM8/23/02
to
When we disabled check box it's greyed out , Can we make it look pinked out?
Thank you very much.


viza

unread,
Aug 23, 2002, 4:10:45 PM8/23/02
to
and then zazzexEOP said:

> When we disabled check box it's greyed out , Can we make it look pinked
> out? Thank you very much.

Yes in theory. You will have to test browser support, but try adding the
following to the end of your user stylesheet:

input[type="checkbox"][disabled] {
background-color:#ff8080;
}

0 new messages