summaryrefslogtreecommitdiff
path: root/desktop-themes
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2016-03-06 21:29:11 +0100
committerraveit65 <[email protected]>2016-03-06 21:29:57 +0100
commit7062d1ac8445521a29a941de2380a1566cb3e254 (patch)
tree772bbf36423a3b1ab02793cfae11639077d48958 /desktop-themes
parent3e3a25722d4bf98fbf627975b335ee303e7219f1 (diff)
downloadmate-themes-7062d1ac8445521a29a941de2380a1566cb3e254.tar.bz2
mate-themes-7062d1ac8445521a29a941de2380a1566cb3e254.tar.xz
GTK+-3.20 Menta themes: fix jumping vertical combobox if hover
Diffstat (limited to 'desktop-themes')
-rw-r--r--desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css10
-rw-r--r--desktop-themes/Menta/gtk-3.0/gtk-widgets.css10
2 files changed, 10 insertions, 10 deletions
diff --git a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css
index 5e648114..052f3658 100644
--- a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css
@@ -1710,7 +1710,7 @@ toolbar.inline-toolbar toolbutton > button:first-child:checked,
.linked.vertical > combobox:first-child > button.combo:focus:active:first-child,
.linked.vertical > combobox:first-child > button.combo:checked:first-child,
.linked.vertical > combobox:first-child > button.combo:focus:checked:first-child,
-.linked.vertical > combobox:first-child > button.combo:hover:first-child:first-child,
+.linked.vertical > combobox:first-child > button.combo:hover:first-child,
.linked.vertical > combobox:first-child > button.combo:hover:active:first-child,
.linked.vertical > combobox:first-child > button.combo:checked:hover:first-child,
.linked.vertical entry:first-child,
@@ -2316,18 +2316,18 @@ stack > box.linked.vertical > combobox:first-child > button.combo:focus:hover:fi
border-image: none;
border-style: solid;
border-color: @borders;
- border-width: 1px;
}
-stack > box.linked.vertical > button.text-button:last-child {
+stack > box.linked.vertical > button.text-button:last-child,
+stack > box.linked.vertical > button.text-button:last-child:hover {
border-image: none;
border-style: solid;
border-color: @borders;
- border-width: 0px 1px 1px 1px;
+ border-width: 1px 1px 1px 1px;
}
stack box.vertical.linked spinbutton.horizontal {
- border-width: 0px 1px 1px 1px;
+ border-width: 1px 1px 0px 1px;
}
/*****************
diff --git a/desktop-themes/Menta/gtk-3.0/gtk-widgets.css b/desktop-themes/Menta/gtk-3.0/gtk-widgets.css
index 11eb6047..10e11ba0 100644
--- a/desktop-themes/Menta/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/Menta/gtk-3.0/gtk-widgets.css
@@ -1689,7 +1689,7 @@ toolbar.inline-toolbar toolbutton > button:first-child:checked,
.linked.vertical > combobox:first-child > button.combo:focus:active:first-child,
.linked.vertical > combobox:first-child > button.combo:checked:first-child,
.linked.vertical > combobox:first-child > button.combo:focus:checked:first-child,
-.linked.vertical > combobox:first-child > button.combo:hover:first-child:first-child,
+.linked.vertical > combobox:first-child > button.combo:hover:first-child,
.linked.vertical > combobox:first-child > button.combo:hover:active:first-child,
.linked.vertical > combobox:first-child > button.combo:checked:hover:first-child,
.linked.vertical entry:first-child,
@@ -2295,18 +2295,18 @@ stack > box.linked.vertical > combobox:first-child > button.combo:focus:hover:fi
border-image: none;
border-style: solid;
border-color: @borders;
- border-width: 1px;
}
-stack > box.linked.vertical > button.text-button:last-child {
+stack > box.linked.vertical > button.text-button:last-child,
+stack > box.linked.vertical > button.text-button:last-child:hover {
border-image: none;
border-style: solid;
border-color: @borders;
- border-width: 0px 1px 1px 1px;
+ border-width: 1px 1px 1px 1px;
}
stack box.vertical.linked spinbutton.horizontal {
- border-width: 0px 1px 1px 1px;
+ border-width: 1px 1px 0px 1px;
}
/*****************