summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2016-03-25 16:18:41 +0100
committerraveit65 <[email protected]>2016-03-25 16:19:15 +0100
commit9f6ccf0f27e32d043c5e3d4982a4789aebfe79ef (patch)
treebd160771a5376d2c3ddd7ab880bf69ab5d2b5549
parent0fac33ecc2dd5508e6981ed24b1405c329e29ae4 (diff)
downloadmate-themes-9f6ccf0f27e32d043c5e3d4982a4789aebfe79ef.tar.bz2
mate-themes-9f6ccf0f27e32d043c5e3d4982a4789aebfe79ef.tar.xz
GTK+-3.20 TOK themes: fix jumping pathbar buttons
-rw-r--r--desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css45
-rw-r--r--desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css39
2 files changed, 43 insertions, 41 deletions
diff --git a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css
index 8600db46..75ecfecb 100644
--- a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css
@@ -375,7 +375,7 @@ overshoot.right:backdrop {
right center, 0.5,
to(@overshoot_backdrop_bg_color),
to(rgba(137, 145, 131, 0)));
- background-size: 5% 100%;
+ background-size: 20% 100%;
background-repeat: no-repeat;
background-position: right center;
background-color: transparent;
@@ -888,35 +888,37 @@ toolbar.horizontal combobox button.combo {
}
.path-bar button,
-.linked.path-bar button,
+.linked.path-bar > button,
.path-bar button image,
.path-bar button label {
- padding: 4px 2px;
+ padding: 4px 3px;
}
.path-bar button {
- border-width: 1px 0px 1px 1px;
+ border-width: 1px;
}
-.linked.path-bar button.toggle,
-.linked.path-bar button.toggle:checked:hover, /* this is really weird */
-.linked.path-bar button.image-button,
-.linked.path-bar button.toggle.image-button,
-.linked.path-bar button.toggle.text-button {
+.linked.path-bar > button.toggle,
+.linked.path-bar > button.toggle:checked:hover, /* this is really weird */
+.linked.path-bar > button.image-button,
+.linked.path-bar > button.toggle.image-button,
+.linked.path-bar > button.toggle.text-button {
border-width: 1px 1px 1px 0px;
}
-.linked.path-bar button.toggle:first-child,
-.linked.path-bar button.image-button:first-child,
-.linked.path-bar button.toggle.image-button:first-child,
-.linked.path-bar button.toggle.text-button:first-child {
- border-width: 1px 1px 1px 1px;
+.linked.path-bar > button.toggle:first-child,
+.linked.path-bar > button.image-button:first-child,
+.linked.path-bar > button.toggle.image-button:first-child,
+.linked.path-bar > button.toggle.text-button:first-child,
+.linked.path-bar > button.slider-button:first-child {
+ border-width: 1px;
}
-.linked.path-bar button.toggle:last-child,
-.linked.path-bar button.image-button:last-child,
-.linked.path-bar button.toggle.image-button:last-child,
-.linked.path-bar button.toggle.text-button:last-child {
+.linked.path-bar > button.toggle:last-child,
+.linked.path-bar > button.image-button:last-child,
+.linked.path-bar > button.toggle.image-button:last-child,
+.linked.path-bar > button.toggle.text-button:last-child,
+.linked.path-bar > button.slider-button:last-child {
border-width: 1px 1px 1px 0px;
}
@@ -2480,7 +2482,6 @@ GtkOverlay.osd {
}
.osd.button,
-.osd.button:active,
.osd.button:checked {
border-color: transparent;
}
@@ -2981,9 +2982,9 @@ treeview header button:focus:checked {
treeview header button:last-child,
treeview header button:last-child:focus,
-treeview header button:last-child:active,
-treeview header button:last-child:active:hover,
-treeview header button:last-child:active:focus{
+treeview header button:last-child:checked,
+treeview header button:last-child:hover:active,
+treeview header button:last-child:active:focus {
border-right: none;
}
diff --git a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css
index e6d239ce..3990383b 100644
--- a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css
@@ -383,7 +383,6 @@ overshoot.right:backdrop {
box-shadow: none;
}
-
/* result is disable undershoot */
undershoot.top {
background-color: transparent;
@@ -889,35 +888,37 @@ toolbar.horizontal combobox button.combo {
}
.path-bar button,
-.linked.path-bar button,
+.linked.path-bar > button,
.path-bar button image,
.path-bar button label {
- padding: 4px 2px;
+ padding: 4px 3px;
}
.path-bar button {
- border-width: 1px 0px 1px 1px;
+ border-width: 1px;
}
-.linked.path-bar button.toggle,
-.linked.path-bar button.toggle:checked:hover, /* this is really weird */
-.linked.path-bar button.image-button,
-.linked.path-bar button.toggle.image-button,
-.linked.path-bar button.toggle.text-button {
+.linked.path-bar > button.toggle,
+.linked.path-bar > button.toggle:checked:hover, /* this is really weird */
+.linked.path-bar > button.image-button,
+.linked.path-bar > button.toggle.image-button,
+.linked.path-bar > button.toggle.text-button {
border-width: 1px 1px 1px 0px;
}
-.linked.path-bar button.toggle:first-child,
-.linked.path-bar button.image-button:first-child,
-.linked.path-bar button.toggle.image-button:first-child,
-.linked.path-bar button.toggle.text-button:first-child {
- border-width: 1px 1px 1px 1px;
+.linked.path-bar > button.toggle:first-child,
+.linked.path-bar > button.image-button:first-child,
+.linked.path-bar > button.toggle.image-button:first-child,
+.linked.path-bar > button.toggle.text-button:first-child,
+.linked.path-bar > button.slider-button:first-child {
+ border-width: 1px;
}
-.linked.path-bar button.toggle:last-child,
-.linked.path-bar button.image-button:last-child,
-.linked.path-bar button.toggle.image-button:last-child,
-.linked.path-bar button.toggle.text-button:last-child {
+.linked.path-bar > button.toggle:last-child,
+.linked.path-bar > button.image-button:last-child,
+.linked.path-bar > button.toggle.image-button:last-child,
+.linked.path-bar > button.toggle.text-button:last-child,
+.linked.path-bar > button.slider-button:last-child {
border-width: 1px 1px 1px 0px;
}
@@ -986,7 +987,7 @@ button .separator {
border-radius: 0;
border-color: @border_color;
border-width: 1px;
- padding: 4px 2px;
+ padding: 4px 3px;
}
.linked entry {