mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-17 14:30:15 +00:00
e69f14cf2b
Add all the border-style subproperties and turn border-style itself in a shorthand.
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;
|
|
}
|