diff options
author | raveit65 <[email protected]> | 2016-03-01 12:18:43 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-03-01 12:18:43 +0100 |
commit | 6a44c4705ef978879e6a7f9f6ee4a57ad8fbc501 (patch) | |
tree | 1e038efa365aec29aa6af007301c165729a8711f /desktop-themes | |
parent | 6e5fe934857820047a20bde47d854060f036bf75 (diff) | |
download | mate-themes-6a44c4705ef978879e6a7f9f6ee4a57ad8fbc501.tar.bz2 mate-themes-6a44c4705ef978879e6a7f9f6ee4a57ad8fbc501.tar.xz |
GTK+-3.20 TraditionalOK: adjust linked pathbar buttons
Diffstat (limited to 'desktop-themes')
-rw-r--r-- | desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css | 28 |
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, |