mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 10:50:10 +00:00
a7a934a60c
Clean up any deprecation warnings from the css examples in gtk3-demo.
12 lines
368 B
CSS
12 lines
368 B
CSS
/* @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.
|
|
*/
|
|
|
|
* {
|
|
all: unset;
|
|
}
|