mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-06 16:50:11 +00:00
e84af235ee
Also remove the now unused border parsing function for shorthands.
25 lines
378 B
CSS
25 lines
378 B
CSS
* {
|
|
-GtkWidget-interior-focus: false;
|
|
-GtkWidget-focus-line-width: 10;
|
|
padding: 0;
|
|
engine: none;
|
|
font: Monospace;
|
|
border-image: none;
|
|
}
|
|
|
|
GtkEntry #padded {
|
|
-GtkWidget-interior-focus: true;
|
|
padding: 10px;
|
|
}
|
|
|
|
.progressbar {
|
|
background-color: rgba(0,0,0,0);
|
|
background-image: none;
|
|
border-color: rgba(0,0,0,0);
|
|
color: red;
|
|
}
|
|
|
|
#reference {
|
|
color: red;
|
|
}
|