From c1218ede8474c7ab29624ab8fc81333d003b0f20 Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Mon, 6 Jul 2015 20:16:48 +0200 Subject: titlebutton tweaks --- common/gtk-3.0/3.16/gtk-contained-darker.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'common/gtk-3.0/3.16/gtk-contained-darker.css') diff --git a/common/gtk-3.0/3.16/gtk-contained-darker.css b/common/gtk-3.0/3.16/gtk-contained-darker.css index 7e94cdb..faf2afc 100644 --- a/common/gtk-3.0/3.16/gtk-contained-darker.css +++ b/common/gtk-3.0/3.16/gtk-contained-darker.css @@ -859,7 +859,7 @@ GtkComboBox { .titlebar { padding-left: 7px; padding-right: 7px; - border-radius: 4px 4px 0 0; + border-radius: 3px 3px 0 0; color: rgba(207, 218, 231, 0.8); background-color: #2f343b; box-shadow: inset 0 1px rgba(54, 60, 68, 0.95); } @@ -2176,7 +2176,7 @@ GtkVolumeButton.button { * Window Decorations * *********************/ .window-frame { - border-radius: 4px 4px 0 0; + border-radius: 3px 3px 0 0; border-width: 0px; box-shadow: 0 0 0 1px rgba(31, 34, 39, 0.95), 0 4px 8px 1px rgba(0, 0, 0, 0.1); /* this is used for the resize cursor area */ @@ -2186,7 +2186,7 @@ GtkVolumeButton.button { .window-frame.tiled { border-radius: 0; } .window-frame.ssd { - border-radius: 4px 4px 0 0; + border-radius: 3px 3px 0 0; box-shadow: 0 0 0 1px rgba(31, 34, 39, 0.95); } .window-frame.ssd.maximized { border-radius: 0; } -- cgit v1.2.3