* Fixed titlebar and headerbar top border radius.

pull/377/head
Megax 2016-04-22 17:28:48 +02:00
parent 5b69b56e69
commit c481f55347
1 changed files with 12 additions and 0 deletions
gtk-3.20/scss/widgets

View File

@ -67,6 +67,18 @@
border-width: 0 0 1px;
border-style: solid;
window:not(.tiled):not(.maximized) separator:first-child + &, // tackles the paned container case
window:not(.tiled):not(.maximized) &:first-child { &:backdrop, & { border-top-left-radius: $roundness; } }
window:not(.tiled):not(.maximized) &:last-child { &:backdrop, & { border-top-right-radius: $roundness; } }
}
.background:not(.tiled):not(.maximized) .titlebar {
&:backdrop, & {
border-top-left-radius: $roundness;
border-top-right-radius: $roundness;
}
}
.titlebar {