forked from AuroraMiddleware/gtk
f1bae7f1ff
... because we load the data from a GtkTreeView::changed callback, the relative directory is cwd. And we want the resources...
23 lines
539 B
CSS
23 lines
539 B
CSS
/* You can edit the text in this window to change the
|
|
* appearance of this Window.
|
|
* Be careful, if you screw it up, nothing might be visible
|
|
* anymore. :)
|
|
*/
|
|
|
|
/* This CSS resets all properties to their defaults values
|
|
* and overrides all user settings and the theme in use */
|
|
@import url("resource:///reset.css");
|
|
|
|
/* Set a very futuristic style by default */
|
|
* {
|
|
color: green;
|
|
font-family: Monospace;
|
|
border: 1px solid;
|
|
}
|
|
|
|
/* Make sure selections are visible */
|
|
:selected {
|
|
background-color: darkGreen;
|
|
color: black;
|
|
}
|