From c94f8052d6cae88a0fd8795d4fdf2c8534b6f62b Mon Sep 17 00:00:00 2001 From: raveit65 Date: Thu, 6 Nov 2014 14:34:52 +0100 Subject: all GTK3 themes: remove hack to avoid scrolled main-menu, and context windows in systray. Seems this bug is fixed in GTK3-3.14 --- desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css | 12 +----------- desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css | 11 +---------- desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css | 11 +---------- desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css | 7 +------ desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css | 10 +--------- desktop-themes/Menta/gtk-3.0/gtk-widgets.css | 11 +---------- desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css | 8 -------- desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css | 8 -------- desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css | 8 -------- 9 files changed, 6 insertions(+), 80 deletions(-) diff --git a/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css b/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css index e23e0180..84c0c0db 100644 --- a/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css @@ -2183,14 +2183,6 @@ GtkProgressBar.osd.progressbar { color: #747473; } -/******************************************************** - * Give and take related to recent gtk3velopment, * - * to achieve full size of the icon menu of some * - * of the applications whose notification icons * - * appear in the system tray, the "shadow" is disabled. * - * same affect in mate-panel main menu GTK3 too !!!!! * - ********************************************************/ -/* .window-frame { border-color: @theme_bg_color; border-radius: 7px 7px 0 0; @@ -2198,11 +2190,9 @@ GtkProgressBar.osd.progressbar { border-style: solid; background-color: @theme_bg_color; box-shadow: 0 0 0 2px @osd_button_shadow, 0 2px 8px 3px @osd_button_shadow; - - * this is used for the resize cursor area + /* this is used for the resize cursor area */ margin: 10px; } -*/ /**************************** * Suggested action buttons * diff --git a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css index 0eda50ba..be6ab7ed 100644 --- a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css @@ -3947,20 +3947,12 @@ GtkModelButton.button:selected { icon-shadow: none; } -/**************************************************************************************** - * Give and take related to recent gtk3 development, * - * to achieve full size of the icon menu of some of the applications whose notification * - * icons appear in the system tray, the "shadow" is disabled. * - * same affect in mate-panel main menu GTK3 too !!!!! -****************************************************************************************/ -/* .window-frame { border-radius: 0; border-width: 0px; box-shadow: 0 0 0 1px @wm_border, 0 2px 8px 3px @wm_shadow; -*/ /* this is used for the resize cursor area */ -/* margin: 10px; + margin: 10px; } .window-frame.tiled { @@ -3971,7 +3963,6 @@ GtkModelButton.button:selected { .window-frame:backdrop { box-shadow: 0 0 0 1px shade(@wm_border,1.1), 0 2px 5px 1px @wm_shadow; } -*/ /* Various hacks and shit */ /* FIXME - BELOW: Some stuff that can probably be done better or in another way */ diff --git a/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css b/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css index 2fee4e6b..b805824d 100644 --- a/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css @@ -1234,28 +1234,19 @@ GtkProgressBar.osd.progressbar { color: @theme_base_color; } -/**************************************************************************************** - * Give and take related to recent gtk3 development, * - * to achieve full size of the icon menu of some of the applications whose notification * - * icons appear in the system tray, the "shadow" is disabled. * - ****************************************************************************************/ -/* .window-frame { border-color: darker(@theme_bg_color); border-radius: 7px 7px 0 0; border-width: 1px; border-style: solid; - box-shadow: 0 2px 8px 3px alpha(black, 0.7); - - * this is used for the resize cursor area + /* this is used for the resize cursor area */ margin: 10px; } .window-frame:backdrop { box-shadow: 0 2px 5px 1px alpha(black, 0.7); } -*/ /**************** * App-specific * diff --git a/desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css b/desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css index 132bf5c6..4701d2ea 100644 --- a/desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css @@ -1196,25 +1196,20 @@ GtkProgressBar.osd.progressbar { color: @theme_base_color; } -/* .window-frame { border-color: darker(@theme_bg_color); border-radius: 7px 7px 0 0; border-width: 1px; border-style: solid; - box-shadow: 0 2px 8px 3px alpha(white, 0.7); -*/ /* this is used for the resize cursor area */ -/* margin: 10px; + margin: 10px; } .window-frame:backdrop { box-shadow: 0 2px 5px 1px alpha(white, 0.7); } -*/ - /**************** * App-specific * ****************/ diff --git a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css index 6a962cb5..c8bed192 100644 --- a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css @@ -1978,12 +1978,6 @@ GtkProgressBar.osd.progressbar { color: #747473; } -/**************************************************************************************** - * Give and take related to recent gtk3 development, * - * to achieve full size of the icon menu of some of the applications whose notification * - * icons appear in the system tray, the "shadow" is disabled. * - ****************************************************************************************/ -/* .window-frame { border-color: @theme_bg_color; border-radius: 7px 7px 0 0; @@ -1991,11 +1985,9 @@ GtkProgressBar.osd.progressbar { border-style: solid; background-color: @theme_bg_color; box-shadow: 0 0 0 2px @osd_button_shadow, 0 2px 8px 3px @osd_button_shadow; - - * this is used for the resize cursor area + /* this is used for the resize cursor area */ margin: 10px; } -*/ /**************************** * Suggested action buttons * diff --git a/desktop-themes/Menta/gtk-3.0/gtk-widgets.css b/desktop-themes/Menta/gtk-3.0/gtk-widgets.css index 29d9440e..cfd32bce 100644 --- a/desktop-themes/Menta/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Menta/gtk-3.0/gtk-widgets.css @@ -3949,20 +3949,12 @@ GtkModelButton.button:selected { icon-shadow: none; } -/**************************************************************************************** - * Give and take related to recent gtk3 development, * - * to achieve full size of the icon menu of some of the applications whose notification * - * icons appear in the system tray, the "shadow" is disabled. * - * same affect in mate-panel main menu GTK3 too !!!!! -****************************************************************************************/ -/* .window-frame { border-radius: 0; border-width: 0px; box-shadow: 0 0 0 1px @wm_border, 0 2px 8px 3px @wm_shadow; -*/ /* this is used for the resize cursor area */ -/* margin: 10px; + margin: 10px; } .window-frame.tiled { @@ -3973,7 +3965,6 @@ GtkModelButton.button:selected { .window-frame:backdrop { box-shadow: 0 0 0 1px shade(@wm_border,1.1), 0 2px 5px 1px @wm_shadow; } -*/ /* Various hacks and shit */ /* FIXME - BELOW: Some stuff that can probably be done better or in another way */ diff --git a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css index 86627fcb..5a5923f4 100644 --- a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css @@ -1920,20 +1920,12 @@ GtkInfoBar:last-child, border-image: none; } -/**************************************************************************************** - * Give and take related to recent gtk3 development, * - * to achieve full size of the icon menu of some of the applications whose notification * - * icons appear in the system tray, the "shadow" is disabled. * - * same affect in mate-panel main menu GTK3 too !!!!! -****************************************************************************************/ -/* .window-frame { border-width: 1px; border-radius: 7px 7px 0 0; border-style: solid; margin: 10px; } -*/ /************** * Action bar * diff --git a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css index dda82c5c..5028f0c9 100644 --- a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css @@ -1924,20 +1924,12 @@ GtkInfoBar:last-child, border-image: none; } -/**************************************************************************************** - * Give and take related to recent gtk3 development, * - * to achieve full size of the icon menu of some of the applications whose notification * - * icons appear in the system tray, the "shadow" is disabled. * - * same affect in mate-panel main menu GTK3 too !!!!! -****************************************************************************************/ -/* .window-frame { border-width: 1px; border-radius: 7px 7px 0 0; border-style: solid; margin: 10px; } -*/ /************** * Action bar * diff --git a/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css index ca097000..df63d803 100644 --- a/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css @@ -1919,20 +1919,12 @@ GtkInfoBar:last-child, border-image: none; } -/**************************************************************************************** - * Give and take related to recent gtk3 development, * - * to achieve full size of the icon menu of some of the applications whose notification * - * icons appear in the system tray, the "shadow" is disabled. * - * same affect in mate-panel main menu GTK3 too !!!!! -****************************************************************************************/ -/* .window-frame { border-width: 1px; border-radius: 7px 7px 0 0; border-style: solid; margin: 10px; } -*/ /************** * Action bar * -- cgit v1.2.1