From 961d4996d0bdfffaf78e9a9e42c785a53b1d39ee Mon Sep 17 00:00:00 2001 From: Satyajit Sahoo Date: Wed, 13 Nov 2013 19:02:43 +0530 Subject: [PATCH] Fixes --- gtk-3.0/gtk-widgets.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gtk-3.0/gtk-widgets.css b/gtk-3.0/gtk-widgets.css index ca9d5a2..55989d1 100644 --- a/gtk-3.0/gtk-widgets.css +++ b/gtk-3.0/gtk-widgets.css @@ -1881,7 +1881,7 @@ GtkColorButton.button { **************/ .header-bar { padding: 4px; - border-width: 0 0 1px; + border-width: 0 0 1px 0; border-style: solid; border-color: shade(@toolbar_bg_color, 0.8); background-color: @toolbar_bg_color; @@ -2643,7 +2643,7 @@ GtkViewport.frame { * search bars * ***************/ .search-bar { - border-width: 0 0 1px; + border-width: 0 0 1px 0; border-style: solid; border-color: shade(@theme_bg_color, 0.8); background-color: shade(@theme_bg_color, 0.98);