wysiwyg-rails 2.6.0 → 2.9.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (137) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +23 -3
  3. data/app/assets/javascripts/froala_editor.min.js +3 -8
  4. data/app/assets/javascripts/froala_editor.pkgd.min.js +3 -17
  5. data/app/assets/javascripts/languages/ar.js +92 -4
  6. data/app/assets/javascripts/languages/bs.js +92 -4
  7. data/app/assets/javascripts/languages/cs.js +92 -4
  8. data/app/assets/javascripts/languages/da.js +196 -111
  9. data/app/assets/javascripts/languages/de.js +167 -79
  10. data/app/assets/javascripts/languages/el.js +327 -0
  11. data/app/assets/javascripts/languages/en_ca.js +94 -6
  12. data/app/assets/javascripts/languages/en_gb.js +92 -4
  13. data/app/assets/javascripts/languages/es.js +93 -5
  14. data/app/assets/javascripts/languages/et.js +92 -4
  15. data/app/assets/javascripts/languages/fa.js +96 -8
  16. data/app/assets/javascripts/languages/fi.js +92 -4
  17. data/app/assets/javascripts/languages/fr.js +129 -41
  18. data/app/assets/javascripts/languages/he.js +92 -4
  19. data/app/assets/javascripts/languages/hr.js +92 -4
  20. data/app/assets/javascripts/languages/hu.js +105 -17
  21. data/app/assets/javascripts/languages/id.js +92 -4
  22. data/app/assets/javascripts/languages/it.js +198 -110
  23. data/app/assets/javascripts/languages/ja.js +191 -103
  24. data/app/assets/javascripts/languages/ko.js +116 -28
  25. data/app/assets/javascripts/languages/ku.js +314 -0
  26. data/app/assets/javascripts/languages/me.js +92 -4
  27. data/app/assets/javascripts/languages/nb.js +92 -4
  28. data/app/assets/javascripts/languages/nl.js +101 -13
  29. data/app/assets/javascripts/languages/pl.js +92 -4
  30. data/app/assets/javascripts/languages/pt_br.js +165 -77
  31. data/app/assets/javascripts/languages/pt_pt.js +94 -6
  32. data/app/assets/javascripts/languages/ro.js +92 -5
  33. data/app/assets/javascripts/languages/ru.js +95 -7
  34. data/app/assets/javascripts/languages/sk.js +92 -5
  35. data/app/assets/javascripts/languages/sr.js +92 -4
  36. data/app/assets/javascripts/languages/sv.js +121 -33
  37. data/app/assets/javascripts/languages/th.js +93 -5
  38. data/app/assets/javascripts/languages/tr.js +92 -4
  39. data/app/assets/javascripts/languages/{ua.js → uk.js} +93 -5
  40. data/app/assets/javascripts/languages/vi.js +92 -4
  41. data/app/assets/javascripts/languages/zh_cn.js +259 -171
  42. data/app/assets/javascripts/languages/zh_tw.js +92 -4
  43. data/app/assets/javascripts/plugins/align.min.js +3 -3
  44. data/app/assets/javascripts/plugins/char_counter.min.js +3 -3
  45. data/app/assets/javascripts/plugins/code_beautifier.min.js +3 -4
  46. data/app/assets/javascripts/plugins/code_view.min.js +3 -3
  47. data/app/assets/javascripts/plugins/colors.min.js +3 -3
  48. data/app/assets/javascripts/plugins/draggable.min.js +3 -3
  49. data/app/assets/javascripts/plugins/emoticons.min.js +3 -3
  50. data/app/assets/javascripts/plugins/entities.min.js +3 -3
  51. data/app/assets/javascripts/plugins/file.min.js +3 -3
  52. data/app/assets/javascripts/plugins/font_family.min.js +3 -3
  53. data/app/assets/javascripts/plugins/font_size.min.js +3 -3
  54. data/app/assets/javascripts/plugins/forms.min.js +3 -3
  55. data/app/assets/javascripts/plugins/fullscreen.min.js +3 -3
  56. data/app/assets/javascripts/plugins/help.min.js +3 -3
  57. data/app/assets/javascripts/plugins/image.min.js +3 -4
  58. data/app/assets/javascripts/plugins/image_manager.min.js +3 -3
  59. data/app/assets/javascripts/plugins/inline_class.min.js +7 -0
  60. data/app/assets/javascripts/plugins/inline_style.min.js +3 -3
  61. data/app/assets/javascripts/plugins/line_breaker.min.js +3 -3
  62. data/app/assets/javascripts/plugins/line_height.min.js +7 -0
  63. data/app/assets/javascripts/plugins/link.min.js +3 -3
  64. data/app/assets/javascripts/plugins/lists.min.js +3 -3
  65. data/app/assets/javascripts/plugins/paragraph_format.min.js +3 -3
  66. data/app/assets/javascripts/plugins/paragraph_style.min.js +3 -3
  67. data/app/assets/javascripts/plugins/print.min.js +3 -3
  68. data/app/assets/javascripts/plugins/quick_insert.min.js +3 -3
  69. data/app/assets/javascripts/plugins/quote.min.js +3 -3
  70. data/app/assets/javascripts/plugins/save.min.js +3 -3
  71. data/app/assets/javascripts/plugins/special_characters.min.js +3 -3
  72. data/app/assets/javascripts/plugins/table.min.js +3 -4
  73. data/app/assets/javascripts/plugins/url.min.js +3 -3
  74. data/app/assets/javascripts/plugins/video.min.js +3 -4
  75. data/app/assets/javascripts/plugins/word_paste.min.js +3 -3
  76. data/app/assets/javascripts/third_party/embedly.min.js +7 -0
  77. data/app/assets/javascripts/third_party/font_awesome.min.js +7 -0
  78. data/app/assets/javascripts/third_party/image_aviary.min.js +7 -0
  79. data/app/assets/javascripts/third_party/image_tui.min.js +7 -0
  80. data/app/assets/javascripts/third_party/spell_checker.min.js +7 -0
  81. data/app/assets/stylesheets/froala_editor.css +159 -31
  82. data/app/assets/stylesheets/froala_editor.min.css +3 -3
  83. data/app/assets/stylesheets/froala_editor.pkgd.css +274 -82
  84. data/app/assets/stylesheets/froala_editor.pkgd.min.css +3 -3
  85. data/app/assets/stylesheets/froala_style.css +174 -26
  86. data/app/assets/stylesheets/froala_style.min.css +3 -3
  87. data/app/assets/stylesheets/plugins/char_counter.css +2 -2
  88. data/app/assets/stylesheets/plugins/char_counter.min.css +2 -2
  89. data/app/assets/stylesheets/plugins/code_view.css +2 -2
  90. data/app/assets/stylesheets/plugins/code_view.min.css +2 -2
  91. data/app/assets/stylesheets/plugins/colors.css +34 -3
  92. data/app/assets/stylesheets/plugins/colors.min.css +3 -3
  93. data/app/assets/stylesheets/plugins/draggable.css +3 -3
  94. data/app/assets/stylesheets/plugins/draggable.min.css +3 -3
  95. data/app/assets/stylesheets/plugins/emoticons.css +2 -2
  96. data/app/assets/stylesheets/plugins/emoticons.min.css +2 -2
  97. data/app/assets/stylesheets/plugins/file.css +16 -16
  98. data/app/assets/stylesheets/plugins/file.min.css +3 -3
  99. data/app/assets/stylesheets/plugins/fullscreen.css +3 -3
  100. data/app/assets/stylesheets/plugins/fullscreen.min.css +3 -3
  101. data/app/assets/stylesheets/plugins/help.css +2 -2
  102. data/app/assets/stylesheets/plugins/help.min.css +2 -2
  103. data/app/assets/stylesheets/plugins/image.css +17 -16
  104. data/app/assets/stylesheets/plugins/image.min.css +3 -3
  105. data/app/assets/stylesheets/plugins/image_manager.css +4 -2
  106. data/app/assets/stylesheets/plugins/image_manager.min.css +3 -3
  107. data/app/assets/stylesheets/plugins/line_breaker.css +2 -2
  108. data/app/assets/stylesheets/plugins/line_breaker.min.css +2 -2
  109. data/app/assets/stylesheets/plugins/quick_insert.css +4 -4
  110. data/app/assets/stylesheets/plugins/quick_insert.min.css +3 -3
  111. data/app/assets/stylesheets/plugins/special_characters.css +2 -2
  112. data/app/assets/stylesheets/plugins/special_characters.min.css +2 -2
  113. data/app/assets/stylesheets/plugins/table.css +34 -4
  114. data/app/assets/stylesheets/plugins/table.min.css +3 -3
  115. data/app/assets/stylesheets/plugins/video.css +18 -18
  116. data/app/assets/stylesheets/plugins/video.min.css +3 -3
  117. data/app/assets/stylesheets/themes/dark.css +199 -45
  118. data/app/assets/stylesheets/themes/dark.min.css +3 -3
  119. data/app/assets/stylesheets/themes/gray.css +197 -43
  120. data/app/assets/stylesheets/themes/gray.min.css +3 -3
  121. data/app/assets/stylesheets/themes/red.css +198 -44
  122. data/app/assets/stylesheets/themes/red.min.css +3 -3
  123. data/app/assets/stylesheets/themes/royal.css +210 -56
  124. data/app/assets/stylesheets/themes/royal.min.css +3 -3
  125. data/app/assets/stylesheets/third_party/embedly.css +64 -0
  126. data/app/assets/stylesheets/third_party/embedly.min.css +7 -0
  127. data/app/assets/stylesheets/third_party/font_awesome.css +50 -0
  128. data/app/assets/stylesheets/third_party/font_awesome.min.css +7 -0
  129. data/app/assets/stylesheets/third_party/image_tui.css +42 -0
  130. data/app/assets/stylesheets/third_party/image_tui.min.css +7 -0
  131. data/app/assets/stylesheets/third_party/spell_checker.css +72 -0
  132. data/app/assets/stylesheets/{plugins → third_party}/spell_checker.min.css +2 -2
  133. data/lib/wysiwyg-rails/engine.rb +0 -2
  134. data/lib/wysiwyg-rails/version.rb +1 -1
  135. metadata +20 -26
  136. data/app/assets/javascripts/plugins/image_aviary.min.js +0 -7
  137. data/app/assets/javascripts/plugins/spell_checker.min.js +0 -7
