mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-06 08:40:08 +00:00
46 lines
1.2 KiB
CSS
46 lines
1.2 KiB
CSS
* {
|
|
background-clip: initial;
|
|
background-color: initial;
|
|
background-image: initial;
|
|
background-origin: initial;
|
|
background-repeat: initial;
|
|
border-bottom-color: initial;
|
|
border-bottom-left-radius: initial;
|
|
border-bottom-right-radius: initial;
|
|
border-bottom-style: initial;
|
|
border-bottom-width: initial;
|
|
border-image-repeat: initial;
|
|
border-image-slice: initial;
|
|
border-image-source: initial;
|
|
border-image-width: initial;
|
|
border-left-color: initial;
|
|
border-left-style: initial;
|
|
border-left-width: initial;
|
|
border-right-color: initial;
|
|
border-right-style: initial;
|
|
border-right-width: initial;
|
|
border-top-color: initial;
|
|
border-top-left-radius: initial;
|
|
border-top-right-radius: initial;
|
|
border-top-style: initial;
|
|
border-top-width: initial;
|
|
box-shadow: initial;
|
|
color: initial;
|
|
engine: initial;
|
|
font-family: initial;
|
|
font-size: initial;
|
|
font-style: initial;
|
|
font-variant: initial;
|
|
font-weight: initial;
|
|
icon-shadow: initial;
|
|
margin-bottom: initial;
|
|
margin-left: initial;
|
|
margin-right: initial;
|
|
margin-top: initial;
|
|
padding-bottom: initial;
|
|
padding-left: initial;
|
|
padding-right: initial;
|
|
padding-top: initial;
|
|
text-shadow: initial;
|
|
}
|