mirror of
https://github.com/webmin/webmin.git
synced 2026-03-20 16:50:24 +00:00
Fix to remove outline for inner contenteditable
This commit is contained in:
@@ -2964,6 +2964,7 @@ if ($ENV{'HTTP_X_COLOR_PALETTE_FILE'}) {
|
||||
my $iframe_styles = <<EOF;
|
||||
<style>
|
||||
html, body { overflow-y: hidden; }
|
||||
div[contenteditable] { outline: none; }
|
||||
$iframe_styles_theme
|
||||
</style>
|
||||
EOF
|
||||
|
||||
Reference in New Issue
Block a user