@@ -1,7 +1,7 @@
1
1
  /*!
2
- * froala_editor v2.5.1 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v2.9.0 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms/
4
- * Copyright 2014-2017 Froala Labs
4
+ * Copyright 2014-2018 Froala Labs
5
5
  */
6
6
 
7
7
  .clearfix::after {
@@ -22,9 +22,9 @@
22
22
  }
23
23
  .royal-theme.fr-box.fr-basic .fr-element {
24
24
  color: #000000;
25
- padding: 10px;
25
+ padding: 16px;
26
26
  overflow-x: auto;
27
- min-height: 40px;
27
+ min-height: 52px;
28
28
  }
29
29
  .royal-theme .fr-element {
30
30
  -webkit-user-select: auto;
@@ -53,7 +53,8 @@
53
53
  -o-transition: transform 0.2s ease 0s;
54
54
  fill: #553982;
55
55
  }
56
- .royal-theme.fr-box a.fr-floating-btn i {
56
+ .royal-theme.fr-box a.fr-floating-btn i,
57
+ .royal-theme.fr-box a.fr-floating-btn svg {
57
58
  font-size: 14px;
58
59
  line-height: 32px;
59
60
  }
@@ -70,11 +71,11 @@
70
71
  left: 0;
71
72
  right: 0;
72
73
  }
