Add default iframe background color

This commit is contained in:
Emmanuel Engelhart 2025-06-07 14:51:35 +02:00 committed by Kelson
parent e415958ae9
commit 04d301d024

View File

@ -101,6 +101,10 @@ body {
padding: 20px; padding: 20px;
} }
#content_iframe {
background: #f9f9f9;
}
#uiLanguageSelector { #uiLanguageSelector {
display: none; display: none;
} }