* Code fix.

pull/521/head
Megax 2016-09-02 08:02:55 +02:00
parent c0885ed0f9
commit eeace98cc2
1 changed files with 1 additions and 1 deletions
gtk-3.20/scss/apps

View File

@ -42,7 +42,7 @@
.left, .right, .bottom {
background-color: $titlebar_bg_color;
&:backdrop { background-color: mix(shade($titlebar_bg_color, 0.7), $titlebar_fg_color, 0.21); }
&:backdrop { background-color: mix(shade($titlebar_bg_color, .7), $titlebar_fg_color, .21); }
}
}