LaravelTest

Форк
0
/
summernote-lite.css 
1505 строк · 37.2 Кб
1
/*!
2
 * 
3
 * Super simple WYSIWYG editor v0.8.20
4
 * https://summernote.org
5
 *
6
 *
7
 * Copyright 2013- Alan Hong and contributors
8
 * Summernote may be freely distributed under the MIT license.
9
 *
10
 * Date: 2021-10-14T21:15Z
11
 *
12
 */
13
@font-face {
14
    font-family: "summernote";
15
    font-style: normal;
16
    font-weight: 400;
17
    font-display: auto;
18
    src: url("./font/summernote.eot?#iefix") format("embedded-opentype"), url("./font/summernote.woff2") format("woff2"), url("./font/summernote.woff") format("woff"), url("./font/summernote.ttf") format("truetype");
19
}
20
[class^=note-icon]:before,
21
[class*=" note-icon"]:before {
22
    display: inline-block;
23
    font-family: "summernote";
24
    font-style: normal;
25
    font-size: inherit;
26
    text-decoration: inherit;
27
    text-rendering: auto;
28
    text-transform: none;
29
    vertical-align: middle;
30
    -moz-osx-font-smoothing: grayscale;
31
    -webkit-font-smoothing: antialiased;
32
    speak: none;
33
}
34

35
.note-icon-fw {
36
    text-align: center;
37
    width: 1.25em;
38
}
39

40
.note-icon-border {
41
    border: solid 0.08em #eee;
42
    border-radius: 0.1em;
43
    padding: 0.2em 0.25em 0.15em;
44
}
45

46
.note-icon-pull-left {
47
    float: left;
48
}
49

50
.note-icon-pull-right {
51
    float: right;
52
}
53

54
.note-icon.note-icon-pull-left {
55
    margin-right: 0.3em;
56
}
57
.note-icon.note-icon-pull-right {
58
    margin-left: 0.3em;
59
}
60

61
.note-icon-align::before {
62
    content: "\ea01";
63
}
64

65
.note-icon-align-center::before {
66
    content: "\ea02";
67
}
68

69
.note-icon-align-indent::before {
70
    content: "\ea03";
71
}
72

73
.note-icon-align-justify::before {
74
    content: "\ea04";
75
}
76

77
.note-icon-align-left::before {
78
    content: "\ea05";
79
}
80

81
.note-icon-align-outdent::before {
82
    content: "\ea06";
83
}
84

85
.note-icon-align-right::before {
86
    content: "\ea07";
87
}
88

89
.note-icon-arrow-circle-down::before {
90
    content: "\ea08";
91
}
92

93
.note-icon-arrow-circle-left::before {
94
    content: "\ea09";
95
}
96

97
.note-icon-arrow-circle-right::before {
98
    content: "\ea0a";
99
}
100

101
.note-icon-arrow-circle-up::before {
102
    content: "\ea0b";
103
}
104

105
.note-icon-arrows-alt::before {
106
    content: "\ea0c";
107
}
108

109
.note-icon-arrows-h::before {
110
    content: "\ea0d";
111
}
112

113
.note-icon-arrows-v::before {
114
    content: "\ea0e";
115
}
116

117
.note-icon-bold::before {
118
    content: "\ea0f";
119
}
120

121
.note-icon-caret::before {
122
    content: "\ea10";
123
}
124

125
.note-icon-chain-broken::before {
126
    content: "\ea11";
127
}
128

129
.note-icon-circle::before {
130
    content: "\ea12";
131
}
132

133
.note-icon-close::before {
134
    content: "\ea13";
135
}
136

137
.note-icon-code::before {
138
    content: "\ea14";
139
}
140

141
.note-icon-col-after::before {
142
    content: "\ea15";
143
}
144

145
.note-icon-col-before::before {
146
    content: "\ea16";
147
}
148

149
.note-icon-col-remove::before {
150
    content: "\ea17";
151
}
152

153
.note-icon-eraser::before {
154
    content: "\ea18";
155
}
156

157
.note-icon-float-left::before {
158
    content: "\ea19";
159
}
160

161
.note-icon-float-none::before {
162
    content: "\ea1a";
163
}
164

165
.note-icon-float-right::before {
166
    content: "\ea1b";
167
}
168

169
.note-icon-font::before {
170
    content: "\ea1c";
171
}
172

173
.note-icon-frame::before {
174
    content: "\ea1d";
175
}
176

177
.note-icon-italic::before {
178
    content: "\ea1e";
179
}
180

181
.note-icon-link::before {
182
    content: "\ea1f";
183
}
184

185
.note-icon-magic::before {
186
    content: "\ea20";
187
}
188

189
.note-icon-menu-check::before {
190
    content: "\ea21";
191
}
192

193
.note-icon-minus::before {
194
    content: "\ea22";
195
}
196

197
.note-icon-orderedlist::before {
198
    content: "\ea23";
199
}
200

201
.note-icon-pencil::before {
202
    content: "\ea24";
203
}
204

205
.note-icon-picture::before {
206
    content: "\ea25";
207
}
208

209
.note-icon-question::before {
210
    content: "\ea26";
211
}
212

213
.note-icon-redo::before {
214
    content: "\ea27";
215
}
216

217
.note-icon-rollback::before {
218
    content: "\ea28";
219
}
220

221
.note-icon-row-above::before {
222
    content: "\ea29";
223
}
224

225
.note-icon-row-below::before {
226
    content: "\ea2a";
227
}
228

229
.note-icon-row-remove::before {
230
    content: "\ea2b";
231
}
232

233
.note-icon-special-character::before {
234
    content: "\ea2c";
235
}
236

237
.note-icon-square::before {
238
    content: "\ea2d";
239
}
240

241
.note-icon-strikethrough::before {
242
    content: "\ea2e";
243
}
244

245
.note-icon-subscript::before {
246
    content: "\ea2f";
247
}
248

249
.note-icon-summernote::before {
250
    content: "\ea30";
251
}
252

