mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
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:
@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user