summaryrefslogtreecommitdiff
path: root/desktop-themes/TraditionalOk
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2016-03-01 12:18:43 +0100
committerraveit65 <[email protected]>2016-03-01 12:19:13 +0100
commit693d0ae809eca852bfea7408cc5d0aebc615cbda (patch)
tree9ccccb9f736760359b592b1521b61b48175dae42 /desktop-themes/TraditionalOk
parentfee15ce9e256f9375a68c78757aa59367f51c645 (diff)
downloadmate-themes-693d0ae809eca852bfea7408cc5d0aebc615cbda.tar.bz2
mate-themes-693d0ae809eca852bfea7408cc5d0aebc615cbda.tar.xz
GTK+-3.20 TraditionalOK: adjust linked pathbar buttons
Diffstat (limited to 'desktop-themes/TraditionalOk')
-rw-r--r--desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css28
1 files changed, 18 insertions, 10 deletions
diff --git a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css
index 5fab8021..056dd8fd 100644
--- a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css
@@ -801,28 +801,36 @@ toolbar.horizontal button.text-button.toggle {
}
.path-bar button,
+.linked.path-bar button,
.path-bar button image,
.path-bar button label {
- padding: 2px;
+ padding: 4px 2px;
}
.path-bar button {
border-width: 1px 0px 1px 1px;
}
-.path-bar button:hover:active {
- border-left-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 {
+ border-width: 1px 1px 1px 0px;
}
-.path-bar button:first-child,
-.path-bar button:first-child:hover:active {
- border-right-width: 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;
}
-.path-bar button:only-child,
-.path-bar button:only-child:hover:active {
- border-radius: 3px;
- border-right-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 {
+ border-width: 1px 1px 1px 0px;
}
.linked.raised button:first-child,