mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-28 06:21:14 +00:00
13 lines
128 B
CSS
13 lines
128 B
CSS
|
* {
|
||
|
-GtkWidget-focus-line-width: 0;
|
||
|
padding: 0
|
||
|
}
|
||
|
|
||
|
#test {
|
||
|
-GtkWidget-focus-line-width: 20
|
||
|
}
|
||
|
|
||
|
#reference {
|
||
|
padding: 20
|
||
|
}
|