2012-01-06 22:27:46 +00:00
|
|
|
/* @import this colorsheet to get the default values for every property.
|
|
|
|
* This is useful when writing special CSS tests that should not be
|
|
|
|
* inluenced by themes - not even the default ones.
|
|
|
|
* Keep in mind that the output will be very ugly and not look like
|
|
|
|
* anything GTK.
|
|
|
|
* Also, when adding new style properties, please add them here.
|
|
|
|
*/
|
|
|
|
|
|
|
|
* {
|
2014-05-11 01:22:06 +00:00
|
|
|
all: unset;
|
2012-01-17 15:10:23 +00:00
|
|
|
|
|
|
|
-GtkWidget-focus-line-width: 0;
|
|
|
|
-GtkWidget-focus-padding: 0;
|
2012-02-06 20:50:40 +00:00
|
|
|
-GtkNotebook-initial-gap: 0;
|
2012-01-06 22:27:46 +00:00
|
|
|
}
|