forked from AuroraMiddleware/gtk
f2c455fedb
As well as the corresponding GtkCssEngineValue used to parse it in css.
13 lines
261 B
CSS
13 lines
261 B
CSS
* {
|
|
-gtk-icon-shadow: none;
|
|
background-image: none;
|
|
border-bottom-style: none;
|
|
border-image-source: none;
|
|
border-left-style: none;
|
|
border-right-style: none;
|
|
border-top-style: none;
|
|
box-shadow: none;
|
|
font-family: "none";
|
|
text-shadow: none;
|
|
}
|