Sign in
webkit
/
WebKit
/
36b74c3900290f2598b1d40cf6065a7028fc4a34
/
.
/
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
}