forked from AuroraMiddleware/gtk
f6757e0c0c
This is mostly search and replace ala GtkButton => button GtkWindow => window .button => button or removing style properties that aren't used anymore like -GtkButton-default-border: 0
18 lines
294 B
CSS
18 lines
294 B
CSS
@import "reset-to-defaults.css";
|
|
|
|
* {
|
|
border-image: url("green-20x20.png") 5000;
|
|
background-image: none;
|
|
background-color: #000;
|
|
border-style: solid;
|
|
border-width: 1px;
|
|
padding: 0;
|
|
border-radius: 0;
|
|
}
|
|
|
|
grid * {
|
|
background-color: lime;
|
|
border-style: none;
|
|
border-width: 0;
|
|
}
|