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;
|
||
|
}
|