253
.note-icon-superscript::before {
254
    content: "\ea31";
255
}
256

257
.note-icon-table::before {
258
    content: "\ea32";
259
}
260

261
.note-icon-text-height::before {
262
    content: "\ea33";
263
}
264

265
.note-icon-trash::before {
266
    content: "\ea34";
267
}
268

269
.note-icon-underline::before {
270
    content: "\ea35";
271
}
272

273
.note-icon-undo::before {
274
    content: "\ea36";
275
}
276

277
.note-icon-unorderedlist::before {
278
    content: "\ea37";
279
}
280

281
.note-icon-video::before {
282
    content: "\ea38";
283
}
284

285
.note-frame {
286
    -ms-box-sizing: border-box;
287
    box-sizing: border-box;
288
    color: #000;
289
    font-family: sans-serif;
290
    border-radius: 4px;
291
}
292

293
.note-toolbar {
294
    padding: 10px 5px;
295
    border-bottom: 1px solid #e2e2e2;
296
    color: #333;
297
    background-color: #f5f5f5;
298
    border-color: #ddd;
299
    border-top-left-radius: 3px;
300
    border-top-right-radius: 3px;
301
}
302

303
.note-btn-group {
304
    position: relative;
305
    display: inline-block;
306
    margin-right: 8px;
307
}
308
.note-btn-group > .note-btn-group {
309
    margin-right: 0;
310
}
311
.note-btn-group > .note-btn:first-child {
312
    margin-left: 0;
313
}
314
.note-btn-group .note-btn + .note-btn,
315
.note-btn-group .note-btn + .note-btn-group,
316
.note-btn-group .note-btn-group + .note-btn,
317
.note-btn-group .note-btn-group + .note-btn-group {
318
    margin-left: -1px;
319
}
320
.note-btn-group > .note-btn:not(:first-child),
321
.note-btn-group > .note-btn-group:not(:first-child) > .note-btn {
322
    border-top-left-radius: 0;
323
    border-bottom-left-radius: 0;
324
}
325
.note-btn-group > .note-btn:not(:last-child):not(.dropdown-toggle),
326
.note-btn-group > .note-btn-group:not(:last-child) > .note-btn {
327
    border-top-right-radius: 0;
328
    border-bottom-right-radius: 0;
329
}
330
.note-btn-group.open > .note-dropdown {
331
    display: block;
332
}
333

334
.note-btn {
335
    display: inline-block;
336
    font-weight: 400;
337
    margin-bottom: 0;
338
    text-align: center;
339
    vertical-align: middle;
340
    touch-action: manipulation;
341
    cursor: pointer;
342
    background-image: none;
343
    border: 1px solid #dae0e5;
344
    white-space: nowrap;
345
    outline: 0;
346
    color: #333;
347
    background-color: #fff;
348
    border-color: #dae0e5;
349
    padding: 5px 10px;
350
    font-size: 14px;
351
    line-height: 1.4;
352
    border-radius: 3px;
353
    -webkit-user-select: none;
354
    -moz-user-select: none;
355
    -ms-user-select: none;
356
    user-select: none;
357
}
358
.note-btn:focus, .note-btn.focus {
359
    color: #333;
360
    background-color: #ebebeb;
361
    border-color: #dae0e5;
362
}
363
.note-btn:hover {
364
    color: #333;
365
    background-color: #ebebeb;
366
    border-color: #dae0e5;
367
}
368
.note-btn.disabled:focus, .note-btn.disabled.focus, .note-btn[disabled]:focus, .note-btn[disabled].focus, fieldset[disabled] .note-btn:focus, fieldset[disabled] .note-btn.focus {
369
    background-color: #fff;
370
    border-color: #dae0e5;
371
}
372
.note-btn:hover, .note-btn:focus, .note-btn.focus {
373
    color: #333;
374
    text-decoration: none;
375
    border: 1px solid #dae0e5;
376
    background-color: #ebebeb;
377
    outline: 0;
378
    border-radius: 1px;
379
}
380
.note-btn:active, .note-btn.active {
381
    outline: 0;
382
    background-image: none;
383
    color: #333;
384
    text-decoration: none;
385
    border: 1px solid #dae0e5;
386
    background-color: #ebebeb;
387
    outline: 0;
388
    border-radius: 1px;
389
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
390
}
391
.note-btn.disabled, .note-btn[disabled], fieldset[disabled] .note-btn {
392
    cursor: not-allowed;
393
    -webkit-opacity: 0.65;
394
    -khtml-opacity: 0.65;
395
    -moz-opacity: 0.65;
396
    opacity: 0.65;
397
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=65);
398
    filter: alpha(opacity=65);
399
    box-shadow: none;
400
}
401
.note-btn > span.note-icon-caret:first-child {
402
    margin-left: -1px;
403
}
404
.note-btn > span.note-icon-caret:nth-child(2) {
405
    padding-left: 3px;
406
    margin-right: -5px;
407
}
408

409
.note-btn-primary {
410
    background: #fa6362;
411
    color: #fff;
412
}
413
.note-btn-primary:hover, .note-btn-primary:focus, .note-btn-primary.focus {
414
    color: #fff;
415
    text-decoration: none;
416
    border: 1px solid #dae0e5;
417
    background-color: #fa6362;
418
    border-radius: 1px;
419
}
420

421
.note-btn-block {
422
    display: block;
423
    width: 100%;
424
}
425

426
.note-btn-block + .note-btn-block {
427
    margin-top: 5px;
428
}
429

430
input[type=submit].note-btn-block,
431
input[type=reset].note-btn-block,
432
input[type=button].note-btn-block {
433
    width: 100%;
434
}
435

436
button.close {
437
    padding: 0;
438
    cursor: pointer;
439
    background: transparent;
440
    border: 0;
441
    -webkit-appearance: none;
442
}
443

444
.close {
445
    float: right;
446
    font-size: 21px;
447
    line-height: 1;
448
    color: #000;
449
    opacity: 0.2;
450
}
451

