summaryrefslogtreecommitdiff
path: root/desktop-themes
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-01-07 23:29:23 +0100
committerraveit65 <[email protected]>2015-01-07 23:29:23 +0100
commit76a63fe430e9feb000bd3248260ded5e6c50eca9 (patch)
tree7636a392ebb6fecb24291c081e3c21cd153c35d8 /desktop-themes
parentaf5993657224adcb71492d8648de441f28c69b27 (diff)
downloadmate-themes-76a63fe430e9feb000bd3248260ded5e6c50eca9.tar.bz2
mate-themes-76a63fe430e9feb000bd3248260ded5e6c50eca9.tar.xz
BlueMenta GTK3:
- fix hover fg color in GtkComboBox popups - add transition effect to GtkComboBox button - set another focus-line entry to zero
Diffstat (limited to 'desktop-themes')
-rw-r--r--desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css12
1 files changed, 7 insertions, 5 deletions
diff --git a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css
index 3b3f9288..4bdc9f98 100644
--- a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css
@@ -1756,17 +1756,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: @theme_text_color;
+ color: @theme_text_color;
}
GtkComboBox .button:hover {
- color: @theme_text_color;
+ color: shade (@theme_selected_bg_color, 0.80);
}
/**************
@@ -3024,7 +3026,7 @@ GtkSwitch.slider {
GtkTreeView {
-GtkTreeView-vertical-separator: 0;
- -GtkWidget-focus-line-width: 1;
+ -GtkWidget-focus-line-width: 0;
-GtkWidget-focus-padding: 1;
outline-color: alpha(@theme_text_color, 0.6);
@@ -3074,7 +3076,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;
}