73
- .royal-theme .fr-wrapper ::selection {
74
+ .royal-theme .fr-wrapper ::-moz-selection {
74
75
  background: #b5d6fd;
75
76
  color: #000000;
76
77
  }
77
- .royal-theme .fr-wrapper ::-moz-selection {
78
+ .royal-theme .fr-wrapper ::selection {
78
79
  background: #b5d6fd;
79
80
  color: #000000;
80
81
  }
@@ -109,6 +110,14 @@
109
110
  -moz-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 -1px 1px 1px rgba(0, 0, 0, 0.16);
110
111
  box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 -1px 1px 1px rgba(0, 0, 0, 0.16);
111
112
  }
113
+ @media (min-width: 992px) {
114
+ .royal-theme .fr-box.fr-document .fr-wrapper .fr-element {
115
+ margin: auto;
116
+ -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
117
+ -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
118
+ box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
119
+ }
120
+ }
112
121
  .royal-theme .fr-sticky-on.fr-sticky-ios {
113
122
  left: 0;
114
123
  right: 0;
@@ -166,7 +175,7 @@
166
175
  width: 14px;
167
176
  }
168
177
  .royal-theme.fr-box.fr-inline .fr-command.fr-btn.html-switch.fr-desktop:hover {
169
- background: #e6e6e6;
178
+ background: #ebebeb;
170
179
  }
171
180
  .royal-theme.fr-popup .fr-colors-tabs {
172
181
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
@@ -193,10 +202,26 @@
193
202
  .royal-theme.fr-popup .fr-colors-tabs .fr-colors-tab.fr-selected-tab {
194
203
  color: #553982;
195
204
  }
205
+ .royal-theme.fr-popup .fr-color-hex-layer .fr-input-line {
206
+ padding: 8px 0 0;
207
+ }
208
+ .royal-theme.fr-popup .fr-color-hex-layer .fr-action-buttons button {
209
+ background-color: #553982;
210
+ border-radius: 2px;
211
+ -moz-border-radius: 2px;
212
+ -webkit-border-radius: 2px;
213
+ -moz-background-clip: padding;
214
+ -webkit-background-clip: padding-box;
215
+ background-clip: padding-box;
216
+ }
217
+ .royal-theme.fr-popup .fr-color-hex-layer .fr-action-buttons button:hover {
218
+ background-color: #3e295f;
219
+ }
196
220
  .royal-theme.fr-popup .fr-color-set {
197
221
  line-height: 0;
198
222
  }
199
- .royal-theme.fr-popup .fr-color-set > span > i {
223
+ .royal-theme.fr-popup .fr-color-set > span > i,
224
+ .royal-theme.fr-popup .fr-color-set > span > svg {
200
225
  bottom: 0;
201
226
  left: 0;
202
227
  }
@@ -214,42 +239,44 @@
214
239
  }
215
240
  .royal-theme .fr-drag-helper {
216
241
  background: #553982;
242
+ z-index: 2147483640;
217
243
  }
218
244
  .royal-theme.fr-popup .fr-link:focus {
219
245
  outline: 0;
220
- background: #e6e6e6;
246
+ background: #ebebeb;
221
247
  }
222
- .royal-theme .fr-file-upload-layer {
248
+ .royal-theme.fr-popup .fr-file-upload-layer {
223
249
  border: dashed 2px #b7bdc0;
224
250
  padding: 25px 0;
225
251
  }
226
- .royal-theme .fr-file-upload-layer:hover {
227
- background: #e6e6e6;
252
+ .royal-theme.fr-popup .fr-file-upload-layer:hover {
253
+ background: #ebebeb;
228
254
  }
229
- .royal-theme .fr-file-upload-layer.fr-drop {
230
- background: #e6e6e6;
255
+ .royal-theme.fr-popup .fr-file-upload-layer.fr-drop {
256
+ background: #ebebeb;
231
257
  border-color: #553982;
232
258
  }
233
- .royal-theme .fr-file-upload-layer .fr-form {
259
+ .royal-theme.fr-popup .fr-file-upload-layer .fr-form {
234
260
  top: 0;
235
261
  bottom: 0;
236
262
  left: 0;
237
263
  right: 0;
264
+ z-index: 2147483640;
238
265
  }
239
- .royal-theme .fr-file-progress-bar-layer > h3 {
266
+ .royal-theme.fr-popup .fr-file-progress-bar-layer > h3 {
240
267
  margin: 10px 0;
241
268
  }
242
- .royal-theme .fr-file-progress-bar-layer > div.fr-loader {
269
+ .royal-theme.fr-popup .fr-file-progress-bar-layer > div.fr-loader {
243
270
  background: #ccc4da;
244
271
  }
245
- .royal-theme .fr-file-progress-bar-layer > div.fr-loader span {
272
+ .royal-theme.fr-popup .fr-file-progress-bar-layer > div.fr-loader span {
246
273
  background: #553982;
247
274
  -webkit-transition: width 0.2s ease 0s;
248
275
  -moz-transition: width 0.2s ease 0s;
249
276
  -ms-transition: width 0.2s ease 0s;
250
277
  -o-transition: width 0.2s ease 0s;
251
278
  }
252
- .royal-theme .fr-file-progress-bar-layer > div.fr-loader.fr-indeterminate span {
279
+ .royal-theme.fr-popup .fr-file-progress-bar-layer > div.fr-loader.fr-indeterminate span {
253
280
  top: 0;
254
281
  }
255
282
  .royal-theme.fr-box.fr-fullscreen {
@@ -321,38 +348,40 @@
321
348
  left: 0;
322
349
  bottom: 0;
323
350
  right: 0;
351
+ z-index: 2147483640;
324
352
  }
325
- .royal-theme .fr-image-upload-layer {
353
+ .royal-theme.fr-popup .fr-image-upload-layer {
326
354
  border: dashed 2px #b7bdc0;
327
355
  padding: 25px 0;
328
356
  }
329
- .royal-theme .fr-image-upload-layer:hover {
330
- background: #e6e6e6;
357
+ .royal-theme.fr-popup .fr-image-upload-layer:hover {
358
+ background: #ebebeb;
331
359
  }
332
- .royal-theme .fr-image-upload-layer.fr-drop {
333
- background: #e6e6e6;
360
+ .royal-theme.fr-popup .fr-image-upload-layer.fr-drop {
361
+ background: #ebebeb;
334
362
  border-color: #553982;
335
363
  }
336
- .royal-theme .fr-image-upload-layer .fr-form {
364
+ .royal-theme.fr-popup .fr-image-upload-layer .fr-form {
337
365
  top: 0;
338
366
  bottom: 0;
339
367
  left: 0;
340
368
  right: 0;
369
+ z-index: 2147483640;
341
370
  }
342
- .royal-theme .fr-image-progress-bar-layer > h3 {
371
+ .royal-theme.fr-popup .fr-image-progress-bar-layer > h3 {
343
372
  margin: 10px 0;
344
373
  }
345
- .royal-theme .fr-image-progress-bar-layer > div.fr-loader {
374
+ .royal-theme.fr-popup .fr-image-progress-bar-layer > div.fr-loader {
346
375
  background: #ccc4da;
347
376
  }
348
- .royal-theme .fr-image-progress-bar-layer > div.fr-loader span {
377
+ .royal-theme.fr-popup .fr-image-progress-bar-layer > div.fr-loader span {
349
378
  background: #553982;
350
379
  -webkit-transition: width 0.2s ease 0s;
351
380
  -moz-transition: width 0.2s ease 0s;
352
381
  -ms-transition: width 0.2s ease 0s;
353
382
  -o-transition: width 0.2s ease 0s;
354
383
  }
355
- .royal-theme .fr-image-progress-bar-layer > div.fr-loader.fr-indeterminate span {
384
+ .royal-theme.fr-popup .fr-image-progress-bar-layer > div.fr-loader.fr-indeterminate span {
356
385
  top: 0;
357
386
  }
358
387
  .royal-theme.fr-modal-head .fr-modal-head-line i.fr-modal-more {
@@ -455,7 +484,7 @@
455
484
  color: #553982;
456
485
  }
457
486
  .royal-theme.royal-theme.fr-desktop .fr-modal-wrapper .fr-modal-head .fr-modal-tags a:hover {
458
- background: #e6e6e6;
487
+ background: #ebebeb;
459
488
  }
460
489
  .royal-theme.royal-theme.fr-desktop .fr-modal-wrapper .fr-modal-head .fr-modal-tags a.fr-selected-tag {
461
490
  background: #d6d6d6;
@@ -465,7 +494,7 @@
465
494
  color: #ffffff;
466
495
  }
467
496
  .royal-theme.royal-theme.fr-desktop .fr-modal-wrapper div.fr-modal-body div.fr-image-list div.fr-image-container .fr-insert-img:hover {
468
- background: #e6e6e6;
497
+ background: #ebebeb;
469
498
  }
470
499
  .royal-theme .fr-line-breaker {
471
500
  border-top: 1px solid #553982;
@@ -475,7 +504,7 @@
475
504
  top: -16px;
476
505
  }
477
506
  .royal-theme .fr-qi-helper {
478
- padding-left: 10px;
507
+ padding-left: 16px;
479
508
  }
480
509
  .royal-theme .fr-qi-helper a.fr-btn.fr-floating-btn {
481
510
  color: #553982;
@@ -490,6 +519,21 @@
490
519
  .royal-theme .fr-table-resizer div {
491
520
  border-right: 1px solid #553982;
492
521
  }
522
+ .royal-theme.fr-popup .fr-table-colors-hex-layer .fr-input-line {
523
+ padding: 8px 0 0;
524
+ }
525
+ .royal-theme.fr-popup .fr-table-colors-hex-layer .fr-action-buttons button {
526
+ background-color: #553982;
527
+ border-radius: 2px;
528
+ -moz-border-radius: 2px;
529
+ -webkit-border-radius: 2px;
530
+ -moz-background-clip: padding;
531
+ -webkit-background-clip: padding-box;
532
+ background-clip: padding-box;
533
+ }
534
+ .royal-theme.fr-popup .fr-table-colors-hex-layer .fr-action-buttons button:hover {
535
+ background-color: #3e295f;
536
+ }
493
537
  .royal-theme.fr-popup .fr-table-size .fr-select-table-size {
494
538
  line-height: 0;
495
539
  }
@@ -568,37 +612,38 @@
568
612
  bottom: -5px;
569
613
  }
570
614
  }
571
- .royal-theme .fr-video-upload-layer {
615
+ .royal-theme.fr-popup .fr-video-upload-layer {
572
616
  border: dashed 2px #b7bdc0;
573
617
  padding: 25px 0;
574
618
  }
575
- .royal-theme .fr-video-upload-layer:hover {
576
- background: #e6e6e6;
619
+ .royal-theme.fr-popup .fr-video-upload-layer:hover {
620
+ background: #ebebeb;
577
621
  }
578
- .royal-theme .fr-video-upload-layer.fr-drop {
579
- background: #e6e6e6;
622
+ .royal-theme.fr-popup .fr-video-upload-layer.fr-drop {
623
+ background: #ebebeb;
580
624
  border-color: #553982;
581
625
  }
582
- .royal-theme .fr-video-upload-layer .fr-form {
626
+ .royal-theme.fr-popup .fr-video-upload-layer .fr-form {
583
627
  top: 0;
584
628
  bottom: 0;
585
629
  left: 0;
586
630
  right: 0;
631
+ z-index: 2147483640;
587
632
  }
588
- .royal-theme .fr-video-progress-bar-layer > h3 {
633
+ .royal-theme.fr-popup .fr-video-progress-bar-layer > h3 {
589
634
  margin: 10px 0;
590
635
  }
591
- .royal-theme .fr-video-progress-bar-layer > div.fr-loader {
636
+ .royal-theme.fr-popup .fr-video-progress-bar-layer > div.fr-loader {
592
637
  background: #ccc4da;
593
638
  }
594
- .royal-theme .fr-video-progress-bar-layer > div.fr-loader span {
639
+ .royal-theme.fr-popup .fr-video-progress-bar-layer > div.fr-loader span {
595
640
  background: #553982;
596
641
  -webkit-transition: width 0.2s ease 0s;
597
642
  -moz-transition: width 0.2s ease 0s;
598
643
  -ms-transition: width 0.2s ease 0s;
599
644
  -o-transition: width 0.2s ease 0s;
600
645
  }
601
- .royal-theme .fr-video-progress-bar-layer > div.fr-loader.fr-indeterminate span {
646
+ .royal-theme.fr-popup .fr-video-progress-bar-layer > div.fr-loader.fr-indeterminate span {
602
647
  top: 0;
603
648
  }
604
649
  .royal-theme.fr-video-overlay {
@@ -606,6 +651,7 @@
606
651
  left: 0;
607
652
  bottom: 0;
608
653
  right: 0;
654
+ z-index: 2147483640;
609
655
  }
610
656
  .royal-theme .fr-view span[style~="color:"] a {
611
657
  color: inherit;
@@ -655,6 +701,64 @@
655
701
  .royal-theme .fr-view .fr-text-bordered {
656
702
  padding: 10px 0;
657
703
  }
704
+ .royal-theme .fr-view .fr-class-highlighted {
705
+ background-color: #ffff00;
706
+ }
707
+ .royal-theme .fr-view .fr-img-caption .fr-img-wrap {
708
+ margin: auto;
709
+ }
710
+ .royal-theme .fr-view .fr-img-caption .fr-img-wrap img {
711
+ margin: auto;
712
+ }
713
+ .royal-theme .fr-view .fr-img-caption .fr-img-wrap > span {
714
+ margin: auto;
715
+ }
716
+ .royal-theme .fr-element .fr-embedly::after {
717
+ top: 0;
718
+ left: 0;
719
+ right: 0;
720
+ bottom: 0;
721
+ }
722
+ .royal-theme.fr-box .fr-embedly-resizer {
723
+ border: solid 1px #553982;
724
+ }
725
+ .royal-theme.fr-modal .fr-modal-wrapper .fr-modal-body .fr-font-awesome-modal .fr-font-awesome-title {
726
+ border-bottom: solid 1px #f0f0f0;
727
+ }
728
+ .royal-theme .tui-image-editor-container {
729
+ top: 0;
730
+ left: 0;
731
+ bottom: 0;
732
+ right: 0;
733
+ z-index: 10;
734
+ }
735
+ .royal-theme .tui-editor-cancel-btn {
736
+ background-color: #ffffff;
737
+ border: 1px solid #cccccc;
738
+ }
739
+ .royal-theme .tui-editor-save-btn {
740
+ color: #ffffff;
741
+ }
742
+ .royal-theme .examples-variante > a {
743
+ font-size: 14px;
744
+ font-family: Arial, Helvetica, sans-serif;
745
+ }
746
+ .royal-theme .sc-cm-holder > .sc-cm {
747
+ border-top: 5px solid #553982 !important;
748
+ }
749
+ .royal-theme .sc-cm__item_dropdown:hover > a,
750
+ .royal-theme .sc-cm a:hover {
751
+ background-color: #ebebeb !important;
752
+ }
753
+ .royal-theme .sc-cm__item_active > a,
754
+ .royal-theme .sc-cm__item_active > a:hover,
755
+ .royal-theme .sc-cm a:active,
756
+ .royal-theme .sc-cm a:focus {
757
+ background-color: #d6d6d6 !important;
758
+ }
759
+ .royal-theme .sc-cm-holder > .sc-cm:before {
760
+ background-color: #ebebeb !important;
761
+ }
658
762
  .royal-theme .fr-tooltip {
659
763
  top: 0;
660
764
  left: 0;
@@ -701,7 +805,9 @@
701
805
  width: auto;
702
806
  }
703
807
  .royal-theme.fr-toolbar .fr-command.fr-btn i,
704
- .royal-theme.fr-popup .fr-command.fr-btn i {
808
+ .royal-theme.fr-popup .fr-command.fr-btn i,
809
+ .royal-theme.fr-toolbar .fr-command.fr-btn svg,
810
+ .royal-theme.fr-popup .fr-command.fr-btn svg {
705
811
  font-size: 14px;
706
812
  width: 14px;
707
813
  margin: 12px 12px;
@@ -710,7 +816,7 @@
710
816
  .royal-theme.fr-popup .fr-command.fr-btn span {
711
817
  font-size: 14px;
712
818
  line-height: 17px;
713
- min-width: 38px;
819
+ min-width: 34px;
714
820
  height: 17px;
715
821
  padding: 0 2px;
716
822
  }
@@ -733,7 +839,9 @@
733
839
  .royal-theme.fr-toolbar .fr-command.fr-btn.fr-dropdown span,
734
840
  .royal-theme.fr-popup .fr-command.fr-btn.fr-dropdown span,
735
841
  .royal-theme.fr-toolbar .fr-command.fr-btn.fr-dropdown img,
736
- .royal-theme.fr-popup .fr-command.fr-btn.fr-dropdown img {
842
+ .royal-theme.fr-popup .fr-command.fr-btn.fr-dropdown img,
843
+ .royal-theme.fr-toolbar .fr-command.fr-btn.fr-dropdown svg,
844
+ .royal-theme.fr-popup .fr-command.fr-btn.fr-dropdown svg {
737
845
  margin-left: 8px;
738
846
  margin-right: 16px;
739
847
  }
@@ -786,13 +894,17 @@
786
894
  border-top-color: #b7bdc0;
787
895
  }
788
896
  .royal-theme.fr-desktop .fr-command:hover,
789
- .royal-theme.fr-desktop .fr-command:focus {
897
+ .royal-theme.fr-desktop .fr-command:focus,
898
+ .royal-theme.fr-desktop .fr-command.fr-btn-hover,
899
+ .royal-theme.fr-desktop .fr-command.fr-expanded {
790
900
  outline: 0;
791
901
  color: #553982;
792
- background: #e6e6e6;
902
+ background: #ebebeb;
793
903
  }
794
904
  .royal-theme.fr-desktop .fr-command:hover::after,
795
- .royal-theme.fr-desktop .fr-command:focus::after {
905
+ .royal-theme.fr-desktop .fr-command:focus::after,
906
+ .royal-theme.fr-desktop .fr-command.fr-btn-hover::after,
907
+ .royal-theme.fr-desktop .fr-command.fr-expanded::after {
796
908
  border-top-color: #553982 !important;
797
909
  }
798
910
  .royal-theme.fr-desktop .fr-command.fr-selected {
@@ -800,9 +912,11 @@
800
912
  background: #d6d6d6;
801
913
  }
802
914
  .royal-theme.fr-desktop .fr-command.fr-active:hover,
803
- .royal-theme.fr-desktop .fr-command.fr-active:focus {
915
+ .royal-theme.fr-desktop .fr-command.fr-active:focus,
916
+ .royal-theme.fr-desktop .fr-command.fr-active.fr-btn-hover,
917
+ .royal-theme.fr-desktop .fr-command.fr-active.fr-expanded {
804
918
  color: #553982;
805
- background: #e6e6e6;
919
+ background: #ebebeb;
806
920
  }
807
921
  .royal-theme.fr-desktop .fr-command.fr-active.fr-selected {
808
922
  color: #553982;
@@ -823,6 +937,10 @@
823
937
  -webkit-background-clip: padding-box;
824
938
  background-clip: padding-box;
825
939
  }
940
+ .royal-theme .fr-command.fr-btn + .fr-dropdown-menu.test-height .fr-dropdown-wrapper {
941
+ height: auto;
942
+ max-height: 275px;
943
+ }
826
944
  .royal-theme .fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper {
827
945
  background: #ffffff;
828
946
  padding: 0;
@@ -881,6 +999,13 @@
881
999
  left: 0;
882
1000
  bottom: 0;
883
1001
  right: 0;
1002
+ z-index: 2147483640;
1003
+ }
1004
+ .royal-theme.fr-modal.fr-middle .fr-modal-wrapper {
1005
+ margin-top: 0;
1006
+ margin-bottom: 0;
1007
+ margin-left: auto;
1008
+ margin-right: auto;
884
1009
  }
885
1010
  .royal-theme.fr-modal .fr-modal-wrapper {
886
1011
  border-radius: 2px;
@@ -918,10 +1043,8 @@
918
1043
  -ms-transition: height 0.2s ease 0s;
919
1044
  -o-transition: height 0.2s ease 0s;
920
1045
  }
921
- .royal-theme.fr-modal .fr-modal-wrapper .fr-modal-head i {
1046
+ .royal-theme.fr-modal .fr-modal-wrapper .fr-modal-head .fr-modal-close {
922
1047
  color: #553982;
923
- }
924
- .royal-theme.fr-modal .fr-modal-wrapper .fr-modal-head i.fr-modal-close {
925
1048
  top: 0;
926
1049
  right: 0;
927
1050
  -webkit-transition: color 0.2s ease 0s;
@@ -936,8 +1059,33 @@
936
1059
  .royal-theme.fr-modal .fr-modal-wrapper div.fr-modal-body:focus {
937
1060
  outline: 0;
938
1061
  }
1062
+ .royal-theme.fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command {
1063
+ color: #553982;
1064
+ -webkit-transition: background 0.2s ease 0s;
1065
+ -moz-transition: background 0.2s ease 0s;
1066
+ -ms-transition: background 0.2s ease 0s;
1067
+ -o-transition: background 0.2s ease 0s;
1068
+ border-radius: 2px;
1069
+ -moz-border-radius: 2px;
1070
+ -webkit-border-radius: 2px;
1071
+ -moz-background-clip: padding;
1072
+ -webkit-background-clip: padding-box;
1073
+ background-clip: padding-box;
1074
+ }
1075
+ .royal-theme.fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command:hover,
1076
+ .royal-theme.fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command:focus {
1077
+ background: #ebebeb;
1078
+ color: #553982;
1079
+ }
1080
+ .royal-theme.fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command:active {
1081
+ background: #d6d6d6;
1082
+ color: #553982;
1083
+ }
1084
+ .royal-theme.fr-modal .fr-modal-wrapper div.fr-modal-body button::-moz-focus-inner {
1085
+ border: 0;
1086
+ }
939
1087
  .royal-theme.royal-theme.fr-desktop .fr-modal-wrapper .fr-modal-head i:hover {
940
- background: #e6e6e6;
1088
+ background: #ebebeb;
941
1089
  }
942
1090
  .royal-theme.fr-overlay {
943
1091
  top: 0;
@@ -1025,10 +1173,16 @@
1025
1173
  -moz-transition: background 0.2s ease 0s;
1026
1174
  -ms-transition: background 0.2s ease 0s;
1027
1175
  -o-transition: background 0.2s ease 0s;
1176
+ border-radius: 2px;
1177
+ -moz-border-radius: 2px;
1178
+ -webkit-border-radius: 2px;
1179
+ -moz-background-clip: padding;
1180
+ -webkit-background-clip: padding-box;
1181
+ background-clip: padding-box;
1028
1182
  }
1029
1183
  .royal-theme.fr-popup .fr-action-buttons button.fr-command:hover,
1030
1184
  .royal-theme.fr-popup .fr-action-buttons button.fr-command:focus {
1031
- background: #e6e6e6;
1185
+ background: #ebebeb;
1032
1186
  color: #553982;
1033
1187
  }
1034
1188
  .royal-theme.fr-popup .fr-action-buttons button.fr-command:active {