From 08c5efb80ab7e1e9390a0d2755b18c21a6b709a1 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Mon, 7 Mar 2016 19:45:52 +0100 Subject: GTK+-3.20 Menta themes: adjust OSD toobar buttons + popover scale-popup --- desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css | 23 ++++++++++++++++++---- desktop-themes/Menta/gtk-3.0/gtk-widgets.css | 25 ++++++++++++++++++++---- 2 files changed, 40 insertions(+), 8 deletions(-) (limited to 'desktop-themes') diff --git a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css index e6faa411..99dc9745 100644 --- a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css @@ -4158,7 +4158,12 @@ toolbar.osd, -GtkToolbar-button-relief: normal; } -toolbar.osd button, +toolbar.osd button { + min-width: 24px; + min-height: 24px; +} + +toolbar.osd toolitem .linked button, .osd.toolbar .button { padding: 4px; border-width: 1px; @@ -4166,14 +4171,14 @@ toolbar.osd button, box-shadow: inset @osd_button_inset; } -toolbar.osd button:first-child +toolbar.osd toolitem .linked button:first-child, .osd.toolbar .button:first-child { border-radius: 5px 0 0 5px; border-width: 1px 0 1px 1px; box-shadow: inset -1px 0 @osd_button_inset; } -toolbar.osd button:last-child, +toolbar.osd toolitem .linked button:last-child, .osd.toolbar .button:last-child { box-shadow: none; border-radius: 0 5px 5px 0; @@ -5686,7 +5691,7 @@ popover.background, background-clip: initial; margin: 10px; padding: 2px; - border-color: @borders; + border-color: shade(@borders, 0.8); border-width: 1px; border-style: solid; border-radius: 3px; @@ -5817,6 +5822,16 @@ popover.osd button:disabled, alpha(shade(@theme_selected_bg_color, 0.95), 0.8)); } +popover.background.scale-popup { + background-clip: initial; + margin: 10px; + padding: 0px; + border-color: shade(@borders, 0.8); + border-width: 1px; + border-style: solid; + border-radius: 4px; + background-color: @menu_bg_color; +} modelbutton { color: @theme_fg_color; diff --git a/desktop-themes/Menta/gtk-3.0/gtk-widgets.css b/desktop-themes/Menta/gtk-3.0/gtk-widgets.css index 2e7bebea..d3d06122 100644 --- a/desktop-themes/Menta/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Menta/gtk-3.0/gtk-widgets.css @@ -4094,7 +4094,12 @@ toolbar.osd, -GtkToolbar-button-relief: normal; } -toolbar.osd button, +toolbar.osd button { + min-width: 24px; + min-height: 24px; +} + +toolbar.osd toolitem .linked button, .osd.toolbar .button { padding: 4px; border-width: 1px; @@ -4102,14 +4107,14 @@ toolbar.osd button, box-shadow: inset @osd_button_inset; } -toolbar.osd button:first-child +toolbar.osd toolitem .linked button:first-child, .osd.toolbar .button:first-child { border-radius: 5px 0 0 5px; border-width: 1px 0 1px 1px; box-shadow: inset -1px 0 @osd_button_inset; } -toolbar.osd button:last-child, +toolbar.osd toolitem .linked button:last-child, .osd.toolbar .button:last-child { box-shadow: none; border-radius: 0 5px 5px 0; @@ -5620,7 +5625,7 @@ popover, background-clip: initial; margin: 10px; padding: 2px; - border-color: @borders; + border-color: shade(@borders, 0.8); border-width: 1px; border-style: solid; border-radius: 3px; @@ -5749,6 +5754,18 @@ popover.osd button:disabled, alpha(shade(@theme_selected_bg_color, 1.1), 0.8), alpha(shade(@theme_selected_bg_color, 0.95), 0.8)); } + +popover.background.scale-popup { + background-clip: initial; + margin: 10px; + padding: 0px; + border-color: shade(@borders, 0.8); + border-width: 1px; + border-style: solid; + border-radius: 4px; + background-color: @menu_bg_color; +} + modelbutton { color: @theme_fg_color; } -- cgit v1.2.1