mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-06 16:50:11 +00:00
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;
|
|
}
|
|
|