Add name and description to overlay

This commit is contained in:
Jason Francis
2019-08-18 11:32:13 -04:00
parent d355f7be25
commit 4b12ba1d0b
2 changed files with 39 additions and 17 deletions

View File

@@ -9,8 +9,14 @@ spinner.visible {
}
.output-overlay {
font-size: 96px;
background-color: @theme_selected_bg_color;
color: @theme_selected_fg_color;
border-radius: 8px;
opacity: 0.9;
padding: 8px;
}
.output-overlay .description {
font-size: 12px;
}