* Repair osd.

pull/461/head
Megax 2016-05-19 17:28:11 +02:00
parent 704dc5f150
commit bb711f4575
1 changed files with 2 additions and 2 deletions
gtk-3.20/scss/widgets

View File

@ -8,13 +8,13 @@
@include exports("osd") { @include exports("osd") {
overlay.osd { background-color: transparent; } overlay.osd { background-color: transparent; }
osd { .osd {
&.background { &.background {
background-color: alpha($osd_bg, .8); background-color: alpha($osd_bg, .8);
color: $osd_fg; color: $osd_fg;
} }
frame { .frame {
background-clip: border-box; background-clip: border-box;
background-origin: border-box; background-origin: border-box;
} }