From c269c57777a231e816eb4f6cddb70d9b43adc4ac Mon Sep 17 00:00:00 2001 From: JosephMcc Date: Mon, 4 Dec 2017 01:18:56 -0800 Subject: [PATCH] xed-view-frame: Fix the css for the minimap frame This makes it work in gtk3.20+ --- xed/resources/css/xed-style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/xed/resources/css/xed-style.css b/xed/resources/css/xed-style.css index 984ca8a..a910576 100644 --- a/xed/resources/css/xed-style.css +++ b/xed/resources/css/xed-style.css @@ -1,7 +1,7 @@ -.xed-map-frame:dir(ltr) { +.xed-map-frame:dir(ltr) border { border-width: 0 0 0 1px; } -.xed-map-frame:dir(rtl) { +.xed-map-frame:dir(rtl) border { border-width: 0 1px 0 0; -} \ No newline at end of file +}