Sign in
webkit
/
WebKit
/
2bde0edf56b50cba234b331b5ddd67eb5d2a0a71
/
.
/
LayoutTests
/
css3
/
selectors3
/
xml
/
css3-modsel-68.css
blob: 7ab9632fd227daf6d8d8aeb36044a54b2e538e50 [
file
] [
log
] [
blame
]
button
{
background-color
:
red
}
input
{
background-color
:
red
}
button
:
not
(:
enabled
)
{
background-color
:
lime
}
input
:
not
(:
enabled
)
{
background-color
:
lime
}