gtk2/demos/gtk-demo/listview_filebrowser.css

12 lines
149 B
CSS
Raw Normal View History

list.viewswitcher {
border: 1px solid gray;
}
list.viewswitcher > row {
padding: 5px;
}
list.viewswitcher row:selected {
background: gray;
}