forked from AuroraMiddleware/gtk
12 lines
119 B
CSS
12 lines
119 B
CSS
box {
|
|
background-color: blue
|
|
}
|
|
|
|
grid box {
|
|
background-color: red
|
|
}
|
|
|
|
window > grid box {
|
|
background-color: blue
|
|
}
|