From 90ca4704bd96e4f4ef1ae4d2d1e00532f03de9b0 Mon Sep 17 00:00:00 2001 From: Amerlander Date: Sat, 15 Feb 2020 15:03:33 +0100 Subject: [PATCH] change fullsceen simulator bg --- theme/style.less | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/theme/style.less b/theme/style.less index 8e685c8b..fc5e625e 100644 --- a/theme/style.less +++ b/theme/style.less @@ -52,9 +52,12 @@ &:extend(.ui.blue.button all); } -#filelist, #editortools { +#filelist, #editortools, .fullscreensim #boardview { background: #fff data-uri("../docs/static/logo_texture.png") 0 0 repeat !important; } +.fullscreensim #mainmenu { + background: #1b1c1d !important; +} #downloadArea { background: transparent !important;