quilljs2-rails 2.1.2 → 2.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.idea/workspace.xml +21 -6
- data/README.md +1 -1
- data/Rakefile +3 -0
- data/app/assets/javascripts/quill.core.js +6814 -7556
- data/app/assets/javascripts/quill.min.js +7171 -13
- data/app/assets/stylesheets/quill.bubble.css +868 -582
- data/app/assets/stylesheets/quill.core.css +455 -240
- data/app/assets/stylesheets/quill.snow.css +849 -597
- data/lib/quilljs/rails/version.rb +1 -1
- data/lib/tasks/quill_sync.rake +57 -0
- data/quilljs-rails.gemspec +2 -2
- data/test/quilljs/functionality_test.rb +31 -4
- metadata +8 -5
@@ -1,872 +1,1158 @@
|
|
1
1
|
/*!
|
2
2
|
* Quill Editor v2.0.3
|
3
|
-
* https://quilljs.com
|
3
|
+
* https://quilljs.com
|
4
|
+
* Copyright (c) 2017-2024, Slab
|
4
5
|
* Copyright (c) 2014, Jason Chen
|
5
6
|
* Copyright (c) 2013, salesforce.com
|
6
7
|
*/
|
7
8
|
.ql-container {
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
}
|
9
|
+
box-sizing: border-box;
|
10
|
+
font-family: Helvetica, Arial, sans-serif;
|
11
|
+
font-size: 13px;
|
12
|
+
height: 100%;
|
13
|
+
margin: 0;
|
14
|
+
position: relative
|
15
|
+
}
|
16
|
+
|
15
17
|
.ql-container.ql-disabled .ql-tooltip {
|
16
|
-
|
18
|
+
visibility: hidden
|
19
|
+
}
|
20
|
+
|
21
|
+
.ql-container:not(.ql-disabled) li[data-list=checked] > .ql-ui, .ql-container:not(.ql-disabled) li[data-list=unchecked] > .ql-ui {
|
22
|
+
cursor: pointer
|
17
23
|
}
|
24
|
+
|
18
25
|
.ql-clipboard {
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
26
|
+
left: -100000px;
|
27
|
+
height: 1px;
|
28
|
+
overflow-y: hidden;
|
29
|
+
position: absolute;
|
30
|
+
top: 50%
|
24
31
|
}
|
32
|
+
|
25
33
|
.ql-clipboard p {
|
26
|
-
|
27
|
-
|
34
|
+
margin: 0;
|
35
|
+
padding: 0
|
28
36
|
}
|
37
|
+
|
29
38
|
.ql-editor {
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
}
|
43
|
-
|
44
|
-
.ql-editor
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
.ql-editor h1,
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
}
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
.ql-editor
|
70
|
-
|
71
|
-
|
72
|
-
}
|
73
|
-
|
74
|
-
.ql-editor
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
}
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
.ql-editor
|
122
|
-
|
123
|
-
}
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
.ql-editor
|
134
|
-
|
135
|
-
}
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
|
140
|
-
|
141
|
-
}
|
142
|
-
|
143
|
-
|
144
|
-
|
145
|
-
|
146
|
-
|
147
|
-
}
|
148
|
-
|
149
|
-
|
150
|
-
|
151
|
-
|
152
|
-
|
153
|
-
|
154
|
-
|
155
|
-
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
|
160
|
-
|
161
|
-
|
162
|
-
|
163
|
-
|
164
|
-
|
165
|
-
|
166
|
-
|
167
|
-
|
168
|
-
|
169
|
-
.ql-editor
|
170
|
-
|
171
|
-
}
|
172
|
-
|
173
|
-
|
174
|
-
|
175
|
-
|
176
|
-
|
177
|
-
|
178
|
-
.ql-editor
|
179
|
-
counter-
|
180
|
-
}
|
181
|
-
|
182
|
-
|
183
|
-
|
39
|
+
box-sizing: border-box;
|
40
|
+
counter-reset: list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
|
41
|
+
line-height: 1.42;
|
42
|
+
height: 100%;
|
43
|
+
outline: none;
|
44
|
+
overflow-y: auto;
|
45
|
+
padding: 12px 15px;
|
46
|
+
tab-size: 4;
|
47
|
+
-moz-tab-size: 4;
|
48
|
+
text-align: left;
|
49
|
+
white-space: pre-wrap;
|
50
|
+
word-wrap: break-word
|
51
|
+
}
|
52
|
+
|
53
|
+
.ql-editor > * {
|
54
|
+
cursor: text
|
55
|
+
}
|
56
|
+
|
57
|
+
.ql-editor p, .ql-editor ol, .ql-editor pre, .ql-editor blockquote, .ql-editor h1, .ql-editor h2, .ql-editor h3, .ql-editor h4, .ql-editor h5, .ql-editor h6 {
|
58
|
+
margin: 0;
|
59
|
+
padding: 0
|
60
|
+
}
|
61
|
+
|
62
|
+
@supports (counter-set:none) {
|
63
|
+
.ql-editor p, .ql-editor h1, .ql-editor h2, .ql-editor h3, .ql-editor h4, .ql-editor h5, .ql-editor h6 {
|
64
|
+
counter-set: list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9
|
65
|
+
}
|
66
|
+
}
|
67
|
+
|
68
|
+
@supports not (counter-set:none) {
|
69
|
+
.ql-editor p, .ql-editor h1, .ql-editor h2, .ql-editor h3, .ql-editor h4, .ql-editor h5, .ql-editor h6 {
|
70
|
+
counter-reset: list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9
|
71
|
+
}
|
72
|
+
}
|
73
|
+
|
74
|
+
.ql-editor table {
|
75
|
+
border-collapse: collapse
|
76
|
+
}
|
77
|
+
|
78
|
+
.ql-editor td {
|
79
|
+
border: 1px solid #000;
|
80
|
+
padding: 2px 5px
|
81
|
+
}
|
82
|
+
|
83
|
+
.ql-editor ol {
|
84
|
+
padding-left: 1.5em
|
85
|
+
}
|
86
|
+
|
87
|
+
.ql-editor li {
|
88
|
+
list-style-type: none;
|
89
|
+
padding-left: 1.5em;
|
90
|
+
position: relative
|
91
|
+
}
|
92
|
+
|
93
|
+
.ql-editor li > .ql-ui:before {
|
94
|
+
display: inline-block;
|
95
|
+
margin-left: -1.5em;
|
96
|
+
margin-right: .3em;
|
97
|
+
text-align: right;
|
98
|
+
white-space: nowrap;
|
99
|
+
width: 1.2em
|
100
|
+
}
|
101
|
+
|
102
|
+
.ql-editor li[data-list=checked] > .ql-ui, .ql-editor li[data-list=unchecked] > .ql-ui {
|
103
|
+
color: #777
|
104
|
+
}
|
105
|
+
|
106
|
+
.ql-editor li[data-list=bullet] > .ql-ui:before {
|
107
|
+
content: '\2022'
|
108
|
+
}
|
109
|
+
|
110
|
+
.ql-editor li[data-list=checked] > .ql-ui:before {
|
111
|
+
content: '\2611'
|
112
|
+
}
|
113
|
+
|
114
|
+
.ql-editor li[data-list=unchecked] > .ql-ui:before {
|
115
|
+
content: '\2610'
|
116
|
+
}
|
117
|
+
|
118
|
+
@supports (counter-set:none) {
|
119
|
+
.ql-editor li[data-list] {
|
120
|
+
counter-set: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9
|
121
|
+
}
|
122
|
+
}
|
123
|
+
|
124
|
+
@supports not (counter-set:none) {
|
125
|
+
.ql-editor li[data-list] {
|
126
|
+
counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9
|
127
|
+
}
|
128
|
+
}
|
129
|
+
|
130
|
+
.ql-editor li[data-list=ordered] {
|
131
|
+
counter-increment: list-0
|
132
|
+
}
|
133
|
+
|
134
|
+
.ql-editor li[data-list=ordered] > .ql-ui:before {
|
135
|
+
content: counter(list-0, decimal) '. '
|
136
|
+
}
|
137
|
+
|
138
|
+
.ql-editor li[data-list=ordered].ql-indent-1 {
|
139
|
+
counter-increment: list-1
|
140
|
+
}
|
141
|
+
|
142
|
+
.ql-editor li[data-list=ordered].ql-indent-1 > .ql-ui:before {
|
143
|
+
content: counter(list-1, lower-alpha) '. '
|
144
|
+
}
|
145
|
+
|
146
|
+
@supports (counter-set:none) {
|
147
|
+
.ql-editor li[data-list].ql-indent-1 {
|
148
|
+
counter-set: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9
|
149
|
+
}
|
150
|
+
}
|
151
|
+
|
152
|
+
@supports not (counter-set:none) {
|
153
|
+
.ql-editor li[data-list].ql-indent-1 {
|
154
|
+
counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9
|
155
|
+
}
|
156
|
+
}
|
157
|
+
|
158
|
+
.ql-editor li[data-list=ordered].ql-indent-2 {
|
159
|
+
counter-increment: list-2
|
160
|
+
}
|
161
|
+
|
162
|
+
.ql-editor li[data-list=ordered].ql-indent-2 > .ql-ui:before {
|
163
|
+
content: counter(list-2, lower-roman) '. '
|
164
|
+
}
|
165
|
+
|
166
|
+
@supports (counter-set:none) {
|
167
|
+
.ql-editor li[data-list].ql-indent-2 {
|
168
|
+
counter-set: list-3 list-4 list-5 list-6 list-7 list-8 list-9
|
169
|
+
}
|
170
|
+
}
|
171
|
+
|
172
|
+
@supports not (counter-set:none) {
|
173
|
+
.ql-editor li[data-list].ql-indent-2 {
|
174
|
+
counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9
|
175
|
+
}
|
176
|
+
}
|
177
|
+
|
178
|
+
.ql-editor li[data-list=ordered].ql-indent-3 {
|
179
|
+
counter-increment: list-3
|
180
|
+
}
|
181
|
+
|
182
|
+
.ql-editor li[data-list=ordered].ql-indent-3 > .ql-ui:before {
|
183
|
+
content: counter(list-3, decimal) '. '
|
184
|
+
}
|
185
|
+
|
186
|
+
@supports (counter-set:none) {
|
187
|
+
.ql-editor li[data-list].ql-indent-3 {
|
188
|
+
counter-set: list-4 list-5 list-6 list-7 list-8 list-9
|
189
|
+
}
|
190
|
+
}
|
191
|
+
|
192
|
+
@supports not (counter-set:none) {
|
193
|
+
.ql-editor li[data-list].ql-indent-3 {
|
194
|
+
counter-reset: list-4 list-5 list-6 list-7 list-8 list-9
|
195
|
+
}
|
196
|
+
}
|
197
|
+
|
198
|
+
.ql-editor li[data-list=ordered].ql-indent-4 {
|
199
|
+
counter-increment: list-4
|
200
|
+
}
|
201
|
+
|
202
|
+
.ql-editor li[data-list=ordered].ql-indent-4 > .ql-ui:before {
|
203
|
+
content: counter(list-4, lower-alpha) '. '
|
204
|
+
}
|
205
|
+
|
206
|
+
@supports (counter-set:none) {
|
207
|
+
.ql-editor li[data-list].ql-indent-4 {
|
208
|
+
counter-set: list-5 list-6 list-7 list-8 list-9
|
209
|
+
}
|
210
|
+
}
|
211
|
+
|
212
|
+
@supports not (counter-set:none) {
|
213
|
+
.ql-editor li[data-list].ql-indent-4 {
|
214
|
+
counter-reset: list-5 list-6 list-7 list-8 list-9
|
215
|
+
}
|
216
|
+
}
|
217
|
+
|
218
|
+
.ql-editor li[data-list=ordered].ql-indent-5 {
|
219
|
+
counter-increment: list-5
|
220
|
+
}
|
221
|
+
|
222
|
+
.ql-editor li[data-list=ordered].ql-indent-5 > .ql-ui:before {
|
223
|
+
content: counter(list-5, lower-roman) '. '
|
224
|
+
}
|
225
|
+
|
226
|
+
@supports (counter-set:none) {
|
227
|
+
.ql-editor li[data-list].ql-indent-5 {
|
228
|
+
counter-set: list-6 list-7 list-8 list-9
|
229
|
+
}
|
230
|
+
}
|
231
|
+
|
232
|
+
@supports not (counter-set:none) {
|
233
|
+
.ql-editor li[data-list].ql-indent-5 {
|
234
|
+
counter-reset: list-6 list-7 list-8 list-9
|
235
|
+
}
|
236
|
+
}
|
237
|
+
|
238
|
+
.ql-editor li[data-list=ordered].ql-indent-6 {
|
239
|
+
counter-increment: list-6
|
240
|
+
}
|
241
|
+
|
242
|
+
.ql-editor li[data-list=ordered].ql-indent-6 > .ql-ui:before {
|
243
|
+
content: counter(list-6, decimal) '. '
|
244
|
+
}
|
245
|
+
|
246
|
+
@supports (counter-set:none) {
|
247
|
+
.ql-editor li[data-list].ql-indent-6 {
|
248
|
+
counter-set: list-7 list-8 list-9
|
249
|
+
}
|
250
|
+
}
|
251
|
+
|
252
|
+
@supports not (counter-set:none) {
|
253
|
+
.ql-editor li[data-list].ql-indent-6 {
|
254
|
+
counter-reset: list-7 list-8 list-9
|
255
|
+
}
|
256
|
+
}
|
257
|
+
|
258
|
+
.ql-editor li[data-list=ordered].ql-indent-7 {
|
259
|
+
counter-increment: list-7
|
260
|
+
}
|
261
|
+
|
262
|
+
.ql-editor li[data-list=ordered].ql-indent-7 > .ql-ui:before {
|
263
|
+
content: counter(list-7, lower-alpha) '. '
|
264
|
+
}
|
265
|
+
|
266
|
+
@supports (counter-set:none) {
|
267
|
+
.ql-editor li[data-list].ql-indent-7 {
|
268
|
+
counter-set: list-8 list-9
|
269
|
+
}
|
270
|
+
}
|
271
|
+
|
272
|
+
@supports not (counter-set:none) {
|
273
|
+
.ql-editor li[data-list].ql-indent-7 {
|
274
|
+
counter-reset: list-8 list-9
|
275
|
+
}
|
276
|
+
}
|
277
|
+
|
278
|
+
.ql-editor li[data-list=ordered].ql-indent-8 {
|
279
|
+
counter-increment: list-8
|
280
|
+
}
|
281
|
+
|
282
|
+
.ql-editor li[data-list=ordered].ql-indent-8 > .ql-ui:before {
|
283
|
+
content: counter(list-8, lower-roman) '. '
|
284
|
+
}
|
285
|
+
|
286
|
+
@supports (counter-set:none) {
|
287
|
+
.ql-editor li[data-list].ql-indent-8 {
|
288
|
+
counter-set: list-9
|
289
|
+
}
|
290
|
+
}
|
291
|
+
|
292
|
+
@supports not (counter-set:none) {
|
293
|
+
.ql-editor li[data-list].ql-indent-8 {
|
294
|
+
counter-reset: list-9
|
295
|
+
}
|
296
|
+
}
|
297
|
+
|
298
|
+
.ql-editor li[data-list=ordered].ql-indent-9 {
|
299
|
+
counter-increment: list-9
|
300
|
+
}
|
301
|
+
|
302
|
+
.ql-editor li[data-list=ordered].ql-indent-9 > .ql-ui:before {
|
303
|
+
content: counter(list-9, decimal) '. '
|
304
|
+
}
|
305
|
+
|
184
306
|
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
|
185
|
-
|
307
|
+
padding-left: 3em
|
186
308
|
}
|
309
|
+
|
187
310
|
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
|
188
|
-
|
311
|
+
padding-left: 4.5em
|
189
312
|
}
|
313
|
+
|
190
314
|
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
|
191
|
-
|
315
|
+
padding-right: 3em
|
192
316
|
}
|
317
|
+
|
193
318
|
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
|
194
|
-
|
319
|
+
padding-right: 4.5em
|
195
320
|
}
|
321
|
+
|
196
322
|
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
|
197
|
-
|
323
|
+
padding-left: 6em
|
198
324
|
}
|
325
|
+
|
199
326
|
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
|
200
|
-
|
327
|
+
padding-left: 7.5em
|
201
328
|
}
|
329
|
+
|
202
330
|
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
|
203
|
-
|
331
|
+
padding-right: 6em
|
204
332
|
}
|
333
|
+
|
205
334
|
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
|
206
|
-
|
335
|
+
padding-right: 7.5em
|
207
336
|
}
|
337
|
+
|
208
338
|
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
|
209
|
-
|
339
|
+
padding-left: 9em
|
210
340
|
}
|
341
|
+
|
211
342
|
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
|
212
|
-
|
343
|
+
padding-left: 10.5em
|
213
344
|
}
|
345
|
+
|
214
346
|
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
|
215
|
-
|
347
|
+
padding-right: 9em
|
216
348
|
}
|
349
|
+
|
217
350
|
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
|
218
|
-
|
351
|
+
padding-right: 10.5em
|
219
352
|
}
|
353
|
+
|
220
354
|
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
|
221
|
-
|
355
|
+
padding-left: 12em
|
222
356
|
}
|
357
|
+
|
223
358
|
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
|
224
|
-
|
359
|
+
padding-left: 13.5em
|
225
360
|
}
|
361
|
+
|
226
362
|
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
|
227
|
-
|
363
|
+
padding-right: 12em
|
228
364
|
}
|
365
|
+
|
229
366
|
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
|
230
|
-
|
367
|
+
padding-right: 13.5em
|
231
368
|
}
|
369
|
+
|
232
370
|
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
|
233
|
-
|
371
|
+
padding-left: 15em
|
234
372
|
}
|
373
|
+
|
235
374
|
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
|
236
|
-
|
375
|
+
padding-left: 16.5em
|
237
376
|
}
|
377
|
+
|
238
378
|
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
|
239
|
-
|
379
|
+
padding-right: 15em
|
240
380
|
}
|
381
|
+
|
241
382
|
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
|
242
|
-
|
383
|
+
padding-right: 16.5em
|
243
384
|
}
|
385
|
+
|
244
386
|
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
|
245
|
-
|
387
|
+
padding-left: 18em
|
246
388
|
}
|
389
|
+
|
247
390
|
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
|
248
|
-
|
391
|
+
padding-left: 19.5em
|
249
392
|
}
|
393
|
+
|
250
394
|
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
|
251
|
-
|
395
|
+
padding-right: 18em
|
252
396
|
}
|
397
|
+
|
253
398
|
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
|
254
|
-
|
399
|
+
padding-right: 19.5em
|
255
400
|
}
|
401
|
+
|
256
402
|
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
|
257
|
-
|
403
|
+
padding-left: 21em
|
258
404
|
}
|
405
|
+
|
259
406
|
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
|
260
|
-
|
407
|
+
padding-left: 22.5em
|
261
408
|
}
|
409
|
+
|
262
410
|
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
|
263
|
-
|
411
|
+
padding-right: 21em
|
264
412
|
}
|
413
|
+
|
265
414
|
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
|
266
|
-
|
415
|
+
padding-right: 22.5em
|
267
416
|
}
|
417
|
+
|
268
418
|
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
|
269
|
-
|
419
|
+
padding-left: 24em
|
270
420
|
}
|
421
|
+
|
271
422
|
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
|
272
|
-
|
423
|
+
padding-left: 25.5em
|
273
424
|
}
|
425
|
+
|
274
426
|
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
|
275
|
-
|
427
|
+
padding-right: 24em
|
276
428
|
}
|
429
|
+
|
277
430
|
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
|
278
|
-
|
431
|
+
padding-right: 25.5em
|
279
432
|
}
|
433
|
+
|
280
434
|
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
|
281
|
-
|
435
|
+
padding-left: 27em
|
282
436
|
}
|
437
|
+
|
283
438
|
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
|
284
|
-
|
439
|
+
padding-left: 28.5em
|
285
440
|
}
|
441
|
+
|
286
442
|
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
|
287
|
-
|
443
|
+
padding-right: 27em
|
288
444
|
}
|
445
|
+
|
289
446
|
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
|
290
|
-
|
447
|
+
padding-right: 28.5em
|
448
|
+
}
|
449
|
+
|
450
|
+
.ql-editor li.ql-direction-rtl {
|
451
|
+
padding-right: 1.5em
|
452
|
+
}
|
453
|
+
|
454
|
+
.ql-editor li.ql-direction-rtl > .ql-ui:before {
|
455
|
+
margin-left: .3em;
|
456
|
+
margin-right: -1.5em;
|
457
|
+
text-align: left
|
458
|
+
}
|
459
|
+
|
460
|
+
.ql-editor table {
|
461
|
+
table-layout: fixed;
|
462
|
+
width: 100%
|
463
|
+
}
|
464
|
+
|
465
|
+
.ql-editor table td {
|
466
|
+
outline: none
|
291
467
|
}
|
468
|
+
|
469
|
+
.ql-editor .ql-code-block-container {
|
470
|
+
font-family: monospace
|
471
|
+
}
|
472
|
+
|
292
473
|
.ql-editor .ql-video {
|
293
|
-
|
294
|
-
|
474
|
+
display: block;
|
475
|
+
max-width: 100%
|
295
476
|
}
|
477
|
+
|
296
478
|
.ql-editor .ql-video.ql-align-center {
|
297
|
-
|
479
|
+
margin: 0 auto
|
298
480
|
}
|
481
|
+
|
299
482
|
.ql-editor .ql-video.ql-align-right {
|
300
|
-
|
483
|
+
margin: 0 0 0 auto
|
301
484
|
}
|
485
|
+
|
302
486
|
.ql-editor .ql-bg-black {
|
303
|
-
|
487
|
+
background-color: #000
|
304
488
|
}
|
489
|
+
|
305
490
|
.ql-editor .ql-bg-red {
|
306
|
-
|
491
|
+
background-color: #e60000
|
307
492
|
}
|
493
|
+
|
308
494
|
.ql-editor .ql-bg-orange {
|
309
|
-
|
495
|
+
background-color: #f90
|
310
496
|
}
|
497
|
+
|
311
498
|
.ql-editor .ql-bg-yellow {
|
312
|
-
|
499
|
+
background-color: #ff0
|
313
500
|
}
|
501
|
+
|
314
502
|
.ql-editor .ql-bg-green {
|
315
|
-
|
503
|
+
background-color: #008a00
|
316
504
|
}
|
505
|
+
|
317
506
|
.ql-editor .ql-bg-blue {
|
318
|
-
|
507
|
+
background-color: #06c
|
319
508
|
}
|
509
|
+
|
320
510
|
.ql-editor .ql-bg-purple {
|
321
|
-
|
511
|
+
background-color: #93f
|
322
512
|
}
|
513
|
+
|
323
514
|
.ql-editor .ql-color-white {
|
324
|
-
|
515
|
+
color: #fff
|
325
516
|
}
|
517
|
+
|
326
518
|
.ql-editor .ql-color-red {
|
327
|
-
|
519
|
+
color: #e60000
|
328
520
|
}
|
521
|
+
|
329
522
|
.ql-editor .ql-color-orange {
|
330
|
-
|
523
|
+
color: #f90
|
331
524
|
}
|
525
|
+
|
332
526
|
.ql-editor .ql-color-yellow {
|
333
|
-
|
527
|
+
color: #ff0
|
334
528
|
}
|
529
|
+
|
335
530
|
.ql-editor .ql-color-green {
|
336
|
-
|
531
|
+
color: #008a00
|
337
532
|
}
|
533
|
+
|
338
534
|
.ql-editor .ql-color-blue {
|
339
|
-
|
535
|
+
color: #06c
|
340
536
|
}
|
537
|
+
|
341
538
|
.ql-editor .ql-color-purple {
|
342
|
-
|
539
|
+
color: #93f
|
343
540
|
}
|
541
|
+
|
344
542
|
.ql-editor .ql-font-serif {
|
345
|
-
|
543
|
+
font-family: Georgia, Times New Roman, serif
|
346
544
|
}
|
545
|
+
|
347
546
|
.ql-editor .ql-font-monospace {
|
348
|
-
|
547
|
+
font-family: Monaco, Courier New, monospace
|
349
548
|
}
|
549
|
+
|
350
550
|
.ql-editor .ql-size-small {
|
351
|
-
|
551
|
+
font-size: .75em
|
352
552
|
}
|
553
|
+
|
353
554
|
.ql-editor .ql-size-large {
|
354
|
-
|
555
|
+
font-size: 1.5em
|
355
556
|
}
|
557
|
+
|
356
558
|
.ql-editor .ql-size-huge {
|
357
|
-
|
559
|
+
font-size: 2.5em
|
358
560
|
}
|
561
|
+
|
359
562
|
.ql-editor .ql-direction-rtl {
|
360
|
-
|
361
|
-
|
563
|
+
direction: rtl;
|
564
|
+
text-align: inherit
|
362
565
|
}
|
566
|
+
|
363
567
|
.ql-editor .ql-align-center {
|
364
|
-
|
568
|
+
text-align: center
|
365
569
|
}
|
570
|
+
|
366
571
|
.ql-editor .ql-align-justify {
|
367
|
-
|
572
|
+
text-align: justify
|
368
573
|
}
|
574
|
+
|
369
575
|
.ql-editor .ql-align-right {
|
370
|
-
|
576
|
+
text-align: right
|
371
577
|
}
|
372
|
-
|
373
|
-
|
374
|
-
|
375
|
-
font-style: italic;
|
376
|
-
pointer-events: none;
|
377
|
-
position: absolute;
|
378
|
-
}
|
379
|
-
.ql-bubble.ql-toolbar:after,
|
380
|
-
.ql-bubble .ql-toolbar:after {
|
381
|
-
clear: both;
|
382
|
-
content: '';
|
383
|
-
display: table;
|
384
|
-
}
|
385
|
-
.ql-bubble.ql-toolbar button,
|
386
|
-
.ql-bubble .ql-toolbar button {
|
387
|
-
background: none;
|
388
|
-
border: none;
|
389
|
-
cursor: pointer;
|
390
|
-
display: inline-block;
|
391
|
-
float: left;
|
392
|
-
height: 24px;
|
393
|
-
padding: 3px 5px;
|
394
|
-
width: 28px;
|
395
|
-
}
|
396
|
-
.ql-bubble.ql-toolbar button svg,
|
397
|
-
.ql-bubble .ql-toolbar button svg {
|
398
|
-
float: left;
|
399
|
-
height: 100%;
|
400
|
-
}
|
401
|
-
.ql-bubble.ql-toolbar button:active:hover,
|
402
|
-
.ql-bubble .ql-toolbar button:active:hover {
|
403
|
-
outline: none;
|
404
|
-
}
|
405
|
-
.ql-bubble.ql-toolbar input.ql-image[type=file],
|
406
|
-
.ql-bubble .ql-toolbar input.ql-image[type=file] {
|
407
|
-
display: none;
|
408
|
-
}
|
409
|
-
.ql-bubble.ql-toolbar button:hover,
|
410
|
-
.ql-bubble .ql-toolbar button:hover,
|
411
|
-
.ql-bubble.ql-toolbar button.ql-active,
|
412
|
-
.ql-bubble .ql-toolbar button.ql-active,
|
413
|
-
.ql-bubble.ql-toolbar .ql-picker-label:hover,
|
414
|
-
.ql-bubble .ql-toolbar .ql-picker-label:hover,
|
415
|
-
.ql-bubble.ql-toolbar .ql-picker-label.ql-active,
|
416
|
-
.ql-bubble .ql-toolbar .ql-picker-label.ql-active,
|
417
|
-
.ql-bubble.ql-toolbar .ql-picker-item:hover,
|
418
|
-
.ql-bubble .ql-toolbar .ql-picker-item:hover,
|
419
|
-
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected,
|
420
|
-
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected {
|
421
|
-
color: #fff;
|
422
|
-
}
|
423
|
-
.ql-bubble.ql-toolbar button:hover .ql-fill,
|
424
|
-
.ql-bubble .ql-toolbar button:hover .ql-fill,
|
425
|
-
.ql-bubble.ql-toolbar button.ql-active .ql-fill,
|
426
|
-
.ql-bubble .ql-toolbar button.ql-active .ql-fill,
|
427
|
-
.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-fill,
|
428
|
-
.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-fill,
|
429
|
-
.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-fill,
|
430
|
-
.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-fill,
|
431
|
-
.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-fill,
|
432
|
-
.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-fill,
|
433
|
-
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
|
434
|
-
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
|
435
|
-
.ql-bubble.ql-toolbar button:hover .ql-stroke.ql-fill,
|
436
|
-
.ql-bubble .ql-toolbar button:hover .ql-stroke.ql-fill,
|
437
|
-
.ql-bubble.ql-toolbar button.ql-active .ql-stroke.ql-fill,
|
438
|
-
.ql-bubble .ql-toolbar button.ql-active .ql-stroke.ql-fill,
|
439
|
-
.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
|
440
|
-
.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
|
441
|
-
.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
|
442
|
-
.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
|
443
|
-
.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
|
444
|
-
.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
|
445
|
-
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
|
446
|
-
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
|
447
|
-
fill: #fff;
|
448
|
-
}
|
449
|
-
.ql-bubble.ql-toolbar button:hover .ql-stroke,
|
450
|
-
.ql-bubble .ql-toolbar button:hover .ql-stroke,
|
451
|
-
.ql-bubble.ql-toolbar button.ql-active .ql-stroke,
|
452
|
-
.ql-bubble .ql-toolbar button.ql-active .ql-stroke,
|
453
|
-
.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke,
|
454
|
-
.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke,
|
455
|
-
.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
|
456
|
-
.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
|
457
|
-
.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke,
|
458
|
-
.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke,
|
459
|
-
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
|
460
|
-
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
|
461
|
-
.ql-bubble.ql-toolbar button:hover .ql-stroke-miter,
|
462
|
-
.ql-bubble .ql-toolbar button:hover .ql-stroke-miter,
|
463
|
-
.ql-bubble.ql-toolbar button.ql-active .ql-stroke-miter,
|
464
|
-
.ql-bubble .ql-toolbar button.ql-active .ql-stroke-miter,
|
465
|
-
.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
|
466
|
-
.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
|
467
|
-
.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
|
468
|
-
.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
|
469
|
-
.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
|
470
|
-
.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
|
471
|
-
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
|
472
|
-
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
|
473
|
-
stroke: #fff;
|
578
|
+
|
579
|
+
.ql-editor .ql-ui {
|
580
|
+
position: absolute
|
474
581
|
}
|
582
|
+
|
583
|
+
.ql-editor.ql-blank::before {
|
584
|
+
color: rgba(0, 0, 0, 0.6);
|
585
|
+
content: attr(data-placeholder);
|
586
|
+
font-style: italic;
|
587
|
+
left: 15px;
|
588
|
+
pointer-events: none;
|
589
|
+
position: absolute;
|
590
|
+
right: 15px
|
591
|
+
}
|
592
|
+
|
593
|
+
.ql-bubble.ql-toolbar:after, .ql-bubble .ql-toolbar:after {
|
594
|
+
clear: both;
|
595
|
+
content: '';
|
596
|
+
display: table
|
597
|
+
}
|
598
|
+
|
599
|
+
.ql-bubble.ql-toolbar button, .ql-bubble .ql-toolbar button {
|
600
|
+
background: none;
|
601
|
+
border: none;
|
602
|
+
cursor: pointer;
|
603
|
+
display: inline-block;
|
604
|
+
float: left;
|
605
|
+
height: 24px;
|
606
|
+
padding: 3px 5px;
|
607
|
+
width: 28px
|
608
|
+
}
|
609
|
+
|
610
|
+
.ql-bubble.ql-toolbar button svg, .ql-bubble .ql-toolbar button svg {
|
611
|
+
float: left;
|
612
|
+
height: 100%
|
613
|
+
}
|
614
|
+
|
615
|
+
.ql-bubble.ql-toolbar button:active:hover, .ql-bubble .ql-toolbar button:active:hover {
|
616
|
+
outline: none
|
617
|
+
}
|
618
|
+
|
619
|
+
.ql-bubble.ql-toolbar input.ql-image[type=file], .ql-bubble .ql-toolbar input.ql-image[type=file] {
|
620
|
+
display: none
|
621
|
+
}
|
622
|
+
|
623
|
+
.ql-bubble.ql-toolbar button:hover, .ql-bubble .ql-toolbar button:hover, .ql-bubble.ql-toolbar button:focus, .ql-bubble .ql-toolbar button:focus, .ql-bubble.ql-toolbar button.ql-active, .ql-bubble .ql-toolbar button.ql-active, .ql-bubble.ql-toolbar .ql-picker-label:hover, .ql-bubble .ql-toolbar .ql-picker-label:hover, .ql-bubble.ql-toolbar .ql-picker-label.ql-active, .ql-bubble .ql-toolbar .ql-picker-label.ql-active, .ql-bubble.ql-toolbar .ql-picker-item:hover, .ql-bubble .ql-toolbar .ql-picker-item:hover, .ql-bubble.ql-toolbar .ql-picker-item.ql-selected, .ql-bubble .ql-toolbar .ql-picker-item.ql-selected {
|
624
|
+
color: #fff
|
625
|
+
}
|
626
|
+
|
627
|
+
.ql-bubble.ql-toolbar button:hover .ql-fill, .ql-bubble .ql-toolbar button:hover .ql-fill, .ql-bubble.ql-toolbar button:focus .ql-fill, .ql-bubble .ql-toolbar button:focus .ql-fill, .ql-bubble.ql-toolbar button.ql-active .ql-fill, .ql-bubble .ql-toolbar button.ql-active .ql-fill, .ql-bubble.ql-toolbar .ql-picker-label:hover .ql-fill, .ql-bubble .ql-toolbar .ql-picker-label:hover .ql-fill, .ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-fill, .ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-fill, .ql-bubble.ql-toolbar .ql-picker-item:hover .ql-fill, .ql-bubble .ql-toolbar .ql-picker-item:hover .ql-fill, .ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-fill, .ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-fill, .ql-bubble.ql-toolbar button:hover .ql-stroke.ql-fill, .ql-bubble .ql-toolbar button:hover .ql-stroke.ql-fill, .ql-bubble.ql-toolbar button:focus .ql-stroke.ql-fill, .ql-bubble .ql-toolbar button:focus .ql-stroke.ql-fill, .ql-bubble.ql-toolbar button.ql-active .ql-stroke.ql-fill, .ql-bubble .ql-toolbar button.ql-active .ql-stroke.ql-fill, .ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill, .ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill, .ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill, .ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill, .ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill, .ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill, .ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill, .ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
|
628
|
+
fill: #fff
|
629
|
+
}
|
630
|
+
|
631
|
+
.ql-bubble.ql-toolbar button:hover .ql-stroke, .ql-bubble .ql-toolbar button:hover .ql-stroke, .ql-bubble.ql-toolbar button:focus .ql-stroke, .ql-bubble .ql-toolbar button:focus .ql-stroke, .ql-bubble.ql-toolbar button.ql-active .ql-stroke, .ql-bubble .ql-toolbar button.ql-active .ql-stroke, .ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke, .ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke, .ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke, .ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke, .ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke, .ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke, .ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke, .ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke, .ql-bubble.ql-toolbar button:hover .ql-stroke-miter, .ql-bubble .ql-toolbar button:hover .ql-stroke-miter, .ql-bubble.ql-toolbar button:focus .ql-stroke-miter, .ql-bubble .ql-toolbar button:focus .ql-stroke-miter, .ql-bubble.ql-toolbar button.ql-active .ql-stroke-miter, .ql-bubble .ql-toolbar button.ql-active .ql-stroke-miter, .ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke-miter, .ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke-miter, .ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter, .ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter, .ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke-miter, .ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke-miter, .ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter, .ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
|
632
|
+
stroke: #fff
|
633
|
+
}
|
634
|
+
|
635
|
+
@media (pointer: coarse) {
|
636
|
+
.ql-bubble.ql-toolbar button:hover:not(.ql-active), .ql-bubble .ql-toolbar button:hover:not(.ql-active) {
|
637
|
+
color: #ccc
|
638
|
+
}
|
639
|
+
|
640
|
+
.ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-fill, .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-fill, .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill, .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
|
641
|
+
fill: #ccc
|
642
|
+
}
|
643
|
+
|
644
|
+
.ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke, .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke, .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter, .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
|
645
|
+
stroke: #ccc
|
646
|
+
}
|
647
|
+
}
|
648
|
+
|
475
649
|
.ql-bubble {
|
476
|
-
|
650
|
+
box-sizing: border-box
|
477
651
|
}
|
652
|
+
|
478
653
|
.ql-bubble * {
|
479
|
-
|
654
|
+
box-sizing: border-box
|
480
655
|
}
|
656
|
+
|
481
657
|
.ql-bubble .ql-hidden {
|
482
|
-
|
658
|
+
display: none
|
483
659
|
}
|
484
|
-
|
485
|
-
.ql-bubble .ql-out-top {
|
486
|
-
|
660
|
+
|
661
|
+
.ql-bubble .ql-out-bottom, .ql-bubble .ql-out-top {
|
662
|
+
visibility: hidden
|
487
663
|
}
|
664
|
+
|
488
665
|
.ql-bubble .ql-tooltip {
|
489
|
-
|
490
|
-
|
666
|
+
position: absolute;
|
667
|
+
transform: translateY(10px)
|
491
668
|
}
|
669
|
+
|
492
670
|
.ql-bubble .ql-tooltip a {
|
493
|
-
|
494
|
-
|
671
|
+
cursor: pointer;
|
672
|
+
text-decoration: none
|
495
673
|
}
|
674
|
+
|
496
675
|
.ql-bubble .ql-tooltip.ql-flip {
|
497
|
-
|
676
|
+
transform: translateY(-10px)
|
498
677
|
}
|
678
|
+
|
499
679
|
.ql-bubble .ql-formats {
|
500
|
-
|
501
|
-
|
680
|
+
display: inline-block;
|
681
|
+
vertical-align: middle
|
502
682
|
}
|
683
|
+
|
503
684
|
.ql-bubble .ql-formats:after {
|
504
|
-
|
505
|
-
|
506
|
-
|
685
|
+
clear: both;
|
686
|
+
content: '';
|
687
|
+
display: table
|
507
688
|
}
|
689
|
+
|
508
690
|
.ql-bubble .ql-stroke {
|
509
|
-
|
510
|
-
|
511
|
-
|
512
|
-
|
513
|
-
|
691
|
+
fill: none;
|
692
|
+
stroke: #ccc;
|
693
|
+
stroke-linecap: round;
|
694
|
+
stroke-linejoin: round;
|
695
|
+
stroke-width: 2
|
514
696
|
}
|
697
|
+
|
515
698
|
.ql-bubble .ql-stroke-miter {
|
516
|
-
|
517
|
-
|
518
|
-
|
519
|
-
|
699
|
+
fill: none;
|
700
|
+
stroke: #ccc;
|
701
|
+
stroke-miterlimit: 10;
|
702
|
+
stroke-width: 2
|
520
703
|
}
|
521
|
-
|
522
|
-
.ql-bubble .ql-stroke.ql-fill {
|
523
|
-
|
704
|
+
|
705
|
+
.ql-bubble .ql-fill, .ql-bubble .ql-stroke.ql-fill {
|
706
|
+
fill: #ccc
|
524
707
|
}
|
708
|
+
|
525
709
|
.ql-bubble .ql-empty {
|
526
|
-
|
710
|
+
fill: none
|
527
711
|
}
|
712
|
+
|
528
713
|
.ql-bubble .ql-even {
|
529
|
-
|
714
|
+
fill-rule: evenodd
|
530
715
|
}
|
531
|
-
|
532
|
-
.ql-bubble .ql-stroke.ql-thin {
|
533
|
-
|
716
|
+
|
717
|
+
.ql-bubble .ql-thin, .ql-bubble .ql-stroke.ql-thin {
|
718
|
+
stroke-width: 1
|
534
719
|
}
|
720
|
+
|
535
721
|
.ql-bubble .ql-transparent {
|
536
|
-
|
722
|
+
opacity: .4
|
537
723
|
}
|
724
|
+
|
538
725
|
.ql-bubble .ql-direction svg:last-child {
|
539
|
-
|
726
|
+
display: none
|
540
727
|
}
|
728
|
+
|
541
729
|
.ql-bubble .ql-direction.ql-active svg:last-child {
|
542
|
-
|
730
|
+
display: inline
|
543
731
|
}
|
732
|
+
|
544
733
|
.ql-bubble .ql-direction.ql-active svg:first-child {
|
545
|
-
|
734
|
+
display: none
|
546
735
|
}
|
736
|
+
|
547
737
|
.ql-bubble .ql-editor h1 {
|
548
|
-
|
738
|
+
font-size: 2em
|
549
739
|
}
|
740
|
+
|
550
741
|
.ql-bubble .ql-editor h2 {
|
551
|
-
|
742
|
+
font-size: 1.5em
|
552
743
|
}
|
744
|
+
|
553
745
|
.ql-bubble .ql-editor h3 {
|
554
|
-
|
746
|
+
font-size: 1.17em
|
555
747
|
}
|
748
|
+
|
556
749
|
.ql-bubble .ql-editor h4 {
|
557
|
-
|
750
|
+
font-size: 1em
|
558
751
|
}
|
752
|
+
|
559
753
|
.ql-bubble .ql-editor h5 {
|
560
|
-
|
754
|
+
font-size: .83em
|
561
755
|
}
|
756
|
+
|
562
757
|
.ql-bubble .ql-editor h6 {
|
563
|
-
|
758
|
+
font-size: .67em
|
564
759
|
}
|
760
|
+
|
565
761
|
.ql-bubble .ql-editor a {
|
566
|
-
|
762
|
+
text-decoration: underline
|
567
763
|
}
|
764
|
+
|
568
765
|
.ql-bubble .ql-editor blockquote {
|
569
|
-
|
570
|
-
|
571
|
-
|
572
|
-
|
573
|
-
}
|
574
|
-
|
575
|
-
.ql-bubble .ql-editor
|
576
|
-
|
577
|
-
|
578
|
-
}
|
579
|
-
|
580
|
-
|
581
|
-
|
582
|
-
|
583
|
-
|
584
|
-
}
|
766
|
+
border-left: 4px solid #ccc;
|
767
|
+
margin-bottom: 5px;
|
768
|
+
margin-top: 5px;
|
769
|
+
padding-left: 16px
|
770
|
+
}
|
771
|
+
|
772
|
+
.ql-bubble .ql-editor code, .ql-bubble .ql-editor .ql-code-block-container {
|
773
|
+
background-color: #f0f0f0;
|
774
|
+
border-radius: 3px
|
775
|
+
}
|
776
|
+
|
777
|
+
.ql-bubble .ql-editor .ql-code-block-container {
|
778
|
+
margin-bottom: 5px;
|
779
|
+
margin-top: 5px;
|
780
|
+
padding: 5px 10px
|
781
|
+
}
|
782
|
+
|
585
783
|
.ql-bubble .ql-editor code {
|
586
|
-
|
587
|
-
|
588
|
-
padding-top: 2px;
|
784
|
+
font-size: 85%;
|
785
|
+
padding: 2px 4px
|
589
786
|
}
|
590
|
-
|
591
|
-
.ql-bubble .ql-editor code
|
592
|
-
|
593
|
-
|
594
|
-
|
595
|
-
.ql-bubble .ql-editor pre.ql-syntax {
|
596
|
-
background-color: #23241f;
|
597
|
-
color: #f8f8f2;
|
598
|
-
overflow: visible;
|
787
|
+
|
788
|
+
.ql-bubble .ql-editor .ql-code-block-container {
|
789
|
+
background-color: #23241f;
|
790
|
+
color: #f8f8f2;
|
791
|
+
overflow: visible
|
599
792
|
}
|
793
|
+
|
600
794
|
.ql-bubble .ql-editor img {
|
601
|
-
|
795
|
+
max-width: 100%
|
602
796
|
}
|
797
|
+
|
603
798
|
.ql-bubble .ql-picker {
|
604
|
-
|
605
|
-
|
606
|
-
|
607
|
-
|
608
|
-
|
609
|
-
|
610
|
-
|
611
|
-
|
612
|
-
}
|
799
|
+
color: #ccc;
|
800
|
+
display: inline-block;
|
801
|
+
float: left;
|
802
|
+
font-size: 14px;
|
803
|
+
font-weight: 500;
|
804
|
+
height: 24px;
|
805
|
+
position: relative;
|
806
|
+
vertical-align: middle
|
807
|
+
}
|
808
|
+
|
613
809
|
.ql-bubble .ql-picker-label {
|
614
|
-
|
615
|
-
|
616
|
-
|
617
|
-
|
618
|
-
|
619
|
-
|
620
|
-
|
621
|
-
}
|
810
|
+
cursor: pointer;
|
811
|
+
display: inline-block;
|
812
|
+
height: 100%;
|
813
|
+
padding-left: 8px;
|
814
|
+
padding-right: 2px;
|
815
|
+
position: relative;
|
816
|
+
width: 100%
|
817
|
+
}
|
818
|
+
|
622
819
|
.ql-bubble .ql-picker-label::before {
|
623
|
-
|
624
|
-
|
820
|
+
display: inline-block;
|
821
|
+
line-height: 22px
|
625
822
|
}
|
823
|
+
|
626
824
|
.ql-bubble .ql-picker-options {
|
627
|
-
|
628
|
-
|
629
|
-
|
630
|
-
|
631
|
-
|
632
|
-
|
633
|
-
}
|
825
|
+
background-color: #444;
|
826
|
+
display: none;
|
827
|
+
min-width: 100%;
|
828
|
+
padding: 4px 8px;
|
829
|
+
position: absolute;
|
830
|
+
white-space: nowrap
|
831
|
+
}
|
832
|
+
|
634
833
|
.ql-bubble .ql-picker-options .ql-picker-item {
|
635
|
-
|
636
|
-
|
637
|
-
|
638
|
-
|
834
|
+
cursor: pointer;
|
835
|
+
display: block;
|
836
|
+
padding-bottom: 5px;
|
837
|
+
padding-top: 5px
|
639
838
|
}
|
839
|
+
|
640
840
|
.ql-bubble .ql-picker.ql-expanded .ql-picker-label {
|
641
|
-
|
642
|
-
|
841
|
+
color: #777;
|
842
|
+
z-index: 2
|
643
843
|
}
|
844
|
+
|
644
845
|
.ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-fill {
|
645
|
-
|
846
|
+
fill: #777
|
646
847
|
}
|
848
|
+
|
647
849
|
.ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
|
648
|
-
|
850
|
+
stroke: #777
|
649
851
|
}
|
852
|
+
|
650
853
|
.ql-bubble .ql-picker.ql-expanded .ql-picker-options {
|
651
|
-
|
652
|
-
|
653
|
-
|
654
|
-
|
854
|
+
display: block;
|
855
|
+
margin-top: -1px;
|
856
|
+
top: 100%;
|
857
|
+
z-index: 1
|
655
858
|
}
|
656
|
-
|
657
|
-
.ql-bubble .ql-icon-picker {
|
658
|
-
|
859
|
+
|
860
|
+
.ql-bubble .ql-color-picker, .ql-bubble .ql-icon-picker {
|
861
|
+
width: 28px
|
659
862
|
}
|
660
|
-
|
661
|
-
.ql-bubble .ql-icon-picker .ql-picker-label {
|
662
|
-
|
863
|
+
|
864
|
+
.ql-bubble .ql-color-picker .ql-picker-label, .ql-bubble .ql-icon-picker .ql-picker-label {
|
865
|
+
padding: 2px 4px
|
663
866
|
}
|
664
|
-
|
665
|
-
.ql-bubble .ql-icon-picker .ql-picker-label svg {
|
666
|
-
|
867
|
+
|
868
|
+
.ql-bubble .ql-color-picker .ql-picker-label svg, .ql-bubble .ql-icon-picker .ql-picker-label svg {
|
869
|
+
right: 4px
|
667
870
|
}
|
871
|
+
|
668
872
|
.ql-bubble .ql-icon-picker .ql-picker-options {
|
669
|
-
|
873
|
+
padding: 4px 0
|
670
874
|
}
|
875
|
+
|
671
876
|
.ql-bubble .ql-icon-picker .ql-picker-item {
|
672
|
-
|
673
|
-
|
674
|
-
|
877
|
+
height: 24px;
|
878
|
+
width: 24px;
|
879
|
+
padding: 2px 4px
|
675
880
|
}
|
881
|
+
|
676
882
|
.ql-bubble .ql-color-picker .ql-picker-options {
|
677
|
-
|
678
|
-
|
883
|
+
padding: 3px 5px;
|
884
|
+
width: 152px
|
679
885
|
}
|
886
|
+
|
680
887
|
.ql-bubble .ql-color-picker .ql-picker-item {
|
681
|
-
|
682
|
-
|
683
|
-
|
684
|
-
|
685
|
-
|
686
|
-
|
687
|
-
}
|
888
|
+
border: 1px solid transparent;
|
889
|
+
float: left;
|
890
|
+
height: 16px;
|
891
|
+
margin: 2px;
|
892
|
+
padding: 0;
|
893
|
+
width: 16px
|
894
|
+
}
|
895
|
+
|
688
896
|
.ql-bubble .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
|
689
|
-
|
690
|
-
|
691
|
-
|
692
|
-
|
693
|
-
|
694
|
-
}
|
695
|
-
|
696
|
-
.ql-bubble .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before,
|
697
|
-
|
698
|
-
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before,
|
699
|
-
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before,
|
700
|
-
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before {
|
701
|
-
content: attr(data-label);
|
897
|
+
position: absolute;
|
898
|
+
margin-top: -9px;
|
899
|
+
right: 0;
|
900
|
+
top: 50%;
|
901
|
+
width: 18px
|
902
|
+
}
|
903
|
+
|
904
|
+
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before, .ql-bubble .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before, .ql-bubble .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before, .ql-bubble .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before, .ql-bubble .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before, .ql-bubble .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before {
|
905
|
+
content: attr(data-label)
|
702
906
|
}
|
907
|
+
|
703
908
|
.ql-bubble .ql-picker.ql-header {
|
704
|
-
|
909
|
+
width: 98px
|
705
910
|
}
|
706
|
-
|
707
|
-
.ql-bubble .ql-picker.ql-header .ql-picker-item::before {
|
708
|
-
|
911
|
+
|
912
|
+
.ql-bubble .ql-picker.ql-header .ql-picker-label::before, .ql-bubble .ql-picker.ql-header .ql-picker-item::before {
|
913
|
+
content: 'Normal'
|
709
914
|
}
|
710
|
-
|
711
|
-
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
|
712
|
-
|
915
|
+
|
916
|
+
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="1"]::before, .ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
|
917
|
+
content: 'Heading 1'
|
713
918
|
}
|
714
|
-
|
715
|
-
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
|
716
|
-
|
919
|
+
|
920
|
+
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="2"]::before, .ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
|
921
|
+
content: 'Heading 2'
|
717
922
|
}
|
718
|
-
|
719
|
-
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
|
720
|
-
|
923
|
+
|
924
|
+
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="3"]::before, .ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
|
925
|
+
content: 'Heading 3'
|
721
926
|
}
|
722
|
-
|
723
|
-
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
|
724
|
-
|
927
|
+
|
928
|
+
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="4"]::before, .ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
|
929
|
+
content: 'Heading 4'
|
725
930
|
}
|
726
|
-
|
727
|
-
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
|
728
|
-
|
931
|
+
|
932
|
+
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="5"]::before, .ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
|
933
|
+
content: 'Heading 5'
|
729
934
|
}
|
730
|
-
|
731
|
-
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
|
732
|
-
|
935
|
+
|
936
|
+
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="6"]::before, .ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
|
937
|
+
content: 'Heading 6'
|
733
938
|
}
|
939
|
+
|
734
940
|
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
|
735
|
-
|
941
|
+
font-size: 2em
|
736
942
|
}
|
943
|
+
|
737
944
|
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
|
738
|
-
|
945
|
+
font-size: 1.5em
|
739
946
|
}
|
947
|
+
|
740
948
|
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
|
741
|
-
|
949
|
+
font-size: 1.17em
|
742
950
|
}
|
951
|
+
|
743
952
|
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
|
744
|
-
|
953
|
+
font-size: 1em
|
745
954
|
}
|
955
|
+
|
746
956
|
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
|
747
|
-
|
957
|
+
font-size: .83em
|
748
958
|
}
|
959
|
+
|
749
960
|
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
|
750
|
-
|
961
|
+
font-size: .67em
|
751
962
|
}
|
963
|
+
|
752
964
|
.ql-bubble .ql-picker.ql-font {
|
753
|
-
|
965
|
+
width: 108px
|
754
966
|
}
|
755
|
-
|
756
|
-
.ql-bubble .ql-picker.ql-font .ql-picker-item::before {
|
757
|
-
|
967
|
+
|
968
|
+
.ql-bubble .ql-picker.ql-font .ql-picker-label::before, .ql-bubble .ql-picker.ql-font .ql-picker-item::before {
|
969
|
+
content: 'Sans Serif'
|
758
970
|
}
|
759
|
-
|
760
|
-
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
|
761
|
-
|
971
|
+
|
972
|
+
.ql-bubble .ql-picker.ql-font .ql-picker-label[data-value=serif]::before, .ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
|
973
|
+
content: 'Serif'
|
762
974
|
}
|
763
|
-
|
764
|
-
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
|
765
|
-
|
975
|
+
|
976
|
+
.ql-bubble .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before, .ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
|
977
|
+
content: 'Monospace'
|
766
978
|
}
|
979
|
+
|
767
980
|
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
|
768
|
-
|
981
|
+
font-family: Georgia, Times New Roman, serif
|
769
982
|
}
|
983
|
+
|
770
984
|
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
|
771
|
-
|
985
|
+
font-family: Monaco, Courier New, monospace
|
772
986
|
}
|
987
|
+
|
773
988
|
.ql-bubble .ql-picker.ql-size {
|
774
|
-
|
989
|
+
width: 98px
|
775
990
|
}
|
776
|
-
|
777
|
-
.ql-bubble .ql-picker.ql-size .ql-picker-item::before {
|
778
|
-
|
991
|
+
|
992
|
+
.ql-bubble .ql-picker.ql-size .ql-picker-label::before, .ql-bubble .ql-picker.ql-size .ql-picker-item::before {
|
993
|
+
content: 'Normal'
|
779
994
|
}
|
780
|
-
|
781
|
-
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
|
782
|
-
|
995
|
+
|
996
|
+
.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=small]::before, .ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
|
997
|
+
content: 'Small'
|
783
998
|
}
|
784
|
-
|
785
|
-
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
|
786
|
-
|
999
|
+
|
1000
|
+
.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=large]::before, .ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
|
1001
|
+
content: 'Large'
|
787
1002
|
}
|
788
|
-
|
789
|
-
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
|
790
|
-
|
1003
|
+
|
1004
|
+
.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=huge]::before, .ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
|
1005
|
+
content: 'Huge'
|
791
1006
|
}
|
1007
|
+
|
792
1008
|
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
|
793
|
-
|
1009
|
+
font-size: 10px
|
794
1010
|
}
|
1011
|
+
|
795
1012
|
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
|
796
|
-
|
1013
|
+
font-size: 18px
|
797
1014
|
}
|
1015
|
+
|
798
1016
|
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
|
799
|
-
|
1017
|
+
font-size: 32px
|
800
1018
|
}
|
1019
|
+
|
801
1020
|
.ql-bubble .ql-color-picker.ql-background .ql-picker-item {
|
802
|
-
|
1021
|
+
background-color: #fff
|
803
1022
|
}
|
1023
|
+
|
804
1024
|
.ql-bubble .ql-color-picker.ql-color .ql-picker-item {
|
805
|
-
|
1025
|
+
background-color: #000
|
806
1026
|
}
|
1027
|
+
|
1028
|
+
.ql-code-block-container {
|
1029
|
+
position: relative
|
1030
|
+
}
|
1031
|
+
|
1032
|
+
.ql-code-block-container .ql-ui {
|
1033
|
+
right: 5px;
|
1034
|
+
top: 5px
|
1035
|
+
}
|
1036
|
+
|
807
1037
|
.ql-bubble .ql-toolbar .ql-formats {
|
808
|
-
|
1038
|
+
margin: 8px 12px 8px 0
|
809
1039
|
}
|
1040
|
+
|
810
1041
|
.ql-bubble .ql-toolbar .ql-formats:first-child {
|
811
|
-
|
1042
|
+
margin-left: 12px
|
812
1043
|
}
|
1044
|
+
|
813
1045
|
.ql-bubble .ql-color-picker svg {
|
814
|
-
|
1046
|
+
margin: 1px
|
815
1047
|
}
|
816
|
-
|
817
|
-
.ql-bubble .ql-color-picker .ql-picker-item:hover {
|
818
|
-
|
1048
|
+
|
1049
|
+
.ql-bubble .ql-color-picker .ql-picker-item.ql-selected, .ql-bubble .ql-color-picker .ql-picker-item:hover {
|
1050
|
+
border-color: #fff
|
819
1051
|
}
|
1052
|
+
|
820
1053
|
.ql-bubble .ql-tooltip {
|
821
|
-
|
822
|
-
|
823
|
-
|
1054
|
+
background-color: #444;
|
1055
|
+
border-radius: 25px;
|
1056
|
+
color: #fff
|
824
1057
|
}
|
1058
|
+
|
825
1059
|
.ql-bubble .ql-tooltip-arrow {
|
826
|
-
|
827
|
-
|
828
|
-
|
829
|
-
|
830
|
-
|
831
|
-
|
832
|
-
|
833
|
-
}
|
1060
|
+
border-left: 6px solid transparent;
|
1061
|
+
border-right: 6px solid transparent;
|
1062
|
+
content: " ";
|
1063
|
+
display: block;
|
1064
|
+
left: 50%;
|
1065
|
+
margin-left: -6px;
|
1066
|
+
position: absolute
|
1067
|
+
}
|
1068
|
+
|
834
1069
|
.ql-bubble .ql-tooltip:not(.ql-flip) .ql-tooltip-arrow {
|
835
|
-
|
836
|
-
|
1070
|
+
border-bottom: 6px solid #444;
|
1071
|
+
top: -6px
|
837
1072
|
}
|
1073
|
+
|
838
1074
|
.ql-bubble .ql-tooltip.ql-flip .ql-tooltip-arrow {
|
839
|
-
|
840
|
-
|
1075
|
+
border-top: 6px solid #444;
|
1076
|
+
bottom: -6px
|
841
1077
|
}
|
1078
|
+
|
842
1079
|
.ql-bubble .ql-tooltip.ql-editing .ql-tooltip-editor {
|
843
|
-
|
1080
|
+
display: block
|
844
1081
|
}
|
1082
|
+
|
845
1083
|
.ql-bubble .ql-tooltip.ql-editing .ql-formats {
|
846
|
-
|
1084
|
+
visibility: hidden
|
847
1085
|
}
|
1086
|
+
|
848
1087
|
.ql-bubble .ql-tooltip-editor {
|
849
|
-
|
1088
|
+
display: none
|
850
1089
|
}
|
1090
|
+
|
851
1091
|
.ql-bubble .ql-tooltip-editor input[type=text] {
|
852
|
-
|
853
|
-
|
854
|
-
|
855
|
-
|
856
|
-
|
857
|
-
|
858
|
-
|
859
|
-
|
860
|
-
|
861
|
-
}
|
1092
|
+
background: transparent;
|
1093
|
+
border: none;
|
1094
|
+
color: #fff;
|
1095
|
+
font-size: 13px;
|
1096
|
+
height: 100%;
|
1097
|
+
outline: none;
|
1098
|
+
padding: 10px 20px;
|
1099
|
+
position: absolute;
|
1100
|
+
width: 100%
|
1101
|
+
}
|
1102
|
+
|
862
1103
|
.ql-bubble .ql-tooltip-editor a {
|
863
|
-
|
864
|
-
|
865
|
-
|
1104
|
+
top: 10px;
|
1105
|
+
position: absolute;
|
1106
|
+
right: 20px
|
866
1107
|
}
|
1108
|
+
|
867
1109
|
.ql-bubble .ql-tooltip-editor a:before {
|
868
|
-
|
869
|
-
|
870
|
-
|
871
|
-
|
872
|
-
}
|
1110
|
+
color: #ccc;
|
1111
|
+
content: "\00D7";
|
1112
|
+
font-size: 16px;
|
1113
|
+
font-weight: bold
|
1114
|
+
}
|
1115
|
+
|
1116
|
+
.ql-container.ql-bubble:not(.ql-disabled) a:not(.ql-close) {
|
1117
|
+
position: relative;
|
1118
|
+
white-space: nowrap
|
1119
|
+
}
|
1120
|
+
|
1121
|
+
.ql-container.ql-bubble:not(.ql-disabled) a:not(.ql-close)::before {
|
1122
|
+
background-color: #444;
|
1123
|
+
border-radius: 15px;
|
1124
|
+
top: -5px;
|
1125
|
+
font-size: 12px;
|
1126
|
+
color: #fff;
|
1127
|
+
content: attr(href);
|
1128
|
+
font-weight: normal;
|
1129
|
+
overflow: hidden;
|
1130
|
+
padding: 5px 15px;
|
1131
|
+
text-decoration: none;
|
1132
|
+
z-index: 1
|
1133
|
+
}
|
1134
|
+
|
1135
|
+
.ql-container.ql-bubble:not(.ql-disabled) a:not(.ql-close)::after {
|
1136
|
+
border-top: 6px solid #444;
|
1137
|
+
border-left: 6px solid transparent;
|
1138
|
+
border-right: 6px solid transparent;
|
1139
|
+
top: 0;
|
1140
|
+
content: " ";
|
1141
|
+
height: 0;
|
1142
|
+
width: 0
|
1143
|
+
}
|
1144
|
+
|
1145
|
+
.ql-container.ql-bubble:not(.ql-disabled) a:not(.ql-close)::before, .ql-container.ql-bubble:not(.ql-disabled) a:not(.ql-close)::after {
|
1146
|
+
left: 0;
|
1147
|
+
margin-left: 50%;
|
1148
|
+
position: absolute;
|
1149
|
+
transform: translate(-50%, -100%);
|
1150
|
+
transition: visibility 0s ease 200ms;
|
1151
|
+
visibility: hidden
|
1152
|
+
}
|
1153
|
+
|
1154
|
+
.ql-container.ql-bubble:not(.ql-disabled) a:not(.ql-close):hover::before, .ql-container.ql-bubble:not(.ql-disabled) a:not(.ql-close):hover::after {
|
1155
|
+
visibility: visible
|
1156
|
+
}
|
1157
|
+
|
1158
|
+
/*# sourceMappingURL=quill.bubble.css.map*/
|