Sign in
webkit
/
WebKit
/
40d9a847568ff9976450dcc37c680efd7351c7ed
/
.
/
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
}