forked from AuroraMiddleware/gtk
20 lines
266 B
CSS
20 lines
266 B
CSS
* {
|
|
border-color: red;
|
|
border-image: none;
|
|
background-image: none;
|
|
}
|
|
|
|
GtkButton {
|
|
background-color: purple;
|
|
border-style: none;
|
|
border-width: 5px;
|
|
border-radius: 15px;
|
|
}
|
|
|
|
#reference {
|
|
border-style: solid;
|
|
border-width: 0;
|
|
border-radius: 15px;
|
|
}
|
|
|