theme: add fallback styling for 3.18

New styling doesn't apply on 3.18 which is used on F23. Since packages are
being built for that, might as well fix the styling.
This commit is contained in:
Christian Hergert
2016-04-15 17:17:44 -07:00
parent ab4dd75269
commit ae5338aaf1

View File

@ -1,12 +1,15 @@
GtkPopover GtkListBox GtkListBoxRow,
popover list row {
padding: 6px 10px 6px 10px;
border-bottom: 1px solid alpha(@borders, 0.2);
}
GtkPopover GtkListBox GtkListBoxRow:last-child,
popover list row:last-child {
border-bottom: none;
}
GtkPopover SpScrolledWindow,
popover scrolledwindow {
border-top: 1px solid alpha(@borders, 0.75);
}