From ae5338aaf18888d591a94c642213ec873c79d5d3 Mon Sep 17 00:00:00 2001 From: Christian Hergert Date: Fri, 15 Apr 2016 17:17:44 -0700 Subject: [PATCH] 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. --- src/resources/theme/shared.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/resources/theme/shared.css b/src/resources/theme/shared.css index 3d4da45b..b563d922 100644 --- a/src/resources/theme/shared.css +++ b/src/resources/theme/shared.css @@ -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); }