Sign in
webkit
/
WebKit
/
2bde0edf56b50cba234b331b5ddd67eb5d2a0a71
/
.
/
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
}