Sign in
webkit
/
WebKit
/
5e71382b184e0be7fa4df602399d7e437f353495
/
.
/
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
}