Skip to content

Commit 7e7f914

Browse files
committed
Imperavi redactor updated to 10.1.3
1 parent 91fcc54 commit 7e7f914

File tree

7 files changed

+487
-200
lines changed

7 files changed

+487
-200
lines changed

ImperaviRedactorWidget.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* @author Veaceslav Medvedev <slavcopost@gmail.com>
1010
* @author Alexander Makarov <sam@rmcreative.ru>
1111
*
12-
* @version 1.3.10
12+
* @version 1.3.11
1313
*
1414
* @link https://github.com/yiiext/imperavi-redactor-widget
1515
* @link http://imperavi.com/redactor

assets/redactor-font.eot

100644100755
File mode changed.

assets/redactor.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,6 +397,10 @@ body .redactor-box-fullscreen {
397397
color: #fff !important;
398398
text-decoration: none;
399399
}
400+
.redactor-dropdown a.selected {
401+
background-color: #000;
402+
color: #fff;
403+
}
400404
/*
401405
IMAGE BOX
402406
*/
@@ -552,6 +556,7 @@ body .redactor-box-fullscreen {
552556
overflow-y: auto;
553557
}
554558
#redactor-modal {
559+
outline: 0;
555560
position: relative;
556561
margin: auto;
557562
margin-bottom: 20px;
@@ -883,7 +888,6 @@ body .redactor-box-fullscreen {
883888
background-color: #d8d7d7;
884889
}
885890
.redactor-editor pre {
886-
overflow: auto;
887891
padding: 1em;
888892
border: 1px solid #ddd;
889893
border-radius: 3px;

0 commit comments

Comments
 (0)