forked from AuroraMiddleware/gtk
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;
|
|
}
|