forked from AuroraMiddleware/gtk
562e492056
Otherwise we infinitely end up with the error again. Testcases added.
24 lines
447 B
CSS
24 lines
447 B
CSS
/*
|
|
You can type here any CSS rule recognized by GTK.
|
|
You can temporarily disable this custom CSS by clicking on the “Pause” button above.
|
|
|
|
Changes are applied instantly and globally, for the whole application.
|
|
*/
|
|
|
|
|
|
modelbutton.flat:hover {
|
|
background-color: red;
|
|
}
|
|
|
|
popover arrow {
|
|
background-color: lime;
|
|
border-width: 2px;
|
|
border-color: green;
|
|
}
|
|
|
|
popover {
|
|
}
|
|
\
|
|
popover contents {
|
|
background-color: magenta;
|
|
} |