summaryrefslogtreecommitdiff
path: root/desktop-themes/BlueMenta
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-01-07 23:59:58 +0100
committerraveit65 <[email protected]>2015-01-07 23:59:58 +0100
commit049f41c8a493f3612931e02d4a0edc044b5123cc (patch)
treedb6c65033da6f919869b27bc1acb283eba048e80 /desktop-themes/BlueMenta
parent245e67f433b48095bf56ebd2d761291e098287a2 (diff)
downloadmate-themes-049f41c8a493f3612931e02d4a0edc044b5123cc.tar.bz2
mate-themes-049f41c8a493f3612931e02d4a0edc044b5123cc.tar.xz
BlueMenta GTK3:
- fix hover fg color in GtkComboBox popups - add transition effect to GtkComboBox button
Diffstat (limited to 'desktop-themes/BlueMenta')
-rw-r--r--desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css10
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 a0774801..1a286f5a 100644
--- a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css
@@ -1821,17 +1821,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);
}
/********************
@@ -3423,7 +3425,7 @@ GtkIconView.cell:selected:focus {
}
.cell {
- color: @theme_text_color;
+ /*color: @theme_text_color;*/ /* Don't use, seems to change hover effect on combobox menuitems */
padding: 2px;
text-shadow: none;
}