forked from AuroraMiddleware/gtk
16 lines
211 B
CSS
16 lines
211 B
CSS
|
#window {
|
||
|
engine: none;
|
||
|
background-image: none;
|
||
|
background-color: green;
|
||
|
border-radius: 0;
|
||
|
border-style: none;
|
||
|
}
|
||
|
|
||
|
#nowindow {
|
||
|
background-color: red;
|
||
|
}
|
||
|
|
||
|
#window#nowindow {
|
||
|
background-color: blue;
|
||
|
}
|