[Gtk-3.20] 3.20 port for Unity

pull/536/head
Khurshid Alam 2016-08-26 22:12:37 +05:30
parent d24e294920
commit 57cb0b4e20
1 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@
-UnityDecoration-title-alignment: 0; -UnityDecoration-title-alignment: 0;
&.top { .top {
border: 1px solid $wm_border_focused; border: 1px solid $wm_border_focused;
border-bottom: 0; border-bottom: 0;
border-radius: 2px 2px 0 0; border-radius: 2px 2px 0 0;
@ -39,7 +39,7 @@
} }
} }
&.left, &.right, &.bottom { .left, .right, .bottom {
background-color: $wm_border_focused; background-color: $wm_border_focused;
&:backdrop { background-color: $wm_border_unfocused; } &:backdrop { background-color: $wm_border_unfocused; }