Sign in
chromium
/
external
/
github.com
/
GNOME
/
gtk
/
refs/heads/upstream/simplify-rendernode-parser
/
.
/
testsuite
/
reftests
/
css-match-class.css
blob: de9f069bff5e299fc919adf6247a4df86d3f46b0 [
file
] [
log
] [
blame
] [
edit
]
@import
url
(
"reset-to-defaults.css"
);
.
window
{
background-image
:
none
;
background-color
:
lime
;
border-radius
:
0
;
border-style
:
none
;
}
.
notwindow
{
background-color
:
red
;
}
.
window
.
notwindow
{
background-color
:
blue
;
}