Sign in
webkit
/
WebKit
/
b0d7f9b249dd6483d6c7bc4f13c440c0842b7127
/
.
/
LayoutTests
/
css3
/
selectors3
/
xml
/
css3-modsel-69.css
blob: 39108ae020d46976f999a52c3b69d68a5795e891 [
file
] [
log
] [
blame
]
button
{
background-color
:
red
}
input
{
background-color
:
red
}
button
:
not
(:
disabled
)
{
background-color
:
lime
}
input
:
not
(:
disabled
)
{
background-color
:
lime
}