452
.close:hover {
453
    -webkit-opacity: 1;
454
    -khtml-opacity: 1;
455
    -moz-opacity: 1;
456
    -ms-filter: alpha(opacity=100);
457
    filter: alpha(opacity=100);
458
    opacity: 1;
459
}
460

461
.note-dropdown {
462
    position: relative;
463
}
464

465
.note-color .dropdown-toggle {
466
    width: 30px;
467
    padding-left: 5px;
468
}
469

470
.note-dropdown-menu {
471
    display: none;
472
    min-width: 100px;
473
    position: absolute;
474
    top: 100%;
475
    left: 0;
476
    z-index: 1000;
477
    float: left;
478
    text-align: left;
479
    background: #fff;
480
    border: 1px solid #e2e2e2;
481
    padding: 5px;
482
    background-clip: padding-box;
483
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06);
484
}
485
.note-dropdown-menu > *:last-child {
486
    margin-right: 0;
487
}
488

489
.note-btn-group.open .note-dropdown-menu {
490
    display: block;
491
}
492

493
.note-dropdown-item {
494
    display: block;
495
}
496
.note-dropdown-item:hover {
497
    background-color: #ebebeb;
498
}
499

500
a.note-dropdown-item,
501
a.note-dropdown-item:hover {
502
    margin: 5px 0;
503
    color: #000;
504
    text-decoration: none;
505
}
506

507
.note-modal {
508
    position: fixed;
509
    left: 0;
510
    right: 0;
511
    top: 0;
512
    bottom: 0;
513
    z-index: 1050;
514
    -webkit-opacity: 1;
515
    -khtml-opacity: 1;
516
    -moz-opacity: 1;
517
    opacity: 1;
518
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
519
    filter: alpha(opacity=100);
520
    display: none;
521
}
522
.note-modal.open {
523
    display: block;
524
}
525

526
.note-modal-content {
527
    position: relative;
528
    width: auto;
529
    margin: 30px 20px;
530
    border: 1px solid rgba(0, 0, 0, 0.2);
531
    background: #fff;
532
    background-clip: border-box;
533
    outline: 0;
534
    border-radius: 5px;
535
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
536
}
537

538
.note-modal-header {
539
    padding: 10px 20px;
540
    border: 1px solid #ededef;
541
}
542

543
.note-modal-body {
544
    position: relative;
545
    padding: 20px 30px;
546
}
547
.note-modal-body kbd {
548
    border-radius: 2px;
549
    background-color: #000;
550
    color: #fff;
551
    padding: 3px 5px;
552
    font-weight: 700;
553
    -ms-box-sizing: border-box;
554
    box-sizing: border-box;
555
}
556

557
.note-modal-footer {
558
    height: 40px;
559
    padding: 10px;
560
    text-align: center;
561
}
562

563
.note-modal-footer a {
564
    color: #337ab7;
565
    text-decoration: none;
566
}
567

568
.note-modal-footer a:hover,
569
.note-modal-footer a:focus {
570
    color: #23527c;
571
    text-decoration: underline;
572
}
573

574
.note-modal-footer .note-btn {
575
    float: right;
576
}
577

578
.note-modal-title {
579
    font-size: 20px;
580
    color: #42515f;
581
    margin: 0;
582
    line-height: 1.4;
583
}
584

585
.note-modal-backdrop {
586
    position: fixed;
587
    left: 0;
588
    right: 0;
589
    bottom: 0;
590
    top: 0;
591
    z-index: 1040;
592
    background: #000;
593
    -webkit-opacity: 0.5;
594
    -khtml-opacity: 0.5;
595
    -moz-opacity: 0.5;
596
    opacity: 0.5;
597
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
598
    filter: alpha(opacity=50);
599
    display: none;
600
}
601
.note-modal-backdrop.open {
602
    display: block;
603
}
604

605
@media (min-width: 768px) {
606
    .note-modal-content {
607
        width: 600px;
608
        margin: 30px auto;
609
    }
610
}
611
@media (min-width: 992px) {
612
    .note-modal-content-large {
613
        width: 900px;
614
    }
615
}
616
.note-modal .note-help-block {
617
    display: block;
618
    margin-top: 5px;
619
    margin-bottom: 10px;
620
    color: #737373;
621
}
622
.note-modal .note-nav {
623
    display: flex;
624
    flex-wrap: wrap;
625
    padding-left: 0;
626
    margin-bottom: 0;
627
    list-style: none;
628
}
629
.note-modal .note-nav-link {
630
    display: block;
631
    padding: 0.5rem 1rem;
632
    color: #007bff;
633
    text-decoration: none;
634
    background-color: transparent;
635
    -webkit-text-decoration-skip: objects;
636
}
637
.note-modal .note-nav-link:focus,
638
.note-modal .note-nav-link:hover {
639
    color: #0056b3;
640
    text-decoration: none;
641
}
642
.note-modal .note-nav-link.disabled {
643
    color: #868e96;
644
}
645
.note-modal .note-nav-tabs {
646
    border-bottom: 1px solid #ddd;
647
}
648
.note-modal .note-nav-tabs .note-nav-item {
649
    margin-bottom: -1px;
650
}
651
.note-modal .note-nav-tabs .note-nav-link {
652
    border: 1px solid transparent;
653
    border-top-left-radius: 0.25rem;
654
    border-top-right-radius: 0.25rem;
655
}
656
.note-modal .note-nav-tabs .note-nav-link:focus,
657
.note-modal .note-nav-tabs .note-nav-link:hover {
658
    border-color: #e9ecef #e9ecef #ddd;
659
}
660
.note-modal .note-nav-tabs .note-nav-link.disabled {
661
    color: #868e96;
662
    background-color: transparent;
663
    border-color: transparent;
664
}
665
.note-modal .note-nav-tabs .note-nav-item.show .note-nav-link {
666
    color: #495057;
667
    background-color: #fff;
668
    border-color: #ddd #ddd #fff;
669
}
670
.note-modal .note-tab-content {
671
    margin: 15px auto;
672
}
673
.note-modal .note-tab-content > .note-tab-pane:target ~ .note-tab-pane:last-child,
674
.note-modal .note-tab-content > .note-tab-pane {
675
    display: none;
676
}
677
.note-modal .note-tab-content > :last-child,
678
.note-modal .note-tab-content > .note-tab-pane:target {
679
    display: block;
680
}
681

