diff options
author | raveit65 <[email protected]> | 2015-09-17 22:44:45 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-09-17 22:44:45 +0200 |
commit | d0e893470783e1b0027f8e809f8338f7891fec99 (patch) | |
tree | 8969bd9777a15e1be288af40a9bfbcdfdd9584ab | |
parent | 88267b75b8b1255c005cddb141364f32317c8d96 (diff) | |
download | mate-themes-d0e893470783e1b0027f8e809f8338f7891fec99.tar.bz2 mate-themes-d0e893470783e1b0027f8e809f8338f7891fec99.tar.xz |
GTK ContrastHigh themes: remove gtk+-3.18 settings from OSD
-rw-r--r-- | desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css | 38 | ||||
-rw-r--r-- | desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css | 38 |
2 files changed, 0 insertions, 76 deletions
diff --git a/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css b/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css index 8c1d33bc..81c7cff3 100644 --- a/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css @@ -2260,44 +2260,6 @@ GtkOverlay.osd { margin: 2px; } -.osd .scale-popup.popover.background { - color: @osd_fg; - border-style: solid; - border-width: 1px; - border-color: shade (@theme_fg_color, 1.0); - border-radius: 2px; - background-image: linear-gradient(to bottom, - @osd_toolbar_bg_a, - @osd_toolbar_bg_b 63%, - @osd_toolbar_bg_c); - background-color: transparent; - padding: 2px 0px; -} - -.osd .scale-popup.popover.background .button.flat.image-button { - background-image: linear-gradient(to bottom, - @osd_button_bg_a, - @osd_button_bg_b 68%, - @osd_button_bg_c); - border-radius: 3px; - border-width: 1px; - padding: 6px; -} - -.osd .scale-popup.popover.background .button.flat.image-button:hover { - background-image: linear-gradient(to bottom, - @osd_button_bg_hover_a, - @osd_button_bg_hover_b 78%, - @osd_button_bg_hover_c); - box-shadow: none; -} - -.osd .scale-popup.popover.background .button.flat.image-button:insensitive { - border-color: alpha (shade(@theme_bg_color, 0.4), 0.0); - background-image: none; - background-color: transparent; -} - .osd GtkProgressBar, GtkProgressBar.osd { padding: 0; diff --git a/desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css b/desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css index 9e896a2d..5d896a66 100644 --- a/desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css @@ -2183,44 +2183,6 @@ GtkOverlay.osd { margin: 2px; } -.osd .scale-popup.popover.background { - color: @osd_fg; - border-style: solid; - border-width: 1px; - border-color: shade (@theme_fg_color, 1.0); - border-radius: 2px; - background-image: linear-gradient(to bottom, - @osd_toolbar_bg_a, - @osd_toolbar_bg_b 63%, - @osd_toolbar_bg_c); - background-color: transparent; - padding: 2px 0px; -} - -.osd .scale-popup.popover.background .button.flat.image-button { - background-image: linear-gradient(to bottom, - @osd_button_bg_a, - @osd_button_bg_b 68%, - @osd_button_bg_c); - border-radius: 3px; - border-width: 1px; - padding: 6px; -} - -.osd .scale-popup.popover.background .button.flat.image-button:hover { - background-image: linear-gradient(to bottom, - @osd_button_bg_hover_a, - @osd_button_bg_hover_b 78%, - @osd_button_bg_hover_c); - box-shadow: none; -} - -.osd .scale-popup.popover.background .button.flat.image-button:insensitive { - border-color: alpha (shade(@theme_bg_color, 0.4), 0.0); - background-image: none; - background-color: transparent; -} - .osd GtkProgressBar, GtkProgressBar.osd { padding: 0; |