* Repair osd. (#461)
parent
3af6c1aad8
commit
642898bdf5
|
@ -8,13 +8,13 @@
|
|||
@include exports("osd") {
|
||||
overlay.osd { background-color: transparent; }
|
||||
|
||||
osd {
|
||||
.osd {
|
||||
&.background {
|
||||
background-color: alpha($osd_bg, .8);
|
||||
color: $osd_fg;
|
||||
}
|
||||
|
||||
frame {
|
||||
.frame {
|
||||
background-clip: border-box;
|
||||
background-origin: border-box;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue