diff options
author | raveit65 <[email protected]> | 2015-01-07 23:55:00 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-01-07 23:55:00 +0100 |
commit | 2e39a2183633cb535ad7695a1ee0f945dcf850c5 (patch) | |
tree | eded87abe49285703bfd4573c57e65a1f38180c2 | |
parent | 3799bcaf8dfb5b06ac6f3887320c92bbf419c56d (diff) | |
download | mate-themes-2e39a2183633cb535ad7695a1ee0f945dcf850c5.tar.bz2 mate-themes-2e39a2183633cb535ad7695a1ee0f945dcf850c5.tar.xz |
BlueMenta GTK3:
- add transition effect to GtkComboBox button
- set another focus-line entry to zero
-rw-r--r-- | desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css index 29f4d81b..22e83e87 100644 --- a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css @@ -1780,17 +1780,19 @@ GtkComboBox.combobox-entry .button:insensitive:last-child { box-shadow: inset 1px 0 @inset_dark_color; } +GtkComboBox.combobox-entry .button:hover, GtkComboBox.combobox-entry .button:active, GtkComboBox.combobox-entry .button:active:hover { - color: @theme_text_color; + color: shade (@theme_selected_bg_color, 0.80); + transition: all 200ms ease-in; } GtkComboBox .button { - color: @internal_element_color; + color: @internal_element_color; } GtkComboBox .button:hover { - color: @theme_text_color; + color: shade (@theme_selected_bg_color, 0.80); } /******************** @@ -3199,7 +3201,7 @@ GtkTreeView { -GtkTreeView-vertical-separator: 0; -GtkWidget-focus-line-width: 0; - -GtkWidget-focus-padding: 1; + -GtkWidget-focus-padding: 0; outline-color: alpha(@theme_text_color, 0.6); } |