diff options
author | raveit65 <[email protected]> | 2016-04-13 21:40:12 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-04-13 21:41:42 +0200 |
commit | 6a31189b018d254105d6890f9be62979ff26cefb (patch) | |
tree | 79ef181ccee9e0907098b1e6f6c373da853cf5f6 /desktop-themes/TraditionalOk | |
parent | c923897e8d9a272875b3f6dcb80f3bcdd0314757 (diff) | |
download | mate-themes-6a31189b018d254105d6890f9be62979ff26cefb.tar.bz2 mate-themes-6a31189b018d254105d6890f9be62979ff26cefb.tar.xz |
GTK+-3.20 TOK themes: improve previous stack-switcher commit for headerbars
Diffstat (limited to 'desktop-themes/TraditionalOk')
-rw-r--r-- | desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css index d8ace3b7..dd33c421 100644 --- a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css @@ -3532,22 +3532,6 @@ headerbar { padding: 5px 4px 4px 4px; } -headerbar.titlebar > stackswitcher.linked.stack-switcher > button, -headerbar.titlebar > stackswitcher.linked.stack-switcher > button:checked:hover { - padding: 6px 22px; - border-width: 1px 1px 1px 0px; -} - -headerbar.titlebar > stackswitcher.linked.stack-switcher > button:first-child, -headerbar.titlebar > stackswitcher.linked.stack-switcher > button:checked:hover:first-child { - border-width: 1px; -} - -headerbar.titlebar > stackswitcher.linked.stack-switcher > button:last-child, -headerbar.titlebar > stackswitcher.linked.stack-switcher > button:checked:hover:last-child { - border-width: 1px 1px 1px 0px; -} - /************* * Popovers * *************/ |