From 234e22afa057e024e6b75848c83a5a2d0c52b030 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sun, 8 Feb 2015 18:59:50 +0100 Subject: BlackMate GTK3: adjust button.flat in caja, pluma and m-c-c --- desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css | 102 ++++++++++----------- .../BlackMATE/gtk-3.0/mate-applications.css | 29 ++++++ 2 files changed, 80 insertions(+), 51 deletions(-) (limited to 'desktop-themes/BlackMATE') diff --git a/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css b/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css index 9046fa40..8c59880e 100644 --- a/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css @@ -1223,9 +1223,8 @@ GtkComboBox .menu { border-image: none; } -/* mate-control-center */ .button.flat:hover { - border-radius: 8px; + border-radius: 3px; } .button GtkImage, @@ -1688,8 +1687,8 @@ GtkMenuButton .menu { * Primary Toolbars * ********************/ .toolbar:insensitive { - background-image: none; - background-color: shade(@theme_bg_color, 0.97); + background-image: none; + background-color: shade(@theme_bg_color, 0.97); } /* (primary) toolbar buttons */ @@ -1705,28 +1704,28 @@ GtkMenuButton .menu { .primary-toolbar .button:insensitive:hover, .primary-toolbar .toolbar .button:insensitive:hover, .primary-toolbar.toolbar .button:insensitive:hover { - border-style: solid; - border-width: 1px; - border-image: none; - border-color: transparent; - background-image: none; - background-color: transparent; + border-style: solid; + border-width: 1px; + border-image: none; + border-color: transparent; + background-image: none; + background-color: transparent; } .toolbar .button:hover, .primary-toolbar .button:hover, .primary-toolbar .toolbar .button:hover, .primary-toolbar.toolbar .button:hover { - border-style: solid; - border-color: shade(@button_border, 1.1); - border-radius: 3px; - background-image: -gtk-gradient (radial, - 0.5 -2.0, 2.0, - 0.5 -2.0, 3.0, - from (shade(@button_gradient_color_a, 1.5)), - color-stop (0.42, shade(@button_gradient_color_a, 0.7)), - color-stop (0.43, @theme_bg_color), - to (shade(@button_gradient_color_b, 0.7))); + border-style: solid; + border-color: shade(@button_border, 1.1); + border-radius: 3px; + background-image: -gtk-gradient (radial, + 0.5 -2.0, 2.0, + 0.5 -2.0, 3.0, + from (shade(@button_gradient_color_a, 1.5)), + color-stop (0.42, shade(@button_gradient_color_a, 0.7)), + color-stop (0.43, @theme_bg_color), + to (shade(@button_gradient_color_b, 0.7))); } .toolbar .button:checked, @@ -1740,8 +1739,8 @@ GtkMenuButton .menu { .toolbar GtkComboBox .button, .primary-toolbar .toolbar GtkComboBox .button, .primary-toolbar.toolbar GtkComboBox .button { - border-radius: 3px; - background-image: none; + border-radius: 3px; + background-image: none; } .toolbar .button:checked:hover, @@ -1755,12 +1754,16 @@ GtkMenuButton .menu { .toolbar GtkComboBox .button:hover, .primary-toolbar .toolbar GtkComboBox .button:hover, .primary-toolbar.toolbar GtkComboBox .button:hover { - border-image: none; - border-style: solid; - border-color: shade(@button_border, 1.1); - background-image: linear-gradient(to bottom, - @button_hover_gradient_color_a, - @button_hover_gradient_color_b); + border-image: none; + border-style: solid; + border-color: shade(@button_border, 1.1); + background-image: -gtk-gradient (radial, + 0.5 -2.0, 2.0, + 0.5 -2.0, 3.0, + from (shade(@button_gradient_color_a, 1.5)), + color-stop (0.42, shade(@button_gradient_color_a, 0.7)), + color-stop (0.43, @theme_bg_color), + to (shade(@button_gradient_color_b, 0.7))); } .toolbar .button:checked:insensitive, @@ -1774,36 +1777,33 @@ GtkMenuButton .menu { .toolbar GtkComboBox .button:insensitive, .primary-toolbar .toolbar GtkComboBox .button:insensitive, .primary-toolbar.toolbar GtkComboBox .button:insensitive { - border-image: none; - border-style: solid; - /*border-radius: 3;*/ - border-color: @inactive_frame_color; - background-image: linear-gradient(to bottom, - @button_hover_gradient_color_a, - @button_hover_gradient_color_b); + border-image: none; + border-style: solid; + /*border-radius: 3;*/ + border-color: @inactive_frame_color; + background-image: linear-gradient(to bottom, + @button_hover_gradient_color_a, + @button_hover_gradient_color_b); } .toolbar GtkSeparatorToolItem { - -GtkWidget-separator-width: 1; - - border-style: solid; - border-width: 1px; - border-color: shade(@theme_bg_color, 0.85); + -GtkWidget-separator-width: 1; + border-style: solid; + border-width: 1px; + border-color: shade(@theme_bg_color, 0.85); } /* progressbars on primary toolbar entries are special */ .toolbar .entry.progressbar { - background-image: linear-gradient(to bottom, - @trough_bg_color_a, - @trough_bg_color_b); - - border-width: 1px; - border-radius: 2px; - border-style: solid; - border-color: shade(@inactive_frame_color, 0.925); - border-image: none; - - color: @theme_text_color; + background-image: linear-gradient(to bottom, + @trough_bg_color_a, + @trough_bg_color_b); + border-width: 1px; + border-radius: 2px; + border-style: solid; + border-color: shade(@inactive_frame_color, 0.925); + border-image: none; + color: @theme_text_color; } /******************* diff --git a/desktop-themes/BlackMATE/gtk-3.0/mate-applications.css b/desktop-themes/BlackMATE/gtk-3.0/mate-applications.css index 46c38651..b400b7f1 100644 --- a/desktop-themes/BlackMATE/gtk-3.0/mate-applications.css +++ b/desktop-themes/BlackMATE/gtk-3.0/mate-applications.css @@ -148,8 +148,17 @@ CajaWindow .notebook .rubberband { } /* Caja places bar */ +CajaWindow .button.flat { + border-style: none; + border-image: url("assets/primary-toolbar-button-active-border-dark.svg") 3 / 3px stretch; + border-radius: 3px; + padding: 2px 5px; +} + CajaWindow .button.flat:hover { + border-image: none; border-radius: 3px; + padding: 2px 5px; } /**** Sidebar ***/ @@ -494,7 +503,27 @@ NaTrayApplet { *********/ /* Pluma status bar */ +PlumaWindow .button.flat { + border-style: none; + border-image: url("assets/primary-toolbar-button-active-border-dark.svg") 3 / 3px stretch; + border-radius: 5px; +} + PlumaWindow .button.flat:hover { + border-image: none; border-radius: 5px; } +/*********************** + * Mate-Control-Center * + ***********************/ + +GtkScrolledWindow .button.flat { + border-image: none; +} + +/* button hover of applications */ +GtkScrolledWindow .button.flat:hover { + border-radius: 8px; +} + -- cgit v1.2.1