/usr/share/rhythmbox/style.css is in rhythmbox-data 3.3-1ubuntu7.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | .sidebar-toolbar {
border: 0;
border-radius: 0;
}
RBLibraryBrowser {
background-color: @borders;
}
.statusbar {
border-top: solid 1px @borders;
}
GtkApplicationWindow * {
-GtkPaned-handle-size: 1;
}
GtkApplicationWindow .pane-separator {
background-color: @borders;
}
.primary-toolbar {
border-bottom: solid 1px @borders;
}
|