mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-09 10:20:07 +00:00
746b84cc0f
Commit 5afe6f7825
claims to make this demo
'look good', but it failed to actually make its
css apply. Now it really looks good.
12 lines
161 B
CSS
12 lines
161 B
CSS
listview.viewswitcher {
|
|
border: 1px solid gray;
|
|
}
|
|
|
|
listview.viewswitcher > row {
|
|
padding: 5px;
|
|
}
|
|
|
|
listview.viewswitcher row:selected {
|
|
background: gray;
|
|
}
|