682
.note-form-group {
683
    padding-bottom: 20px;
684
}
685

686
.note-form-group:last-child {
687
    padding-bottom: 0;
688
}
689

690
.note-form-label {
691
    display: block;
692
    width: 100%;
693
    font-size: 16px;
694
    color: #42515f;
695
    margin-bottom: 10px;
696
    font-weight: 700;
697
}
698

699
.note-input {
700
    width: 100%;
701
    display: block;
702
    border: 1px solid #ededef;
703
    background: #fff;
704
    outline: 0;
705
    padding: 6px 4px;
706
    font-size: 14px;
707
    -ms-box-sizing: border-box;
708
    box-sizing: border-box;
709
}
710

711
.note-input::-webkit-input-placeholder {
712
    color: #eeeeee;
713
}
714

715
.note-input:-moz-placeholder {
716
    /* Firefox 18- */
717
    color: #eeeeee;
718
}
719

720
.note-input::-moz-placeholder {
721
    /* Firefox 19+ */
722
    color: #eeeeee;
723
}
724

725
.note-input:-ms-input-placeholder {
726
    color: #eeeeee;
727
}
728

729
.note-tooltip {
730
    position: absolute;
731
    z-index: 1070;
732
    display: block;
733
    font-size: 13px;
734
    transition: opacity 0.15s;
735
    -webkit-opacity: 0;
736
    -khtml-opacity: 0;
737
    -moz-opacity: 0;
738
    opacity: 0;
739
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
740
    filter: alpha(opacity=0);
741
}
742
.note-tooltip.in {
743
    -webkit-opacity: 0.9;
744
    -khtml-opacity: 0.9;
745
    -moz-opacity: 0.9;
746
    opacity: 0.9;
747
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
748
    filter: alpha(opacity=90);
749
}
750
.note-tooltip.top {
751
    margin-top: -3px;
752
    padding: 5px 0;
753
}
754
.note-tooltip.right {
755
    margin-left: 3px;
756
    padding: 0 5px;
757
}
758
.note-tooltip.bottom {
759
    margin-top: 3px;
760
    padding: 5px 0;
761
}
762
.note-tooltip.left {
763
    margin-left: -3px;
764
    padding: 0 5px;
765
}
766

767
.note-tooltip.bottom .note-tooltip-arrow {
768
    top: 0;
769
    left: 50%;
770
    margin-left: -5px;
771
    border-width: 0 5px 5px;
772
    border-bottom-color: #000;
773
}
774
.note-tooltip.top .note-tooltip-arrow {
775
    bottom: 0;
776
    left: 50%;
777
    margin-left: -5px;
778
    border-width: 5px 5px 0;
779
    border-top-color: #000;
780
}
781
.note-tooltip.right .note-tooltip-arrow {
782
    top: 50%;
783
    left: 0;
784
    margin-top: -5px;
785
    border-width: 5px 5px 5px 0;
786
    border-right-color: #000;
787
}
788
.note-tooltip.left .note-tooltip-arrow {
789
    top: 50%;
790
    right: 0;
791
    margin-top: -5px;
792
    border-width: 5px 0 5px 5px;
793
    border-left-color: #000;
794
}
795

796
.note-tooltip-arrow {
797
    position: absolute;
798
    width: 0;
799
    height: 0;
800
    border-color: transparent;
801
    border-style: solid;
802
}
803

804
.note-tooltip-content {
805
    max-width: 200px;
806
    font-family: sans-serif;
807
    padding: 3px 8px;
808
    color: #fff;
809
    text-align: center;
810
    background-color: #000;
811
}
812

813
.note-popover {
814
    position: absolute;
815
    z-index: 1060;
816
    display: block;
817
    font-size: 13px;
818
    font-family: sans-serif;
819
    display: none;
820
    background: #ffffff;
821
    border: 1px solid rgba(0, 0, 0, 0.2);
822
    border: 1px solid #ccc;
823
}
824
.note-popover.in {
825
    display: block;
826
}
827
.note-popover.top {
828
    margin-top: -10px;
829
    padding: 5px 0;
830
}
831
.note-popover.right {
832
    margin-left: 10px;
833
    padding: 0 5px;
834
}
835
.note-popover.bottom {
836
    margin-top: 10px;
837
    padding: 5px 0;
838
}
839
.note-popover.left {
840
    margin-left: -10px;
841
    padding: 0 5px;
842
}
843

844
.note-popover.bottom .note-popover-arrow {
845
    top: -11px;
846
    left: 20px;
847
    margin-left: -10px;
848
    border-top-width: 0;
849
    border-bottom-color: #999999;
850
    border-bottom-color: rgba(0, 0, 0, 0.25);
851
}
852
.note-popover.bottom .note-popover-arrow::after {
853
    top: 1px;
854
    margin-left: -10px;
855
    content: "\0020";
856
    border-top-width: 0;
857
    border-bottom-color: #fff;
858
}
859
.note-popover.top .note-popover-arrow {
860
    bottom: -11px;
861
    left: 20px;
862
    margin-left: -10px;
863
    border-bottom-width: 0;
864
    border-top-color: #999999;
865
    border-top-color: rgba(0, 0, 0, 0.25);
866
}
867
.note-popover.top .note-popover-arrow::after {
868
    bottom: 1px;
869
    margin-left: -10px;
870
    content: "\0020";
871
    border-bottom-width: 0;
872
    border-top-color: #fff;
873
}
874
.note-popover.right .note-popover-arrow {
875
    top: 50%;
876
    left: -11px;
877
    margin-top: -10px;
878
    border-left-width: 0;
879
    border-right-color: #999999;
880
    border-right-color: rgba(0, 0, 0, 0.25);
881
}
882
.note-popover.right .note-popover-arrow::after {
883
    left: 1px;
884
    margin-top: -10px;
885
    content: "\0020";
886
    border-left-width: 0;
887
    border-right-color: #fff;
888
}
889
.note-popover.left .note-popover-arrow {
890
    top: 50%;
891
    right: -11px;
892
    margin-top: -10px;
893
    border-right-width: 0;
894
    border-left-color: #999999;
895
    border-left-color: rgba(0, 0, 0, 0.25);
896
}
897
.note-popover.left .note-popover-arrow::after {
898
    right: 1px;
899
    margin-top: -10px;
900
    content: "\0020";
901
    border-right-width: 0;
902
    border-left-color: #fff;
903
}
904

