From bd25dd3fdeeb4032a47873c5ebdceb27d95ba370 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Mon, 9 Feb 2015 21:31:46 +0100 Subject: Menta themes GTK3: adjust flat buttons in caja, pluma and m-c-c - adjust transition timings - adjust GtkComboBox in primary toolbar --- desktop-themes/Menta/gtk-3.0/gtk-main.css | 5 + desktop-themes/Menta/gtk-3.0/gtk-widgets.css | 12 +- desktop-themes/Menta/gtk-3.0/mate-applications.css | 150 ++++++++++++++++++--- 3 files changed, 141 insertions(+), 26 deletions(-) (limited to 'desktop-themes/Menta') diff --git a/desktop-themes/Menta/gtk-3.0/gtk-main.css b/desktop-themes/Menta/gtk-3.0/gtk-main.css index 50c12a70..ad320228 100644 --- a/desktop-themes/Menta/gtk-3.0/gtk-main.css +++ b/desktop-themes/Menta/gtk-3.0/gtk-main.css @@ -176,6 +176,11 @@ @define-color selection_menu_hover shade(@selection_menu_fg, 0.80); @define-color selection_menu_active shade(@selection_menu_fg, 0.60); +/************** + * MATE Apps * + **************/ +@define-color cluebar_color shade (@theme_base_color, 0.9); + /************** * GNOME Apps * **************/ diff --git a/desktop-themes/Menta/gtk-3.0/gtk-widgets.css b/desktop-themes/Menta/gtk-3.0/gtk-widgets.css index 75846a01..a7b16c01 100644 --- a/desktop-themes/Menta/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Menta/gtk-3.0/gtk-widgets.css @@ -965,7 +965,7 @@ GtkComboBox.combobox-entry .button { } .button { - transition: all 200ms ease-out; + transition: all 400ms ease-out; -GtkButton-image-spacing: 4; -GtkButton-interior-focus: true; -GtkButton-default-border: 0; @@ -982,6 +982,10 @@ GtkComboBox.combobox-entry .button { color: @theme_selected_fg_color; } +.button.flat.hover { + border-radius: 3px; +} + /* We may want a background for focused buttons, but in the meantime let's remove it too */ .primary-toolbar .button, .primary-toolbar .button:insensitive, @@ -1785,7 +1789,7 @@ GtkComboBox.combobox-entry .button:hover, GtkComboBox.combobox-entry .button:active, GtkComboBox.combobox-entry .button:active:hover { color: shade (@theme_selected_bg_color, 0.80); - transition: all 200ms ease-in; + transition: all 400ms ease-in; } GtkComboBox .button { @@ -2065,8 +2069,8 @@ GtkTreeMenu .menuitem, } .menu .menuitem { - -GtkMenuItem-arrow-scaling: 0.4; - transition: all 100ms ease-out; + -GtkMenuItem-arrow-scaling: 0.6; + transition: all 150ms ease-out; padding: 4px; } diff --git a/desktop-themes/Menta/gtk-3.0/mate-applications.css b/desktop-themes/Menta/gtk-3.0/mate-applications.css index 91d14570..c722cf4d 100644 --- a/desktop-themes/Menta/gtk-3.0/mate-applications.css +++ b/desktop-themes/Menta/gtk-3.0/mate-applications.css @@ -60,7 +60,58 @@ CajaPlacesTreeView:hover { CajaPlacesTreeView:selected:hover { } -@define-color cluebar_color shade (@theme_base_color, 0.9); +/* Caja places bar */ +CajaWindow .button.flat { + background-color: transparent; + background-image: linear-gradient(to bottom, + @button_gradient_color_a, + @button_gradient_color_b); + border-image: url("borders/button.png") 3 3 4 3 / 3px 3px 4px 3px stretch; + padding: 2px 5px; +} + +CajaWindow .button.flat:hover { + background-color: transparent; + background-image: linear-gradient(to bottom, + @button_hover_gradient_color_a, + @button_hover_gradient_color_b); + border-image: url("borders/button.png") 3 3 4 3 / 3px 3px 4px 3px stretch; + padding: 2px 5px; +} + +/* some overrides for button.flat */ +/* zoom button */ +CajaWindow .primary-toolbar .button.flat { + background-color: transparent; + background-image: linear-gradient(to bottom, + shade (@theme_bg_color, 1.0), + shade (@theme_bg_color, 0.96)); +} + +/* zoom button */ +CajaWindow .primary-toolbar .button.flat:hover { + background-color: transparent; + background-image: linear-gradient(to bottom, + @button_gradient_color_a, + @button_gradient_color_b); + border-image: url("borders/button.png") 3 3 4 3 / 3px 3px 4px 3px stretch; +} + +/* ComboBox views */ +CajaWindow .toolbar GtkComboBox .button { + background-image: linear-gradient(to bottom, + shade (@theme_bg_color, 1.0), + shade (@theme_bg_color, 0.96)); + padding: 4px 4px; +} + +CajaWindow .toolbar GtkComboBox .button:hover { + background-image: linear-gradient(to bottom, + @button_gradient_color_a, + @button_gradient_color_b); + border-image: url("borders/button.png") 3 3 4 3 / 3px 3px 4px 3px stretch; + padding: 4px 4px; +} CajaWindow * { -GtkPaned-handle-size: 0; @@ -227,7 +278,7 @@ MatePanelApplet *:hover { /* desktop-applet, clockapplet, drivemount, character-map, dictionary */ MatePanelApplet .button { - transition: all 300ms ease-out; + transition: all 400ms ease-out; background-image: none; background-color: @theme_bg_color; color: @theme_text_color; @@ -242,7 +293,6 @@ MatePanelApplet .button { MatePanelApplet .button:active:hover, MatePanelApplet .button:active { - transition: all 300ms ease-out; background-image: linear-gradient(to bottom, shade (@theme_selected_bg_color, 0.86), shade (@theme_selected_bg_color, 0.26)); @@ -257,7 +307,6 @@ MatePanelApplet .button:active { } MatePanelApplet .button:hover { - transition: all 300ms ease-out; background-image: linear-gradient(to bottom, @theme_bg_color, shade (@theme_selected_bg_color, 0.86)); @@ -273,7 +322,7 @@ MatePanelApplet .button:hover { /*Wncklist */ WnckTasklist .button { - transition: all 300ms ease-out; + transition: all 400ms ease-out; background-image: linear-gradient(to bottom, shade (@theme_bg_color, 1.0), shade (@theme_bg_color, 0.96)); @@ -290,7 +339,6 @@ WnckTasklist .button { WnckTasklist .button:active:hover, WnckTasklist .button:active { - transition: all 300ms ease-out; background-image: linear-gradient(to bottom, shade (@theme_selected_bg_color, 0.86), shade (@theme_selected_bg_color, 0.26)); @@ -305,7 +353,6 @@ WnckTasklist .button:active { } WnckTasklist .button:hover { - transition: all 300ms ease-out; background-image: linear-gradient(to bottom, @theme_bg_color, shade (@theme_selected_bg_color, 0.86)); @@ -319,9 +366,13 @@ WnckTasklist .button:hover { -GtkWidget-window-dragging: true; } +/* set normal menubar button */ +PanelMenuBar.menubar .menuitem:hover { + transition: all 200ms ease-out; +} + /* set selected menubar button */ PanelMenuBar.menubar .menuitem:hover { - transition: all 300ms ease-out; background-image: linear-gradient(to bottom, shade (@theme_selected_bg_color, 0.86), shade (@theme_selected_bg_color, 0.26)); @@ -333,10 +384,14 @@ PanelMenuBar.menubar .menuitem:hover { border-radius: 5px; } +/* set normal menubar menuitem */ +PanelMenuBar.menubar .menu .menuitem { + transition: all 150ms ease-out; +} + /* set selected menubar menuitem */ PanelMenuBar.menubar .menu .menuitem:active:hover, PanelMenuBar.menubar .menu .menuitem:hover { - transition: all 200ms ease-out; background-color: @theme_selected_bg_color; background-image: linear-gradient(to bottom, shade (@theme_selected_bg_color, 1.0), @@ -409,29 +464,80 @@ NaTrayApplet { text-shadow: none; } +/**************** + * Mate-Terminal * + ****************/ + +TerminalWindow GtkNotebook.notebook tab { + padding: 2px; + border-color: transparent; + border-width: 0px; + background-image: none; + background-color: transparent; +} + +TerminalWindow GtkNotebook.notebook tab.top, +.notebook tab.bottom { + padding: 2px; +} + /**************** * Pluma * ****************/ /* pluma line numbers */ - PlumaView { background-color: shade (@theme_bg_color, 1.07); } -/**************** - * Mate-Terminal * - ****************/ +/*FIXME normaly this isn't the right entry for adjusting +the sidebar entry hover color*/ +PlumaWindow .view row:hover { + background-color: shade (@theme_selected_bg_color, 1.15); + color: shade (@theme_selected_bg_color, 0.35); +} -TerminalWindow GtkNotebook.notebook tab { - padding: 2px; - border-color: transparent; - border-width: 0px; - background-image: none; - background-color: transparent; +/* Pluma status bar */ +PlumaWindow .button.flat { + border-image: url("borders/button.png") 3 3 4 3 / 3px 3px 4px 3px stretch; + padding: 2px 5px; } -TerminalWindow GtkNotebook.notebook tab.top, -.notebook tab.bottom { - padding: 2px; +PlumaWindow .button.flat:hover { + background-color: transparent; + background-image: linear-gradient(to bottom, + @button_gradient_color_a, + @button_gradient_color_b); + border-image: url("borders/button.png") 3 3 4 3 / 3px 3px 4px 3px stretch; + padding: 2px 5px; +} + +/* surpress styling of close button */ +PlumaWindow .notebook tab .button.flat, +PlumaWindow .notebook tab .button.flat:hover { + border-color: transparent; + background-color: transparent; + background-image: none; + box-shadow: inset 0 1px rgba(255,255,255,0), 0 1px rgba(255,255,255,0); + text-shadow: none; + icon-shadow: none; + border-image: none; } + +/*********************** + * Mate-Control-Center * + ***********************/ + +ShellWindow .button.flat { + border-image: none; +} + +/* button hover of applications */ +ShellWindow .button.flat:hover { + background-color: transparent; + background-image: linear-gradient(to bottom, + @button_hover_gradient_color_a, + @button_hover_gradient_color_b); + border-image: url("borders/button.png") 3 3 4 3 / 3px 3px 4px 3px stretch; +} + -- cgit v1.2.1