diff options
author | Jouni Koivuviita <jouni@vaadin.com> | 2014-08-05 22:57:31 +0300 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2014-08-07 14:21:46 +0000 |
commit | 3be1db9dd80f4df2d81a89861541241c3100d892 (patch) | |
tree | e89f6f93071d5ad3429847f7021732578111b001 /WebContent | |
parent | eb48509c1a2c0291f676013a98b9e566c23c35ab (diff) | |
download | vaadin-framework-3be1db9dd80f4df2d81a89861541241c3100d892.tar.gz vaadin-framework-3be1db9dd80f4df2d81a89861541241c3100d892.zip |
Rich text area has broken icons in Valo theme (#14219)
Change-Id: I5e7d6a11bee0127bc3f9f4dd32c0828f28b0659d
Diffstat (limited to 'WebContent')
-rw-r--r-- | WebContent/VAADIN/themes/valo/components/_richtextarea.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebContent/VAADIN/themes/valo/components/_richtextarea.scss b/WebContent/VAADIN/themes/valo/components/_richtextarea.scss index 702bda2ac4..2d32769898 100644 --- a/WebContent/VAADIN/themes/valo/components/_richtextarea.scss +++ b/WebContent/VAADIN/themes/valo/components/_richtextarea.scss @@ -48,7 +48,7 @@ $valo-richtextarea-use-font-awesome: true !default; "Toggle Strikethrough" "\f0cc", "Indent Right" "\f03c", "Indent Left" "\f03b", - "Insert Horizontal Rule" "—", + "Insert Horizontal Rule" "\2014", "Insert Ordered List" "\f0cb", "Insert Unordered List" "\f0ca", "Insert Image" "\f03e", |