905
.note-popover-arrow {
906
    position: absolute;
907
    width: 0;
908
    height: 0;
909
    border: 11px solid transparent;
910
}
911
.note-popover-arrow::after {
912
    position: absolute;
913
    display: block;
914
    width: 0;
915
    height: 0;
916
    border-color: transparent;
917
    border-style: solid;
918
    content: "\0020";
919
    border-width: 10px;
920
}
921

922
.note-popover-content {
923
    /*max-width: $popover-max-width;*/
924
    padding: 3px 8px;
925
    color: #000;
926
    text-align: center;
927
    background-color: #ffffff;
928
    min-width: 100px;
929
    min-height: 30px;
930
}
931

932
/* Theme Variables
933
 ------------------------------------------ */
934
/* Layout
935
 ------------------------------------------ */
936
.note-editor {
937
    position: relative;
938
}
939
.note-editor .note-dropzone {
940
    position: absolute;
941
    display: none;
942
    z-index: 100;
943
    color: lightskyblue;
944
    background-color: #fff;
945
    opacity: 0.95;
946
}
947
.note-editor .note-dropzone .note-dropzone-message {
948
    display: table-cell;
949
    vertical-align: middle;
950
    text-align: center;
951
    font-size: 28px;
952
    font-weight: 700;
953
}
954
.note-editor .note-dropzone.hover {
955
    color: #098ddf;
956
}
957
.note-editor.dragover .note-dropzone {
958
    display: table;
959
}
960
.note-editor .note-editing-area {
961
    position: relative;
962
}
963
.note-editor .note-editing-area .note-editable {
964
    outline: none;
965
}
966
.note-editor .note-editing-area .note-editable sup {
967
    vertical-align: super;
968
}
969
.note-editor .note-editing-area .note-editable sub {
970
    vertical-align: sub;
971
}
972
.note-editor .note-editing-area .note-editable img.note-float-left {
973
    margin-right: 10px;
974
}
975
.note-editor .note-editing-area .note-editable img.note-float-right {
976
    margin-left: 10px;
977
}
978

979
/* Frame mode layout
980
 ------------------------------------------ */
