mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-11 11:20:12 +00:00
5afe6f7825
Make it look good.
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;
|
|
}
|