From ac2a464f0d80f79cb644d45587900109cfbfd453 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sat, 31 May 2014 22:51:40 +0200 Subject: TraditionalOKTest GTK3: set titlebar bg color in dialog windows --- desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css index 43992c1b..3ad7efa6 100755 --- a/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css @@ -1769,8 +1769,8 @@ GtkInfoBar:last-child, .titlebar { background-image: linear-gradient(to bottom, - @theme_base_color, - @theme_bg_color); + shade (@theme_selected_bg_color, 1.10), + @theme_selected_bg_color); background-color: transparent; border-radius: 7px 7px 0px 0px; border-bottom: 1px solid; @@ -1799,6 +1799,18 @@ GtkInfoBar:last-child, padding: 5px 5px 6px 5px; } +.titlebar .titlebutton:hover { + background-image: linear-gradient(to bottom, + shade (@theme_selected_bg_color, 1.30), + shade (@theme_selected_bg_color, 1.05)); + border-image: url("img/border.svg") 3 3 4 3 / 3px 3px 4px 3px repeat; + border-radius: 3px; + border-width: 1px 1px 2px 1px; + border-style: solid; + border-color: transparent; + padding: 5px 5px 6px 5px; +} + .window-frame { border-width: 1px; border-radius: 7px 7px 0 0; -- cgit v1.2.1