981
.note-editor.note-frame,
982
.note-editor.note-airframe {
983
    border: 1px solid #00000032;
984
}
985
.note-editor.note-frame.codeview .note-editing-area .note-editable,
986
.note-editor.note-airframe.codeview .note-editing-area .note-editable {
987
    display: none;
988
}
989
.note-editor.note-frame.codeview .note-editing-area .note-codable,
990
.note-editor.note-airframe.codeview .note-editing-area .note-codable {
991
    display: block;
992
}
993
.note-editor.note-frame .note-editing-area,
994
.note-editor.note-airframe .note-editing-area {
995
    overflow: hidden;
996
}
997
.note-editor.note-frame .note-editing-area .note-editable,
998
.note-editor.note-airframe .note-editing-area .note-editable {
999
    padding: 10px;
1000
    overflow: auto;
1001
    word-wrap: break-word;
1002
}
1003
.note-editor.note-frame .note-editing-area .note-editable[contenteditable=false],
1004
.note-editor.note-airframe .note-editing-area .note-editable[contenteditable=false] {
1005
    background-color: #8080801d;
1006
}
1007
.note-editor.note-frame .note-editing-area .note-codable,
1008
.note-editor.note-airframe .note-editing-area .note-codable {
1009
    display: none;
1010
    width: 100%;
1011
    padding: 10px;
1012
    border: none;
1013
    box-shadow: none;
1014
    font-family: Menlo, Monaco, monospace, sans-serif;
1015
    font-size: 14px;
1016
    color: #ccc;
1017
    background-color: #222;
1018
    resize: none;
1019
    outline: none;
1020
    -ms-box-sizing: border-box;
1021
    box-sizing: border-box;
1022
    border-radius: 0;
1023
    margin-bottom: 0;
1024
}
1025
.note-editor.note-frame.fullscreen,
1026
.note-editor.note-airframe.fullscreen {
1027
    position: fixed;
1028
    top: 0;
1029
    left: 0;
1030
    width: 100% !important;
1031
    z-index: 1050;
1032
}
1033
.note-editor.note-frame.fullscreen .note-resizebar,
1034
.note-editor.note-airframe.fullscreen .note-resizebar {
1035
    display: none;
1036
}
1037
.note-editor.note-frame .note-status-output,
1038
.note-editor.note-airframe .note-status-output {
1039
    display: block;
1040
    width: 100%;
1041
    font-size: 14px;
1042
    line-height: 1.42857143;
1043
    height: 20px;
1044
    margin-bottom: 0;
1045
    color: #000;
1046
    border: 0;
1047
    border-top: 1px solid #e2e2e2;
1048
}
1049
.note-editor.note-frame .note-status-output:empty,
1050
.note-editor.note-airframe .note-status-output:empty {
1051
    height: 0;
1052
    border-top: 0 solid transparent;
1053
}
1054
.note-editor.note-frame .note-status-output .pull-right,
1055
.note-editor.note-airframe .note-status-output .pull-right {
1056
    float: right !important;
1057
}
1058
.note-editor.note-frame .note-status-output .text-muted,
1059
.note-editor.note-airframe .note-status-output .text-muted {
1060
    color: #777;
1061
}
1062
.note-editor.note-frame .note-status-output .text-primary,
1063
.note-editor.note-airframe .note-status-output .text-primary {
1064
    color: #286090;
1065
}
1066
.note-editor.note-frame .note-status-output .text-success,
1067
.note-editor.note-airframe .note-status-output .text-success {
1068
    color: #3c763d;
1069
}
1070
.note-editor.note-frame .note-status-output .text-info,
1071
.note-editor.note-airframe .note-status-output .text-info {
1072
    color: #31708f;
1073
}
1074
.note-editor.note-frame .note-status-output .text-warning,
1075
.note-editor.note-airframe .note-status-output .text-warning {
1076
    color: #8a6d3b;
1077
}
1078
.note-editor.note-frame .note-status-output .text-danger,
1079
.note-editor.note-airframe .note-status-output .text-danger {
1080
    color: #a94442;
1081
}
1082
.note-editor.note-frame .note-status-output .alert,
1083
.note-editor.note-airframe .note-status-output .alert {
1084
    margin: -7px 0 0 0;
1085
    padding: 7px 10px 2px 10px;
1086
    border-radius: 0;
1087
    color: #000;
1088
    background-color: #f5f5f5;
1089
}
1090
.note-editor.note-frame .note-status-output .alert .note-icon,
1091
.note-editor.note-airframe .note-status-output .alert .note-icon {
1092
    margin-right: 5px;
1093
}
1094
.note-editor.note-frame .note-status-output .alert-success,
1095
.note-editor.note-airframe .note-status-output .alert-success {
1096
    color: #3c763d !important;
1097
    background-color: #dff0d8 !important;
1098
}
1099
.note-editor.note-frame .note-status-output .alert-info,
1100
.note-editor.note-airframe .note-status-output .alert-info {
1101
    color: #31708f !important;
1102
    background-color: #d9edf7 !important;
1103
}
1104
.note-editor.note-frame .note-status-output .alert-warning,
1105
.note-editor.note-airframe .note-status-output .alert-warning {
1106
    color: #8a6d3b !important;
1107
    background-color: #fcf8e3 !important;
1108
}
1109
.note-editor.note-frame .note-status-output .alert-danger,
1110
.note-editor.note-airframe .note-status-output .alert-danger {
1111
    color: #a94442 !important;
1112
    background-color: #f2dede !important;
1113
}
1114
.note-editor.note-frame .note-statusbar,
1115
.note-editor.note-airframe .note-statusbar {
1116
    background-color: #8080801d;
1117
    border-bottom-left-radius: 4px;
1118
    border-bottom-right-radius: 4px;
1119
    border-top: 1px solid #00000032;
1120
}
1121
.note-editor.note-frame .note-statusbar .note-resizebar,
1122
.note-editor.note-airframe .note-statusbar .note-resizebar {
1123
    padding-top: 1px;
1124
    height: 9px;
1125
    width: 100%;
1126
    cursor: ns-resize;
1127
}
1128
.note-editor.note-frame .note-statusbar .note-resizebar .note-icon-bar,
1129
.note-editor.note-airframe .note-statusbar .note-resizebar .note-icon-bar {
1130
    width: 20px;
1131
    margin: 1px auto;
1132
    border-top: 1px solid #00000032;
1133
}
1134
.note-editor.note-frame .note-statusbar.locked .note-resizebar,
1135
.note-editor.note-airframe .note-statusbar.locked .note-resizebar {
1136
    cursor: default;
1137
}
1138
.note-editor.note-frame .note-statusbar.locked .note-resizebar .note-icon-bar,
1139
.note-editor.note-airframe .note-statusbar.locked .note-resizebar .note-icon-bar {
1140
    display: none;
1141
}
1142
.note-editor.note-frame .note-placeholder,
1143
.note-editor.note-airframe .note-placeholder {
1144
    padding: 10px;
1145
}
1146

1147
.note-editor.note-airframe {
1148
    border: 0;
1149
}
1150
.note-editor.note-airframe .note-editing-area .note-editable {
1151
    padding: 0;
1152
}
1153

1154
/* Popover
1155
 ------------------------------------------ */
1156
.note-popover.popover {
1157
    display: none;
1158
    max-width: none;
1159
}
1160
.note-popover.popover .popover-content a {
1161
    display: inline-block;
1162
    max-width: 200px;
1163
    overflow: hidden;
1164
    text-overflow: ellipsis;
1165
    white-space: nowrap;
1166
    vertical-align: middle;
1167
}
1168
.note-popover.popover .arrow {
1169
    left: 20px !important;
1170
}
1171

1172
/* Popover and Toolbar (Button container)
1173
 ------------------------------------------ */
1174
.note-toolbar {
1175
    position: relative;
1176
}
1177

