* Minimal fix #452

This commit is contained in:
Megax
2016-08-31 13:42:27 +02:00
parent 23fca70ae8
commit 8547accd74
5 changed files with 27 additions and 4 deletions
+10
View File
@@ -8,6 +8,16 @@
@include exports("osd") {
overlay.osd { background-color: transparent; }
button.osd {
@include button($osd_bg, $osd_fg);
&.image-button {
padding: 0;
min-height: 36px;
min-width: 36px;
}
}
.osd {
background-color: $osd_bg;
color: $osd_fg;