Skip to content
Snippets Groups Projects
Commit 24d4fe41 authored by Peter Rotich's avatar Peter Rotich
Browse files

Merge pull request #983 from greezybacon/upgrade/redactor-924


redactor: Upgrade to version 9.2.4

Reviewed-By: default avatarPeter Rotich <peter@osticket.com>
parents 0e29c8dd a154f76e
No related branches found
No related tags found
No related merge requests found
No preview for this file type
This diff is collapsed.
......@@ -49,11 +49,13 @@ RedactorPlugins.fontcolor = {
this.pickerBuild($dropdown, name, colors);
$(this.$toolbar).append($dropdown);
this.buttonAddBefore('deleted', name, this.opts.curLang[name], $.proxy(function(btnName, $button, btnObject, e)
var btn = this.buttonAddBefore('deleted', name, this.opts.curLang[name], $.proxy(function(btnName, $button, btnObject, e)
{
this.dropdownShow(e, btnName);
}, this));
btn.data('dropdown', $dropdown);
}
},
pickerBuild: function($dropdown, name, colors)
......
This diff is collapsed.
......@@ -1308,7 +1308,7 @@ time {
background:#f8f8f8;
border:2px solid #2a67ac;
display:none;
z-index:110;
z-index:10;
box-shadow: 0 5px 60px #001;
border-radius: 5px;
max-height: 72%;
......@@ -1540,7 +1540,7 @@ ul.progress li.no small {color:red;}
width: 100%;
height: 100%;
background: #000;
z-index: 103;
z-index: 9;
-webkit-transform: translate3d(0,0,0);
opacity: 0.5;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment