gconf-settings/skel/.local/share/gnome-shell/extensions/unite@hardpixel.eu/styles/buttons-right-always.css

21 lines
404 B
CSS
Raw Normal View History

2019-11-03 15:54:04 +00:00
window > headerbar,
window > .titlebar,
window > headerbar > headerbar,
window > .titlebar > .titlebar,
window > .titlebar > stack > headerbar,
window headerbar:last-child,
window .titlebar:last-child {
2019-10-27 20:41:07 +00:00
padding-right: 0;
}
2019-11-03 15:54:04 +00:00
window headerbar > box.right,
window .titlebar > box.right {
2019-10-27 20:41:07 +00:00
margin: 0 -200px 0 0;
opacity: 0;
}
2019-11-03 15:54:04 +00:00
window .titlebar.default-decoration {
2019-10-27 20:41:07 +00:00
margin: -200px 0 0;
opacity: 0;
}