* Unity bug fix.
parent
a26a9ba54c
commit
1e9a730037
gtk-3.20/scss/apps
|
@ -27,8 +27,8 @@
|
||||||
.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: $roundness $roundness 0 0;
|
||||||
padding: 1px ($spacing * 2) 0;
|
padding: 1px ($spacing + 3px) 0 ($spacing + 3px);
|
||||||
background-color: $titlebar_bg_color;
|
background-color: $titlebar_bg_color;
|
||||||
color: mix($titlebar_fg_color, $titlebar_bg_color, .1);
|
color: mix($titlebar_fg_color, $titlebar_bg_color, .1);
|
||||||
text-shadow: none;
|
text-shadow: none;
|
||||||
|
@ -39,10 +39,10 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.left, .right, .bottom {
|
.left, .right, .bottom, {
|
||||||
background-color: $wm_border_focused;
|
background-color: $titlebar_bg_color;
|
||||||
|
|
||||||
&:backdrop { background-color: $wm_border_unfocused; }
|
&:backdrop { background-color: mix(shade($titlebar_bg_color, 0.7), $titlebar_fg_color, 0.21); }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue