mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-13 12:20:10 +00:00
12 lines
149 B
CSS
12 lines
149 B
CSS
|
list.viewswitcher {
|
||
|
border: 1px solid gray;
|
||
|
}
|
||
|
|
||
|
list.viewswitcher > row {
|
||
|
padding: 5px;
|
||
|
}
|
||
|
|
||
|
list.viewswitcher row:selected {
|
||
|
background: gray;
|
||
|
}
|