mirror of
https://github.com/webmin/webmin.git
synced 2025-08-01 07:22:48 +00:00
Fix not to display empty toolbar container
This commit is contained in:
@ -58,6 +58,9 @@ if ($type eq 'toolbar') {
|
||||
return
|
||||
<<EOF;
|
||||
<style>
|
||||
.ql-compose-container .ql-snow .ql-formats:empty {
|
||||
display: none;
|
||||
}
|
||||
.ql-compose-container .ql-snow .ql-picker.ql-font .ql-picker-label::before,
|
||||
.ql-compose-container .ql-snow .ql-picker.ql-font .ql-picker-item::before {
|
||||
content: '$text{'editor_fontfamily_default'}';
|
||||
|
Reference in New Issue
Block a user