glebtv-ckeditor 4.3.2.6 → 4.4.3.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/controllers/ckeditor/application_controller.rb +5 -1
- data/lib/ckeditor/version.rb +2 -1
- data/lib/glebtv-ckeditor.rb +0 -0
- data/vendor/assets/javascripts/ckeditor/build-config.js +14 -68
- data/vendor/assets/javascripts/ckeditor/ckeditor.js +737 -713
- data/vendor/assets/javascripts/ckeditor/config.js +1 -1
- data/vendor/assets/javascripts/ckeditor/lang/en.js +1 -1
- data/vendor/assets/javascripts/ckeditor/lang/ru.js +1 -1
- data/vendor/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/a11yhelp.js +1 -1
- data/vendor/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/ru.js +3 -3
- data/vendor/assets/javascripts/ckeditor/plugins/about/dialogs/about.js +2 -2
- data/vendor/assets/javascripts/ckeditor/plugins/codemirror/css/codemirror.min.css +1 -1
- data/vendor/assets/javascripts/ckeditor/plugins/codemirror/icons/autocomplete.png +0 -0
- data/vendor/assets/javascripts/ckeditor/plugins/codemirror/icons/autoformat.png +0 -0
- data/vendor/assets/javascripts/ckeditor/plugins/codemirror/icons/commentselectedrange.png +0 -0
- data/vendor/assets/javascripts/ckeditor/plugins/codemirror/icons/searchcode.png +0 -0
- data/vendor/assets/javascripts/ckeditor/plugins/codemirror/icons/uncommentselectedrange.png +0 -0
- data/vendor/assets/javascripts/ckeditor/plugins/codemirror/js/beautify.min.js +1 -1
- data/vendor/assets/javascripts/ckeditor/plugins/codemirror/js/codemirror.addons.min.js +1 -1
- data/vendor/assets/javascripts/ckeditor/plugins/codemirror/js/codemirror.addons.search.min.js +1 -1
- data/vendor/assets/javascripts/ckeditor/plugins/codemirror/js/codemirror.min.js +1 -1
- data/vendor/assets/javascripts/ckeditor/plugins/codemirror/js/codemirror.mode.bbcode.min.js +1 -0
- data/vendor/assets/javascripts/ckeditor/plugins/codemirror/js/codemirror.mode.bbcodemixed.min.js +1 -0
- data/vendor/assets/javascripts/ckeditor/plugins/codemirror/js/codemirror.mode.htmlmixed.min.js +1 -1
- data/vendor/assets/javascripts/ckeditor/plugins/codemirror/js/codemirror.mode.javascript.min.js +1 -1
- data/vendor/assets/javascripts/ckeditor/plugins/codemirror/js/codemirror.mode.php.min.js +1 -1
- data/vendor/assets/javascripts/ckeditor/plugins/codemirror/plugin.js +125 -35
- data/vendor/assets/javascripts/ckeditor/plugins/codemirror/theme/3024-day.css +34 -34
- data/vendor/assets/javascripts/ckeditor/plugins/codemirror/theme/3024-night.css +34 -34
- data/vendor/assets/javascripts/ckeditor/plugins/codemirror/theme/ambiance-mobile.css +5 -5
- data/vendor/assets/javascripts/ckeditor/plugins/codemirror/theme/ambiance.css +74 -75
- data/vendor/assets/javascripts/ckeditor/plugins/codemirror/theme/base16-dark.css +34 -34
- data/vendor/assets/javascripts/ckeditor/plugins/codemirror/theme/base16-light.css +34 -34
- data/vendor/assets/javascripts/ckeditor/plugins/codemirror/theme/blackboard.css +27 -27
- data/vendor/assets/javascripts/ckeditor/plugins/codemirror/theme/cobalt.css +21 -21
- data/vendor/assets/javascripts/ckeditor/plugins/codemirror/theme/eclipse.css +23 -23
- data/vendor/assets/javascripts/ckeditor/plugins/codemirror/theme/elegant.css +13 -13
- data/vendor/assets/javascripts/ckeditor/plugins/codemirror/theme/erlang-dark.css +30 -30
- data/vendor/assets/javascripts/ckeditor/plugins/codemirror/theme/lesser-dark.css +43 -47
- data/vendor/assets/javascripts/ckeditor/plugins/codemirror/theme/mbo.css +37 -37
- data/vendor/assets/javascripts/ckeditor/plugins/codemirror/theme/mdn-like.css +44 -0
- data/vendor/assets/javascripts/ckeditor/plugins/codemirror/theme/midnight.css +43 -43
- data/vendor/assets/javascripts/ckeditor/plugins/codemirror/theme/monokai.css +29 -29
- data/vendor/assets/javascripts/ckeditor/plugins/codemirror/theme/neat.css +12 -12
- data/vendor/assets/javascripts/ckeditor/plugins/codemirror/theme/neo.css +40 -0
- data/vendor/assets/javascripts/ckeditor/plugins/codemirror/theme/night.css +24 -24
- data/vendor/assets/javascripts/ckeditor/plugins/codemirror/theme/paraiso-dark.css +34 -34
- data/vendor/assets/javascripts/ckeditor/plugins/codemirror/theme/paraiso-light.css +34 -34
- data/vendor/assets/javascripts/ckeditor/plugins/codemirror/theme/pastel-on-dark.css +48 -0
- data/vendor/assets/javascripts/ckeditor/plugins/codemirror/theme/rubyblue.css +21 -23
- data/vendor/assets/javascripts/ckeditor/plugins/codemirror/theme/solarized.css +167 -180
- data/vendor/assets/javascripts/ckeditor/plugins/codemirror/theme/the-matrix.css +26 -26
- data/vendor/assets/javascripts/ckeditor/plugins/codemirror/theme/tomorrow-night-eighties.css +34 -34
- data/vendor/assets/javascripts/ckeditor/plugins/codemirror/theme/twilight.css +28 -28
- data/vendor/assets/javascripts/ckeditor/plugins/codemirror/theme/vibrant-ink.css +30 -30
- data/vendor/assets/javascripts/ckeditor/plugins/codemirror/theme/xq-dark.css +48 -48
- data/vendor/assets/javascripts/ckeditor/plugins/codemirror/theme/xq-light.css +42 -42
- data/vendor/assets/javascripts/ckeditor/plugins/colordialog/dialogs/colordialog.js +1 -1
- data/vendor/assets/javascripts/ckeditor/plugins/div/dialogs/div.js +8 -8
- data/vendor/assets/javascripts/ckeditor/plugins/find/dialogs/find.js +1 -1
- data/vendor/assets/javascripts/ckeditor/plugins/flash/dialogs/flash.js +7 -7
- data/vendor/assets/javascripts/ckeditor/plugins/forms/dialogs/radio.js +2 -2
- data/vendor/assets/javascripts/ckeditor/plugins/icons.png +0 -0
- data/vendor/assets/javascripts/ckeditor/plugins/image/dialogs/image.js +27 -27
- data/vendor/assets/javascripts/ckeditor/plugins/link/dialogs/anchor.js +3 -4
- data/vendor/assets/javascripts/ckeditor/plugins/link/dialogs/link.js +22 -33
- data/vendor/assets/javascripts/ckeditor/plugins/preview/preview.html +8 -5
- data/vendor/assets/javascripts/ckeditor/plugins/scayt/README.md +1 -1
- data/vendor/assets/javascripts/ckeditor/plugins/scayt/dialogs/options.js +17 -20
- data/vendor/assets/javascripts/ckeditor/plugins/stylesheetparser/plugin.js +163 -152
- data/vendor/assets/javascripts/ckeditor/plugins/tabletools/dialogs/tableCell.js +13 -12
- data/vendor/assets/javascripts/ckeditor/plugins/templates/dialogs/templates.css +5 -5
- data/vendor/assets/javascripts/ckeditor/plugins/wordcount/plugin.js +44 -36
- data/vendor/assets/javascripts/ckeditor/plugins/wsc/dialogs/ciframe.html +1 -1
- data/vendor/assets/javascripts/ckeditor/plugins/wsc/dialogs/tmpFrameset.html +1 -1
- data/vendor/assets/javascripts/ckeditor/plugins/wsc/dialogs/wsc.css +1 -1
- data/vendor/assets/javascripts/ckeditor/plugins/wsc/dialogs/wsc.js +65 -58
- data/vendor/assets/javascripts/ckeditor/plugins/wsc/dialogs/wsc_ie.js +1 -1
- data/vendor/assets/javascripts/ckeditor/plugins/youtube/lang/en.js +0 -0
- data/vendor/assets/javascripts/ckeditor/plugins/youtube/lang/ru.js +0 -0
- data/vendor/assets/javascripts/ckeditor/plugins/youtube/plugin.js +364 -362
- data/vendor/assets/javascripts/ckeditor/skins/moono/dialog.css.scss +16 -13
- data/vendor/assets/javascripts/ckeditor/skins/moono/dialog_ie.css.scss +16 -13
- data/vendor/assets/javascripts/ckeditor/skins/moono/dialog_ie7.css.scss +16 -13
- data/vendor/assets/javascripts/ckeditor/skins/moono/dialog_ie8.css.scss +16 -13
- data/vendor/assets/javascripts/ckeditor/skins/moono/dialog_iequirks.css.scss +16 -13
- data/vendor/assets/javascripts/ckeditor/skins/moono/editor.css.scss +23 -15
- data/vendor/assets/javascripts/ckeditor/skins/moono/editor_gecko.css.scss +23 -15
- data/vendor/assets/javascripts/ckeditor/skins/moono/editor_ie.css.scss +23 -15
- data/vendor/assets/javascripts/ckeditor/skins/moono/editor_ie7.css.scss +23 -15
- data/vendor/assets/javascripts/ckeditor/skins/moono/editor_ie8.css.scss +23 -15
- data/vendor/assets/javascripts/ckeditor/skins/moono/editor_iequirks.css.scss +23 -15
- data/vendor/assets/javascripts/ckeditor/skins/moono/icons.png +0 -0
- metadata +12 -11
- data/vendor/assets/javascripts/ckeditor/CHANGES.md +0 -414
- data/vendor/assets/javascripts/ckeditor/plugins/codemirror/icons/AutoComplete.png +0 -0
- data/vendor/assets/javascripts/ckeditor/plugins/codemirror/icons/AutoFormat.png +0 -0
- data/vendor/assets/javascripts/ckeditor/plugins/codemirror/icons/CommentSelectedRange.png +0 -0
- data/vendor/assets/javascripts/ckeditor/plugins/codemirror/icons/SearchCode.png +0 -0
- data/vendor/assets/javascripts/ckeditor/plugins/codemirror/icons/UncommentSelectedRange.png +0 -0
- data/vendor/assets/javascripts/ckeditor/plugins/fakeobjects/images/spacer.gif +0 -0
- data/vendor/assets/javascripts/ckeditor/plugins/wsc/dialogs/tmp.html +0 -118
- data/vendor/assets/javascripts/ckeditor/skins/moono/dialog_opera.css.scss +0 -781
@@ -331,6 +331,7 @@ For licensing, see LICENSE.md or http://ckeditor.com/license
|
|
331
331
|
}
|
332
332
|
|
333
333
|
.cke_panel_grouptitle {
|
334
|
+
cursor: default;
|
334
335
|
font-size: 11px;
|
335
336
|
font-weight: bold;
|
336
337
|
white-space: nowrap;
|
@@ -464,18 +465,6 @@ a {
|
|
464
465
|
}
|
465
466
|
|
466
467
|
.cke_rtl .cke_toolgroup {
|
467
|
-
* {
|
468
|
-
&:first-child {
|
469
|
-
-moz-border-radius: 0 2px 2px 0;
|
470
|
-
-webkit-border-radius: 0 2px 2px 0;
|
471
|
-
border-radius: 0 2px 2px 0;
|
472
|
-
}
|
473
|
-
&:last-child {
|
474
|
-
-moz-border-radius: 2px 0 0 2px;
|
475
|
-
-webkit-border-radius: 2px 0 0 2px;
|
476
|
-
border-radius: 2px 0 0 2px;
|
477
|
-
}
|
478
|
-
}
|
479
468
|
float: right;
|
480
469
|
margin-left: 6px;
|
481
470
|
margin-right: 0;
|
@@ -491,7 +480,24 @@ a.cke_button {
|
|
491
480
|
border: 0;
|
492
481
|
}
|
493
482
|
|
483
|
+
.cke_ltr .cke_button:last-child, .cke_rtl .cke_button:first-child {
|
484
|
+
-moz-border-radius: 0 2px 2px 0;
|
485
|
+
-webkit-border-radius: 0 2px 2px 0;
|
486
|
+
border-radius: 0 2px 2px 0;
|
487
|
+
}
|
488
|
+
|
489
|
+
.cke_ltr .cke_button:first-child {
|
490
|
+
-moz-border-radius: 2px 0 0 2px;
|
491
|
+
-webkit-border-radius: 2px 0 0 2px;
|
492
|
+
border-radius: 2px 0 0 2px;
|
493
|
+
}
|
494
|
+
|
494
495
|
.cke_rtl .cke_button {
|
496
|
+
&:last-child {
|
497
|
+
-moz-border-radius: 2px 0 0 2px;
|
498
|
+
-webkit-border-radius: 2px 0 0 2px;
|
499
|
+
border-radius: 2px 0 0 2px;
|
500
|
+
}
|
495
501
|
float: right;
|
496
502
|
}
|
497
503
|
|
@@ -664,9 +670,9 @@ a {
|
|
664
670
|
|
665
671
|
.cke_rtl .cke_toolbar_separator {
|
666
672
|
float: right;
|
667
|
-
-webkit-box-shadow: -1px 0 1px rgba(255, 255, 255, 0.1);
|
668
|
-
-moz-box-shadow: -1px 0 1px rgba(255, 255, 255, 0.1);
|
669
|
-
box-shadow: -1px 0 1px rgba(255, 255, 255, 0.1);
|
673
|
+
-webkit-box-shadow: (-1px) 0 1px rgba(255, 255, 255, 0.1);
|
674
|
+
-moz-box-shadow: (-1px) 0 1px rgba(255, 255, 255, 0.1);
|
675
|
+
box-shadow: (-1px) 0 1px rgba(255, 255, 255, 0.1);
|
670
676
|
}
|
671
677
|
|
672
678
|
.cke_hc .cke_toolbar_separator {
|
@@ -900,6 +906,7 @@ a {
|
|
900
906
|
}
|
901
907
|
|
902
908
|
.cke_combo_button {
|
909
|
+
cursor: default;
|
903
910
|
display: inline-block;
|
904
911
|
float: left;
|
905
912
|
margin: 0 6px 5px 0;
|
@@ -1030,6 +1037,7 @@ a {
|
|
1030
1037
|
}
|
1031
1038
|
|
1032
1039
|
.cke_combo_arrow {
|
1040
|
+
cursor: default;
|
1033
1041
|
margin: 11px 0 0;
|
1034
1042
|
float: left;
|
1035
1043
|
height: 0;
|
@@ -331,6 +331,7 @@ For licensing, see LICENSE.md or http://ckeditor.com/license
|
|
331
331
|
}
|
332
332
|
|
333
333
|
.cke_panel_grouptitle {
|
334
|
+
cursor: default;
|
334
335
|
font-size: 11px;
|
335
336
|
font-weight: bold;
|
336
337
|
white-space: nowrap;
|
@@ -464,18 +465,6 @@ a {
|
|
464
465
|
}
|
465
466
|
|
466
467
|
.cke_rtl .cke_toolgroup {
|
467
|
-
* {
|
468
|
-
&:first-child {
|
469
|
-
-moz-border-radius: 0 2px 2px 0;
|
470
|
-
-webkit-border-radius: 0 2px 2px 0;
|
471
|
-
border-radius: 0 2px 2px 0;
|
472
|
-
}
|
473
|
-
&:last-child {
|
474
|
-
-moz-border-radius: 2px 0 0 2px;
|
475
|
-
-webkit-border-radius: 2px 0 0 2px;
|
476
|
-
border-radius: 2px 0 0 2px;
|
477
|
-
}
|
478
|
-
}
|
479
468
|
float: right;
|
480
469
|
margin-left: 6px;
|
481
470
|
margin-right: 0;
|
@@ -491,7 +480,24 @@ a.cke_button {
|
|
491
480
|
border: 0;
|
492
481
|
}
|
493
482
|
|
483
|
+
.cke_ltr .cke_button:last-child, .cke_rtl .cke_button:first-child {
|
484
|
+
-moz-border-radius: 0 2px 2px 0;
|
485
|
+
-webkit-border-radius: 0 2px 2px 0;
|
486
|
+
border-radius: 0 2px 2px 0;
|
487
|
+
}
|
488
|
+
|
489
|
+
.cke_ltr .cke_button:first-child {
|
490
|
+
-moz-border-radius: 2px 0 0 2px;
|
491
|
+
-webkit-border-radius: 2px 0 0 2px;
|
492
|
+
border-radius: 2px 0 0 2px;
|
493
|
+
}
|
494
|
+
|
494
495
|
.cke_rtl .cke_button {
|
496
|
+
&:last-child {
|
497
|
+
-moz-border-radius: 2px 0 0 2px;
|
498
|
+
-webkit-border-radius: 2px 0 0 2px;
|
499
|
+
border-radius: 2px 0 0 2px;
|
500
|
+
}
|
495
501
|
float: right;
|
496
502
|
}
|
497
503
|
|
@@ -664,9 +670,9 @@ a {
|
|
664
670
|
|
665
671
|
.cke_rtl .cke_toolbar_separator {
|
666
672
|
float: right;
|
667
|
-
-webkit-box-shadow: -1px 0 1px rgba(255, 255, 255, 0.1);
|
668
|
-
-moz-box-shadow: -1px 0 1px rgba(255, 255, 255, 0.1);
|
669
|
-
box-shadow: -1px 0 1px rgba(255, 255, 255, 0.1);
|
673
|
+
-webkit-box-shadow: (-1px) 0 1px rgba(255, 255, 255, 0.1);
|
674
|
+
-moz-box-shadow: (-1px) 0 1px rgba(255, 255, 255, 0.1);
|
675
|
+
box-shadow: (-1px) 0 1px rgba(255, 255, 255, 0.1);
|
670
676
|
}
|
671
677
|
|
672
678
|
.cke_hc .cke_toolbar_separator {
|
@@ -900,6 +906,7 @@ a {
|
|
900
906
|
}
|
901
907
|
|
902
908
|
.cke_combo_button {
|
909
|
+
cursor: default;
|
903
910
|
display: inline-block;
|
904
911
|
float: left;
|
905
912
|
margin: 0 6px 5px 0;
|
@@ -1030,6 +1037,7 @@ a {
|
|
1030
1037
|
}
|
1031
1038
|
|
1032
1039
|
.cke_combo_arrow {
|
1040
|
+
cursor: default;
|
1033
1041
|
margin: 11px 0 0;
|
1034
1042
|
float: left;
|
1035
1043
|
height: 0;
|
@@ -331,6 +331,7 @@ For licensing, see LICENSE.md or http://ckeditor.com/license
|
|
331
331
|
}
|
332
332
|
|
333
333
|
.cke_panel_grouptitle {
|
334
|
+
cursor: default;
|
334
335
|
font-size: 11px;
|
335
336
|
font-weight: bold;
|
336
337
|
white-space: nowrap;
|
@@ -464,18 +465,6 @@ a {
|
|
464
465
|
}
|
465
466
|
|
466
467
|
.cke_rtl .cke_toolgroup {
|
467
|
-
* {
|
468
|
-
&:first-child {
|
469
|
-
-moz-border-radius: 0 2px 2px 0;
|
470
|
-
-webkit-border-radius: 0 2px 2px 0;
|
471
|
-
border-radius: 0 2px 2px 0;
|
472
|
-
}
|
473
|
-
&:last-child {
|
474
|
-
-moz-border-radius: 2px 0 0 2px;
|
475
|
-
-webkit-border-radius: 2px 0 0 2px;
|
476
|
-
border-radius: 2px 0 0 2px;
|
477
|
-
}
|
478
|
-
}
|
479
468
|
float: right;
|
480
469
|
margin-left: 6px;
|
481
470
|
margin-right: 0;
|
@@ -491,7 +480,24 @@ a.cke_button {
|
|
491
480
|
border: 0;
|
492
481
|
}
|
493
482
|
|
483
|
+
.cke_ltr .cke_button:last-child, .cke_rtl .cke_button:first-child {
|
484
|
+
-moz-border-radius: 0 2px 2px 0;
|
485
|
+
-webkit-border-radius: 0 2px 2px 0;
|
486
|
+
border-radius: 0 2px 2px 0;
|
487
|
+
}
|
488
|
+
|
489
|
+
.cke_ltr .cke_button:first-child {
|
490
|
+
-moz-border-radius: 2px 0 0 2px;
|
491
|
+
-webkit-border-radius: 2px 0 0 2px;
|
492
|
+
border-radius: 2px 0 0 2px;
|
493
|
+
}
|
494
|
+
|
494
495
|
.cke_rtl .cke_button {
|
496
|
+
&:last-child {
|
497
|
+
-moz-border-radius: 2px 0 0 2px;
|
498
|
+
-webkit-border-radius: 2px 0 0 2px;
|
499
|
+
border-radius: 2px 0 0 2px;
|
500
|
+
}
|
495
501
|
float: right;
|
496
502
|
}
|
497
503
|
|
@@ -664,9 +670,9 @@ a {
|
|
664
670
|
|
665
671
|
.cke_rtl .cke_toolbar_separator {
|
666
672
|
float: right;
|
667
|
-
-webkit-box-shadow: -1px 0 1px rgba(255, 255, 255, 0.1);
|
668
|
-
-moz-box-shadow: -1px 0 1px rgba(255, 255, 255, 0.1);
|
669
|
-
box-shadow: -1px 0 1px rgba(255, 255, 255, 0.1);
|
673
|
+
-webkit-box-shadow: (-1px) 0 1px rgba(255, 255, 255, 0.1);
|
674
|
+
-moz-box-shadow: (-1px) 0 1px rgba(255, 255, 255, 0.1);
|
675
|
+
box-shadow: (-1px) 0 1px rgba(255, 255, 255, 0.1);
|
670
676
|
}
|
671
677
|
|
672
678
|
.cke_hc .cke_toolbar_separator {
|
@@ -900,6 +906,7 @@ a {
|
|
900
906
|
}
|
901
907
|
|
902
908
|
.cke_combo_button {
|
909
|
+
cursor: default;
|
903
910
|
display: inline-block;
|
904
911
|
float: left;
|
905
912
|
margin: 0 6px 5px 0;
|
@@ -1030,6 +1037,7 @@ a {
|
|
1030
1037
|
}
|
1031
1038
|
|
1032
1039
|
.cke_combo_arrow {
|
1040
|
+
cursor: default;
|
1033
1041
|
margin: 11px 0 0;
|
1034
1042
|
float: left;
|
1035
1043
|
height: 0;
|
@@ -331,6 +331,7 @@ For licensing, see LICENSE.md or http://ckeditor.com/license
|
|
331
331
|
}
|
332
332
|
|
333
333
|
.cke_panel_grouptitle {
|
334
|
+
cursor: default;
|
334
335
|
font-size: 11px;
|
335
336
|
font-weight: bold;
|
336
337
|
white-space: nowrap;
|
@@ -464,18 +465,6 @@ a {
|
|
464
465
|
}
|
465
466
|
|
466
467
|
.cke_rtl .cke_toolgroup {
|
467
|
-
* {
|
468
|
-
&:first-child {
|
469
|
-
-moz-border-radius: 0 2px 2px 0;
|
470
|
-
-webkit-border-radius: 0 2px 2px 0;
|
471
|
-
border-radius: 0 2px 2px 0;
|
472
|
-
}
|
473
|
-
&:last-child {
|
474
|
-
-moz-border-radius: 2px 0 0 2px;
|
475
|
-
-webkit-border-radius: 2px 0 0 2px;
|
476
|
-
border-radius: 2px 0 0 2px;
|
477
|
-
}
|
478
|
-
}
|
479
468
|
float: right;
|
480
469
|
margin-left: 6px;
|
481
470
|
margin-right: 0;
|
@@ -491,7 +480,24 @@ a.cke_button {
|
|
491
480
|
border: 0;
|
492
481
|
}
|
493
482
|
|
483
|
+
.cke_ltr .cke_button:last-child, .cke_rtl .cke_button:first-child {
|
484
|
+
-moz-border-radius: 0 2px 2px 0;
|
485
|
+
-webkit-border-radius: 0 2px 2px 0;
|
486
|
+
border-radius: 0 2px 2px 0;
|
487
|
+
}
|
488
|
+
|
489
|
+
.cke_ltr .cke_button:first-child {
|
490
|
+
-moz-border-radius: 2px 0 0 2px;
|
491
|
+
-webkit-border-radius: 2px 0 0 2px;
|
492
|
+
border-radius: 2px 0 0 2px;
|
493
|
+
}
|
494
|
+
|
494
495
|
.cke_rtl .cke_button {
|
496
|
+
&:last-child {
|
497
|
+
-moz-border-radius: 2px 0 0 2px;
|
498
|
+
-webkit-border-radius: 2px 0 0 2px;
|
499
|
+
border-radius: 2px 0 0 2px;
|
500
|
+
}
|
495
501
|
float: right;
|
496
502
|
}
|
497
503
|
|
@@ -664,9 +670,9 @@ a {
|
|
664
670
|
|
665
671
|
.cke_rtl .cke_toolbar_separator {
|
666
672
|
float: right;
|
667
|
-
-webkit-box-shadow: -1px 0 1px rgba(255, 255, 255, 0.1);
|
668
|
-
-moz-box-shadow: -1px 0 1px rgba(255, 255, 255, 0.1);
|
669
|
-
box-shadow: -1px 0 1px rgba(255, 255, 255, 0.1);
|
673
|
+
-webkit-box-shadow: (-1px) 0 1px rgba(255, 255, 255, 0.1);
|
674
|
+
-moz-box-shadow: (-1px) 0 1px rgba(255, 255, 255, 0.1);
|
675
|
+
box-shadow: (-1px) 0 1px rgba(255, 255, 255, 0.1);
|
670
676
|
}
|
671
677
|
|
672
678
|
.cke_hc .cke_toolbar_separator {
|
@@ -900,6 +906,7 @@ a {
|
|
900
906
|
}
|
901
907
|
|
902
908
|
.cke_combo_button {
|
909
|
+
cursor: default;
|
903
910
|
display: inline-block;
|
904
911
|
float: left;
|
905
912
|
margin: 0 6px 5px 0;
|
@@ -1030,6 +1037,7 @@ a {
|
|
1030
1037
|
}
|
1031
1038
|
|
1032
1039
|
.cke_combo_arrow {
|
1040
|
+
cursor: default;
|
1033
1041
|
margin: 11px 0 0;
|
1034
1042
|
float: left;
|
1035
1043
|
height: 0;
|
@@ -331,6 +331,7 @@ For licensing, see LICENSE.md or http://ckeditor.com/license
|
|
331
331
|
}
|
332
332
|
|
333
333
|
.cke_panel_grouptitle {
|
334
|
+
cursor: default;
|
334
335
|
font-size: 11px;
|
335
336
|
font-weight: bold;
|
336
337
|
white-space: nowrap;
|
@@ -464,18 +465,6 @@ a {
|
|
464
465
|
}
|
465
466
|
|
466
467
|
.cke_rtl .cke_toolgroup {
|
467
|
-
* {
|
468
|
-
&:first-child {
|
469
|
-
-moz-border-radius: 0 2px 2px 0;
|
470
|
-
-webkit-border-radius: 0 2px 2px 0;
|
471
|
-
border-radius: 0 2px 2px 0;
|
472
|
-
}
|
473
|
-
&:last-child {
|
474
|
-
-moz-border-radius: 2px 0 0 2px;
|
475
|
-
-webkit-border-radius: 2px 0 0 2px;
|
476
|
-
border-radius: 2px 0 0 2px;
|
477
|
-
}
|
478
|
-
}
|
479
468
|
float: right;
|
480
469
|
margin-left: 6px;
|
481
470
|
margin-right: 0;
|
@@ -491,7 +480,24 @@ a.cke_button {
|
|
491
480
|
border: 0;
|
492
481
|
}
|
493
482
|
|
483
|
+
.cke_ltr .cke_button:last-child, .cke_rtl .cke_button:first-child {
|
484
|
+
-moz-border-radius: 0 2px 2px 0;
|
485
|
+
-webkit-border-radius: 0 2px 2px 0;
|
486
|
+
border-radius: 0 2px 2px 0;
|
487
|
+
}
|
488
|
+
|
489
|
+
.cke_ltr .cke_button:first-child {
|
490
|
+
-moz-border-radius: 2px 0 0 2px;
|
491
|
+
-webkit-border-radius: 2px 0 0 2px;
|
492
|
+
border-radius: 2px 0 0 2px;
|
493
|
+
}
|
494
|
+
|
494
495
|
.cke_rtl .cke_button {
|
496
|
+
&:last-child {
|
497
|
+
-moz-border-radius: 2px 0 0 2px;
|
498
|
+
-webkit-border-radius: 2px 0 0 2px;
|
499
|
+
border-radius: 2px 0 0 2px;
|
500
|
+
}
|
495
501
|
float: right;
|
496
502
|
}
|
497
503
|
|
@@ -664,9 +670,9 @@ a {
|
|
664
670
|
|
665
671
|
.cke_rtl .cke_toolbar_separator {
|
666
672
|
float: right;
|
667
|
-
-webkit-box-shadow: -1px 0 1px rgba(255, 255, 255, 0.1);
|
668
|
-
-moz-box-shadow: -1px 0 1px rgba(255, 255, 255, 0.1);
|
669
|
-
box-shadow: -1px 0 1px rgba(255, 255, 255, 0.1);
|
673
|
+
-webkit-box-shadow: (-1px) 0 1px rgba(255, 255, 255, 0.1);
|
674
|
+
-moz-box-shadow: (-1px) 0 1px rgba(255, 255, 255, 0.1);
|
675
|
+
box-shadow: (-1px) 0 1px rgba(255, 255, 255, 0.1);
|
670
676
|
}
|
671
677
|
|
672
678
|
.cke_hc .cke_toolbar_separator {
|
@@ -900,6 +906,7 @@ a {
|
|
900
906
|
}
|
901
907
|
|
902
908
|
.cke_combo_button {
|
909
|
+
cursor: default;
|
903
910
|
display: inline-block;
|
904
911
|
float: left;
|
905
912
|
margin: 0 6px 5px 0;
|
@@ -1030,6 +1037,7 @@ a {
|
|
1030
1037
|
}
|
1031
1038
|
|
1032
1039
|
.cke_combo_arrow {
|
1040
|
+
cursor: default;
|
1033
1041
|
margin: 11px 0 0;
|
1034
1042
|
float: left;
|
1035
1043
|
height: 0;
|
@@ -331,6 +331,7 @@ For licensing, see LICENSE.md or http://ckeditor.com/license
|
|
331
331
|
}
|
332
332
|
|
333
333
|
.cke_panel_grouptitle {
|
334
|
+
cursor: default;
|
334
335
|
font-size: 11px;
|
335
336
|
font-weight: bold;
|
336
337
|
white-space: nowrap;
|
@@ -464,18 +465,6 @@ a {
|
|
464
465
|
}
|
465
466
|
|
466
467
|
.cke_rtl .cke_toolgroup {
|
467
|
-
* {
|
468
|
-
&:first-child {
|
469
|
-
-moz-border-radius: 0 2px 2px 0;
|
470
|
-
-webkit-border-radius: 0 2px 2px 0;
|
471
|
-
border-radius: 0 2px 2px 0;
|
472
|
-
}
|
473
|
-
&:last-child {
|
474
|
-
-moz-border-radius: 2px 0 0 2px;
|
475
|
-
-webkit-border-radius: 2px 0 0 2px;
|
476
|
-
border-radius: 2px 0 0 2px;
|
477
|
-
}
|
478
|
-
}
|
479
468
|
float: right;
|
480
469
|
margin-left: 6px;
|
481
470
|
margin-right: 0;
|
@@ -491,7 +480,24 @@ a.cke_button {
|
|
491
480
|
border: 0;
|
492
481
|
}
|
493
482
|
|
483
|
+
.cke_ltr .cke_button:last-child, .cke_rtl .cke_button:first-child {
|
484
|
+
-moz-border-radius: 0 2px 2px 0;
|
485
|
+
-webkit-border-radius: 0 2px 2px 0;
|
486
|
+
border-radius: 0 2px 2px 0;
|
487
|
+
}
|
488
|
+
|
489
|
+
.cke_ltr .cke_button:first-child {
|
490
|
+
-moz-border-radius: 2px 0 0 2px;
|
491
|
+
-webkit-border-radius: 2px 0 0 2px;
|
492
|
+
border-radius: 2px 0 0 2px;
|
493
|
+
}
|
494
|
+
|
494
495
|
.cke_rtl .cke_button {
|
496
|
+
&:last-child {
|
497
|
+
-moz-border-radius: 2px 0 0 2px;
|
498
|
+
-webkit-border-radius: 2px 0 0 2px;
|
499
|
+
border-radius: 2px 0 0 2px;
|
500
|
+
}
|
495
501
|
float: right;
|
496
502
|
}
|
497
503
|
|
@@ -664,9 +670,9 @@ a {
|
|
664
670
|
|
665
671
|
.cke_rtl .cke_toolbar_separator {
|
666
672
|
float: right;
|
667
|
-
-webkit-box-shadow: -1px 0 1px rgba(255, 255, 255, 0.1);
|
668
|
-
-moz-box-shadow: -1px 0 1px rgba(255, 255, 255, 0.1);
|
669
|
-
box-shadow: -1px 0 1px rgba(255, 255, 255, 0.1);
|
673
|
+
-webkit-box-shadow: (-1px) 0 1px rgba(255, 255, 255, 0.1);
|
674
|
+
-moz-box-shadow: (-1px) 0 1px rgba(255, 255, 255, 0.1);
|
675
|
+
box-shadow: (-1px) 0 1px rgba(255, 255, 255, 0.1);
|
670
676
|
}
|
671
677
|
|
672
678
|
.cke_hc .cke_toolbar_separator {
|
@@ -900,6 +906,7 @@ a {
|
|
900
906
|
}
|
901
907
|
|
902
908
|
.cke_combo_button {
|
909
|
+
cursor: default;
|
903
910
|
display: inline-block;
|
904
911
|
float: left;
|
905
912
|
margin: 0 6px 5px 0;
|
@@ -1030,6 +1037,7 @@ a {
|
|
1030
1037
|
}
|
1031
1038
|
|
1032
1039
|
.cke_combo_arrow {
|
1040
|
+
cursor: default;
|
1033
1041
|
margin: 11px 0 0;
|
1034
1042
|
float: left;
|
1035
1043
|
height: 0;
|