From 646d84148d3acf68c68a03285f3ee6fbff38a058 Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Tue, 23 Sep 2014 21:01:33 +0200 Subject: [PATCH] fix calendar borders --- Vertex-gtk/gtk-3.0/gtk-widgets.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Vertex-gtk/gtk-3.0/gtk-widgets.css b/Vertex-gtk/gtk-3.0/gtk-widgets.css index d9d63388..3f46aa66 100644 --- a/Vertex-gtk/gtk-3.0/gtk-widgets.css +++ b/Vertex-gtk/gtk-3.0/gtk-widgets.css @@ -2614,8 +2614,7 @@ GtkCalendar { GtkCalendar.view { border-radius: 3px; - border-style: solid; - border-width: 1px; + border: 1px solid @borders; padding: 2px; } @@ -2625,6 +2624,7 @@ GtkCalendar.header { shade(@theme_bg_color, 1.04), shade(@theme_bg_color, 0.89)); border-width: 0; + border-bottom: 1px solid @borders; } GtkCalendar.button,