mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-06 08:40:08 +00:00
32 lines
842 B
CSS
32 lines
842 B
CSS
* {
|
|
border-bottom-color: inherit;
|
|
border-bottom-left-radius: inherit;
|
|
border-bottom-right-radius: inherit;
|
|
border-bottom-width: inherit;
|
|
border-image-repeat: inherit;
|
|
border-image-slice: inherit;
|
|
border-image-source: inherit;
|
|
border-image-width: inherit;
|
|
border-left-color: inherit;
|
|
border-left-width: inherit;
|
|
border-right-color: inherit;
|
|
border-right-width: inherit;
|
|
border-top-color: inherit;
|
|
border-top-left-radius: inherit;
|
|
border-top-right-radius: inherit;
|
|
border-top-width: inherit;
|
|
font-family: inherit;
|
|
font-size: inherit;
|
|
font-style: inherit;
|
|
font-variant: inherit;
|
|
font-weight: inherit;
|
|
margin-bottom: inherit;
|
|
margin-left: inherit;
|
|
margin-right: inherit;
|
|
margin-top: inherit;
|
|
padding-bottom: inherit;
|
|
padding-left: inherit;
|
|
padding-right: inherit;
|
|
padding-top: inherit;
|
|
}
|