forked from AuroraMiddleware/gtk
12 lines
85 B
CSS
12 lines
85 B
CSS
|
* {
|
||
|
engine: none;
|
||
|
}
|
||
|
|
||
|
GtkButton {
|
||
|
color: red;
|
||
|
}
|
||
|
|
||
|
.testinherit * {
|
||
|
color: red;
|
||
|
}
|