Sign in
webkit
/
WebKit
/
027d9947be7394fd875bd4e203a72ecbac14d842
/
.
/
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
}