[DE] fix bug 49737
This commit is contained in:
parent
3356e7c6ac
commit
29a065c3bd
|
@ -758,6 +758,10 @@
|
||||||
box-shadow: inset 0 0 0 @scaled-one-px-value-ie @border-control-focus-ie;
|
box-shadow: inset 0 0 0 @scaled-one-px-value-ie @border-control-focus-ie;
|
||||||
box-shadow: inset 0 0 0 @scaled-one-px-value @border-control-focus;
|
box-shadow: inset 0 0 0 @scaled-one-px-value @border-control-focus;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&.border-off {
|
||||||
|
box-shadow: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-text-default {
|
.btn-text-default {
|
||||||
|
|
|
@ -129,7 +129,7 @@ define([
|
||||||
strId : item[1],
|
strId : item[1],
|
||||||
iconCls : item[2],
|
iconCls : item[2],
|
||||||
style : 'margin-left: 5px; margin-bottom: 4px;',
|
style : 'margin-left: 5px; margin-bottom: 4px;',
|
||||||
cls : 'btn-options large'
|
cls : 'btn-options large border-off'
|
||||||
});
|
});
|
||||||
|
|
||||||
_btn.on('click', function(btn) {
|
_btn.on('click', function(btn) {
|
||||||
|
|
|
@ -411,7 +411,7 @@ define([ 'text!documenteditor/main/app/template/ParagraphSettingsAdvanced.tem
|
||||||
var _btn = new Common.UI.Button({
|
var _btn = new Common.UI.Button({
|
||||||
parentEl: $('#'+item[2]),
|
parentEl: $('#'+item[2]),
|
||||||
style: 'margin-left: 5px; margin-bottom: 4px;',
|
style: 'margin-left: 5px; margin-bottom: 4px;',
|
||||||
cls: 'btn-options large',
|
cls: 'btn-options large border-off',
|
||||||
iconCls: item[1],
|
iconCls: item[1],
|
||||||
strId :item[0],
|
strId :item[0],
|
||||||
hint: item[3]
|
hint: item[3]
|
||||||
|
|
|
@ -949,7 +949,7 @@ define([ 'text!documenteditor/main/app/template/TableSettingsAdvanced.templat
|
||||||
var _btn = new Common.UI.Button({
|
var _btn = new Common.UI.Button({
|
||||||
parentEl: $('#'+item[2]),
|
parentEl: $('#'+item[2]),
|
||||||
style: 'margin-left: 5px; margin-bottom: 4px;',
|
style: 'margin-left: 5px; margin-bottom: 4px;',
|
||||||
cls: 'btn-options large',
|
cls: 'btn-options large border-off',
|
||||||
iconCls: item[1],
|
iconCls: item[1],
|
||||||
strId :item[0],
|
strId :item[0],
|
||||||
hint: item[3]
|
hint: item[3]
|
||||||
|
@ -975,7 +975,7 @@ define([ 'text!documenteditor/main/app/template/TableSettingsAdvanced.templat
|
||||||
var _btn = new Common.UI.Button({
|
var _btn = new Common.UI.Button({
|
||||||
parentEl: $('#'+item[3]),
|
parentEl: $('#'+item[3]),
|
||||||
style: 'margin-left: 5px; margin-bottom: 4px;',
|
style: 'margin-left: 5px; margin-bottom: 4px;',
|
||||||
cls: 'btn-options large',
|
cls: 'btn-options large border-off',
|
||||||
iconCls: item[2],
|
iconCls: item[2],
|
||||||
strCellId :item[0],
|
strCellId :item[0],
|
||||||
strTableId :item[1],
|
strTableId :item[1],
|
||||||
|
|
Loading…
Reference in a new issue