mirror of
https://github.com/webmin/webmin.git
synced 2025-07-21 23:40:34 +00:00
Fix to use correct label for fixed-width font
This commit is contained in:
@ -98,6 +98,10 @@ if ($type eq 'toolbar') {
|
||||
.ql-compose-container .ql-snow .ql-picker.ql-font .ql-picker-item::before {
|
||||
content: '$text{'editor_fontfamily_default'}';
|
||||
}
|
||||
.ql-compose-container .ql-snow .ql-picker.ql-font .ql-picker-label[data-value="monospace"]::before,
|
||||
.ql-compose-container .ql-snow .ql-picker.ql-font .ql-picker-item[data-value="monospace"]::before {
|
||||
content: '$text{'editor_fontfamily_monospace'}';
|
||||
}
|
||||
.ql-compose-container .ql-snow .ql-picker.ql-size .ql-picker-label[data-value="0.75em"]::before,
|
||||
.ql-compose-container .ql-snow .ql-picker.ql-size .ql-picker-item[data-value="0.75em"]::before {
|
||||
content: '$text{'editor_font_small'}';
|
||||
|
@ -454,6 +454,7 @@ left_sig=Edit Signature
|
||||
editor_heading=Heading
|
||||
editor_paragraph=Paragraph
|
||||
editor_fontfamily_default=Default
|
||||
editor_fontfamily_monospace=Fixed Width
|
||||
editor_font_small=Small
|
||||
editor_font_normal=Normal
|
||||
editor_font_medium=Medium
|
||||
|
Reference in New Issue
Block a user