1178
.note-popover .popover-content, .note-editor .note-toolbar {
1179
    margin: 0;
1180
    padding: 0 0 5px 5px;
1181
}
1182
.note-popover .popover-content > .note-btn-group, .note-editor .note-toolbar > .note-btn-group {
1183
    margin-top: 5px;
1184
    margin-left: 0;
1185
    margin-right: 5px;
1186
}
1187
.note-popover .popover-content .note-btn-group .note-table, .note-editor .note-toolbar .note-btn-group .note-table {
1188
    min-width: 0;
1189
    padding: 5px;
1190
}
1191
.note-popover .popover-content .note-btn-group .note-table .note-dimension-picker, .note-editor .note-toolbar .note-btn-group .note-table .note-dimension-picker {
1192
    font-size: 18px;
1193
}
1194
.note-popover .popover-content .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher, .note-editor .note-toolbar .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher {
1195
    position: absolute !important;
1196
    z-index: 3;
1197
    width: 10em;
1198
    height: 10em;
1199
    cursor: pointer;
1200
}
1201
.note-popover .popover-content .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted, .note-editor .note-toolbar .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted {
1202
    position: relative !important;
1203
    z-index: 1;
1204
    width: 5em;
1205
    height: 5em;
1206
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIj4+Pjp6ekKlAqjAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKhmnaJzPAAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC") repeat;
1207
}
1208
.note-popover .popover-content .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted, .note-editor .note-toolbar .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted {
1209
    position: absolute !important;
1210
    z-index: 2;
1211
    width: 1em;
1212
    height: 1em;
1213
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIjd6vvD2f9LKLW+AAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKwNDEVT0AAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC") repeat;
1214
}
1215
.note-popover .popover-content .note-style .dropdown-style blockquote, .note-popover .popover-content .note-style .dropdown-style pre, .note-editor .note-toolbar .note-style .dropdown-style blockquote, .note-editor .note-toolbar .note-style .dropdown-style pre {
1216
    margin: 0;
1217
    padding: 5px 10px;
1218
}
1219
.note-popover .popover-content .note-style .dropdown-style h1, .note-popover .popover-content .note-style .dropdown-style h2, .note-popover .popover-content .note-style .dropdown-style h3, .note-popover .popover-content .note-style .dropdown-style h4, .note-popover .popover-content .note-style .dropdown-style h5, .note-popover .popover-content .note-style .dropdown-style h6, .note-popover .popover-content .note-style .dropdown-style p, .note-editor .note-toolbar .note-style .dropdown-style h1, .note-editor .note-toolbar .note-style .dropdown-style h2, .note-editor .note-toolbar .note-style .dropdown-style h3, .note-editor .note-toolbar .note-style .dropdown-style h4, .note-editor .note-toolbar .note-style .dropdown-style h5, .note-editor .note-toolbar .note-style .dropdown-style h6, .note-editor .note-toolbar .note-style .dropdown-style p {
1220
    margin: 0;
1221
    padding: 0;
1222
}
1223
.note-popover .popover-content .note-color-all .note-dropdown-menu, .note-editor .note-toolbar .note-color-all .note-dropdown-menu {
1224
    min-width: 337px;
1225
}
1226
.note-popover .popover-content .note-color .dropdown-toggle, .note-editor .note-toolbar .note-color .dropdown-toggle {
1227
    width: 20px;
1228
    padding-left: 5px;
1229
}
1230
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette, .note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette {
1231
    display: inline-block;
1232
    margin: 0;
1233
    width: 160px;
1234
}
1235
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette:first-child, .note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette:first-child {
1236
    margin: 0 5px;
1237
}
1238
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-palette-title, .note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-palette-title {
1239
    font-size: 12px;
1240
    margin: 2px 7px;
1241
    text-align: center;
1242
    border-bottom: 1px solid #eee;
1243
}
1244
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-reset,
1245
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-select, .note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-reset,
1246
.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-select {
1247
    font-size: 11px;
1248
    margin: 3px;
1249
    padding: 0 3px;
1250
    cursor: pointer;
1251
    width: 100%;
1252
    border-radius: 5px;
1253
}
1254
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-reset:hover,
1255
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-select:hover, .note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-reset:hover,
1256
.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-select:hover {
1257
    background: #eee;
1258
}
1259
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-row, .note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-row {
1260
    height: 20px;
1261
}
1262
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-select-btn, .note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-select-btn {
1263
    display: none;
1264
}
1265
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-holder-custom .note-color-btn, .note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-holder-custom .note-color-btn {
1266
    border: 1px solid #eee;
1267
}
1268
.note-popover .popover-content .note-para .note-dropdown-menu, .note-editor .note-toolbar .note-para .note-dropdown-menu {
1269
    min-width: 228px;
1270
    padding: 5px;
1271
}
1272
.note-popover .popover-content .note-para .note-dropdown-menu > div + div, .note-editor .note-toolbar .note-para .note-dropdown-menu > div + div {
1273
    margin-left: 5px;
1274
}
1275
.note-popover .popover-content .note-dropdown-menu, .note-editor .note-toolbar .note-dropdown-menu {
1276
    min-width: 160px;
1277
}
1278
.note-popover .popover-content .note-dropdown-menu.right, .note-editor .note-toolbar .note-dropdown-menu.right {
1279
    right: 0;
1280
    left: auto;
1281
}
1282
.note-popover .popover-content .note-dropdown-menu.right::before, .note-editor .note-toolbar .note-dropdown-menu.right::before {
1283
    right: 9px;
1284
    left: auto !important;
1285
}
1286
.note-popover .popover-content .note-dropdown-menu.right::after, .note-editor .note-toolbar .note-dropdown-menu.right::after {
1287
    right: 10px;
1288
    left: auto !important;
1289
}
1290
.note-popover .popover-content .note-dropdown-menu.note-check a i, .note-editor .note-toolbar .note-dropdown-menu.note-check a i {
1291
    color: deepskyblue;
1292
    visibility: hidden;
1293
}
1294
.note-popover .popover-content .note-dropdown-menu.note-check a.checked i, .note-editor .note-toolbar .note-dropdown-menu.note-check a.checked i {
1295
    visibility: visible;
1296
}
1297
.note-popover .popover-content .note-fontsize-10, .note-editor .note-toolbar .note-fontsize-10 {
1298
    font-size: 10px;
1299
}
1300
.note-popover .popover-content .note-color-palette, .note-editor .note-toolbar .note-color-palette {
1301
    line-height: 1;
1302
}
1303
.note-popover .popover-content .note-color-palette div .note-color-btn, .note-editor .note-toolbar .note-color-palette div .note-color-btn {
1304
    width: 20px;
1305
    height: 20px;
1306
    padding: 0;
1307
    margin: 0;
1308
    border: 0;
1309
    border-radius: 0;
1310
}
1311
.note-popover .popover-content .note-color-palette div .note-color-btn:hover, .note-editor .note-toolbar .note-color-palette div .note-color-btn:hover {
1312
    transform: scale(1.2);
1313
    transition: all 0.2s;
1314
}
1315

1316
/* Dialog
1317
 ------------------------------------------ */
