forked from AuroraMiddleware/gtk
10 lines
163 B
CSS
10 lines
163 B
CSS
* {
|
|
border-color: inherit;
|
|
border-image: inherit;
|
|
border-radius: inherit;
|
|
border-width: inherit;
|
|
font: inherit;
|
|
margin: inherit;
|
|
padding: inherit;
|
|
}
|