Skip to content

Commit

Permalink
Further cosmetic improvements
Browse files Browse the repository at this point in the history
Make sure that the width of the separating line of the header bar is
consistent with the CSD case. (It was too think without this CSS
addition.)
  • Loading branch information
chris-se committed May 31, 2016
1 parent e95772d commit 8e41d44
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gtk3-nocsd.c
Original file line number Diff line number Diff line change
Expand Up @@ -475,6 +475,8 @@ static GtkStyleProvider *get_custom_css_provider ()
static const char *custom_css =
"window > .titlebar:not(headerbar) {\n"
" padding: 0;\n"
" border-style: none;\n"
" border-color: transparent;\n"
"}\n"
".background:not(.tiled):not(.maximized) .titlebar:backdrop,\n"
".background:not(.tiled):not(.maximized) .titlebar {\n"
Expand Down

0 comments on commit 8e41d44

Please sign in to comment.