mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-07 01:00:28 +00:00
24 lines
360 B
CSS
24 lines
360 B
CSS
|
@import "reset-to-defaults.css";
|
||
|
|
||
|
* {
|
||
|
-GtkWidget-interior-focus: false;
|
||
|
-GtkWidget-focus-line-width: 10;
|
||
|
font: Monospace;
|
||
|
}
|
||
|
|
||
|
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;
|
||
|
}
|