5ba4e68f17
The classic style is decidedly lower contrast than the default style, so the high-contrast variant could prove really useful here. However for now, just override the default icon style as in the default session. https://bugzilla.gnome.org/show_bug.cgi?id=740447
6 lines
73 B
CSS
6 lines
73 B
CSS
@import url("gnome-classic.css");
|
|
|
|
stage {
|
|
-st-icon-style: symbolic;
|
|
}
|