mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-06 16:50:11 +00:00
14 lines
272 B
CSS
14 lines
272 B
CSS
* {
|
|
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;
|
|
engine: none;
|
|
font-family: "none";
|
|
icon-shadow: none;
|
|
text-shadow: none;
|
|
}
|