/usr/share/rhythmbox/style.css is in rhythmbox-data 3.1-1.
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 | .sidebar-paned.pane-separator,
.sidebar-paned.pane-separator:hover {
border-width: 0 0 0 1px;
border-style: solid;
border-color: @borders;
}
.sidebar-toolbar {
border-width: 1px 0 1px 0;
}
.primary-toolbar {
border-width: 1px 0 1px;
border-style: solid;
border-top-color: shade(@borders, 0.95);
border-bottom-color: shade(@borders, 1.2);
}
|