Skip to content

Commit

Permalink
fix calendar borders
Browse files Browse the repository at this point in the history
  • Loading branch information
horst3180 committed Sep 23, 2014
1 parent 7ab50a6 commit 646d841
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Vertex-gtk/gtk-3.0/gtk-widgets.css
Original file line number Diff line number Diff line change
Expand Up @@ -2614,8 +2614,7 @@ GtkCalendar {

GtkCalendar.view {
border-radius: 3px;
border-style: solid;
border-width: 1px;
border: 1px solid @borders;
padding: 2px;
}

Expand All @@ -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,
Expand Down

0 comments on commit 646d841

Please sign in to comment.