forked from AuroraMiddleware/gtk
91497348bf
I have not tracked down in detail where all these changes originate, this commit just gets things back to working again.
19 lines
462 B
CSS
19 lines
462 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";
|
|
font-variant-alternates: initial;
|
|
font-variant-caps: initial;
|
|
font-variant-east-asian: initial;
|
|
font-variant-ligatures: none;
|
|
font-variant-numeric: initial;
|
|
font-variant-position: initial;
|
|
text-shadow: none;
|
|
}
|