1318
.note-modal .modal-dialog {
1319
    outline: 0;
1320
    border-radius: 5px;
1321
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
1322
}
1323
.note-modal .form-group {
1324
    margin-left: 0;
1325
    margin-right: 0;
1326
}
1327
.note-modal .note-modal-form {
1328
    margin: 0;
1329
}
1330
.note-modal .note-image-dialog .note-dropzone {
1331
    min-height: 100px;
1332
    font-size: 30px;
1333
    line-height: 4;
1334
    color: lightgray;
1335
    text-align: center;
1336
    border: 4px dashed lightgray;
1337
    margin-bottom: 10px;
1338
}
1339
@-moz-document url-prefix() {
1340
    .note-modal .note-image-input {
1341
        height: auto;
1342
    }
1343
}
1344

1345
/* Placeholder
1346
 ------------------------------------------ */
1347
.note-placeholder {
1348
    position: absolute;
1349
    display: none;
1350
    color: gray;
1351
}
1352

1353
/* Handle
1354
 ------------------------------------------ */
1355
.note-handle .note-control-selection {
1356
    position: absolute;
1357
    display: none;
1358
    border: 1px solid #000;
1359
}
1360
.note-handle .note-control-selection > div {
1361
    position: absolute;
1362
}
1363
.note-handle .note-control-selection .note-control-selection-bg {
1364
    width: 100%;
1365
    height: 100%;
1366
    background-color: #000;
1367
    -webkit-opacity: 0.3;
1368
    -khtml-opacity: 0.3;
1369
    -moz-opacity: 0.3;
1370
    opacity: 0.3;
1371
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
1372
    filter: alpha(opacity=30);
1373
}
1374
.note-handle .note-control-selection .note-control-handle, .note-handle .note-control-selection .note-control-sizing, .note-handle .note-control-selection .note-control-holder {
1375
    width: 7px;
1376
    height: 7px;
1377
    border: 1px solid #000;
1378
}
1379
.note-handle .note-control-selection .note-control-sizing {
1380
    background-color: #000;
1381
}
1382
.note-handle .note-control-selection .note-control-nw {
1383
    top: -5px;
1384
    left: -5px;
1385
    border-right: none;
1386
    border-bottom: none;
1387
}
1388
.note-handle .note-control-selection .note-control-ne {
1389
    top: -5px;
1390
    right: -5px;
1391
    border-bottom: none;
1392
    border-left: none;
1393
}
1394
.note-handle .note-control-selection .note-control-sw {
1395
    bottom: -5px;
1396
    left: -5px;
1397
    border-top: none;
1398
    border-right: none;
1399
}
1400
.note-handle .note-control-selection .note-control-se {
1401
    right: -5px;
1402
    bottom: -5px;
1403
    cursor: se-resize;
1404
}
1405
.note-handle .note-control-selection .note-control-se.note-control-holder {
1406
    cursor: default;
1407
    border-top: none;
1408
    border-left: none;
1409
}
1410
.note-handle .note-control-selection .note-control-selection-info {
1411
    right: 0;
1412
    bottom: 0;
1413
    padding: 5px;
1414
    margin: 5px;
1415
    color: #fff;
1416
    background-color: #000;
1417
    font-size: 12px;
1418
    border-radius: 5px;
1419
    -webkit-opacity: 0.7;
1420
    -khtml-opacity: 0.7;
1421
    -moz-opacity: 0.7;
1422
    opacity: 0.7;
1423
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
1424
    filter: alpha(opacity=70);
1425
}
1426

1427
.note-hint-popover {
1428
    min-width: 100px;
1429
    padding: 2px;
1430
}
1431
.note-hint-popover .popover-content {
1432
    padding: 3px;
1433
    max-height: 150px;
1434
    overflow: auto;
1435
}
1436
.note-hint-popover .popover-content .note-hint-group .note-hint-item {
1437
    display: block !important;
1438
    padding: 3px;
1439
}
1440
.note-hint-popover .popover-content .note-hint-group .note-hint-item.active, .note-hint-popover .popover-content .note-hint-group .note-hint-item:hover {
1441
    display: block;
1442
    clear: both;
1443
    font-weight: 400;
1444
    line-height: 1.4;
1445
    color: white;
1446
    white-space: nowrap;
1447
    text-decoration: none;
1448
    background-color: #428bca;
1449
    outline: 0;
1450
    cursor: pointer;
1451
}
1452

1453
/* Handle
1454
 ------------------------------------------ */
1455
html .note-fullscreen-body, body .note-fullscreen-body {
1456
    overflow: hidden !important;
1457
}
1458

1459
.note-editor .note-editing-area .note-editable table {
1460
    width: 100%;
1461
    border-collapse: collapse;
1462
}
1463
.note-editor .note-editing-area .note-editable table td, .note-editor .note-editing-area .note-editable table th {
1464
    border: 1px solid #ececec;
1465
    padding: 5px 3px;
1466
}
1467
.note-editor .note-editing-area .note-editable a {
1468
    background-color: inherit;
1469
    text-decoration: inherit;
1470
    font-family: inherit;
1471
    font-weight: inherit;
1472
    color: #337ab7;
1473
}
1474
.note-editor .note-editing-area .note-editable a:hover,
1475
.note-editor .note-editing-area .note-editable a:focus {
1476
    color: #23527c;
1477
    text-decoration: underline;
1478
    outline: 0;
1479
}
1480
.note-editor .note-editing-area .note-editable figure {
1481
    margin: 0;
1482
}
1483

1484
/* Dialog
1485
 ------------------------------------------*/
1486
.note-modal .note-modal-body label {
1487
    margin-bottom: 2px;
1488
    padding: 2px 5px;
1489
    display: inline-block;
1490
}
1491
.note-modal .note-modal-body .help-list-item:hover {
1492
    background-color: #e0e0e0;
1493
}
1494
@-moz-document url-prefix() {
1495
    .note-modal .note-image-input {
1496
        height: auto;
1497
    }
1498
}
1499

1500
.help-list-item label {
1501
    margin-bottom: 5px;
1502
    display: inline-block;
1503
}
1504

1505
/*# sourceMappingURL=summernote-lite.css.map*/

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.