better window header and menubar spacing

This commit is contained in:
Adriano Moura 2016-12-03 02:47:00 -02:00
parent 97471d5cfe
commit 63c2873825
1 changed files with 10 additions and 3 deletions

View File

@ -800,6 +800,7 @@ menubar, .menubar {
}
/***************
* menubaritem *
***************/
@ -808,7 +809,7 @@ menubar, .menubar {
menubar > menuitem {
padding: 0px 4px;
border: 1px solid transparent;
margin: 1px;
margin: 0px;
}
@ -1524,8 +1525,6 @@ window.csd tooltip {
box-shadow: none;
}
window.ssd.maximized headerbar,
window.ssd.maximized .titlebar,
.maximized > decoration,
window.maximized,
window.tiled {
@ -1534,6 +1533,14 @@ window.tiled {
margin: 0px;
}
window.ssd.maximized headerbar,
window.ssd.maximized .titlebar {
border: 0px;
border-bottom: 1px solid transparent;
box-shadow: none;
margin: 0px;
}
.tiled headerbar,
.maximized headerbar,
.tiled .titlebar,