Commit d35cd4fe authored by lixy's avatar lixy

富文本字体颜色添加

parent 28d17724
...@@ -7,6 +7,7 @@ ...@@ -7,6 +7,7 @@
position: absolute; position: absolute;
top:0; top:0;
height: 200px !important; height: 200px !important;
overflow-y: auto;
} }
/* common layer */ /* common layer */
.edui-default .edui-box { .edui-default .edui-box {
......
...@@ -25619,7 +25619,7 @@ UE.ui = baidu.editor.ui = {}; ...@@ -25619,7 +25619,7 @@ UE.ui = baidu.editor.ui = {};
utils.inherits(ColorPicker, UIBase); utils.inherits(ColorPicker, UIBase);
var COLORS = ( var COLORS = (
'ffffff,000000,eeece1,1f497d,4f81bd,c0504d,9bbb59,8064a2,4bacc6,f79646,' + 'ffffff,000000,eeece1,333333,666666,1f497d,9bbb59,8064a2,4bacc6,f79646,' +
'f2f2f2,7f7f7f,ddd9c3,c6d9f0,dbe5f1,f2dcdb,ebf1dd,e5e0ec,dbeef3,fdeada,' + 'f2f2f2,7f7f7f,ddd9c3,c6d9f0,dbe5f1,f2dcdb,ebf1dd,e5e0ec,dbeef3,fdeada,' +
'd8d8d8,595959,c4bd97,8db3e2,b8cce4,e5b9b7,d7e3bc,ccc1d9,b7dde8,fbd5b5,' + 'd8d8d8,595959,c4bd97,8db3e2,b8cce4,e5b9b7,d7e3bc,ccc1d9,b7dde8,fbd5b5,' +
'bfbfbf,3f3f3f,938953,548dd4,95b3d7,d99694,c3d69b,b2a2c7,92cddc,fac08f,' + 'bfbfbf,3f3f3f,938953,548dd4,95b3d7,d99694,c3d69b,b2a2c7,92cddc,fac08f,' +
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment