diff options
author | raveit65 <[email protected]> | 2016-04-13 21:40:12 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-04-13 21:40:12 +0200 |
commit | 439cd45cfd5266695ccb5fdf4c313e586a766310 (patch) | |
tree | 79ef181ccee9e0907098b1e6f6c373da853cf5f6 /desktop-themes/TraditionalOk | |
parent | 19743733ba7b6cc1d3ae41a8c1dc7833344cffcc (diff) | |
download | mate-themes-439cd45cfd5266695ccb5fdf4c313e586a766310.tar.bz2 mate-themes-439cd45cfd5266695ccb5fdf4c313e586a766310.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 * *************/ |