mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-24 08:55:16 +08:00
Fix styles
This commit is contained in:
@ -637,6 +637,8 @@ define([
|
||||
});
|
||||
this.btnSpecial.on('click', _.bind(this.onModeClick, this, true));
|
||||
|
||||
Common.UI.GroupedButtons([this.btnSymbols, this.btnSpecial]);
|
||||
|
||||
// symbols
|
||||
|
||||
this.cmbFonts = new Common.UI.ComboBox({
|
||||
|
||||
@ -63,31 +63,4 @@
|
||||
position:relative;
|
||||
overflow:hidden;
|
||||
}
|
||||
}
|
||||
|
||||
#symbol-table-symbols {
|
||||
border-top-right-radius: 0;
|
||||
border-bottom-right-radius: 0;
|
||||
|
||||
.rtl & {
|
||||
.border-radius(@border-radius-small);
|
||||
border-top-left-radius: 0;
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
}
|
||||
|
||||
#symbol-table-special {
|
||||
border-top-left-radius: 0;
|
||||
border-bottom-left-radius: 0;
|
||||
border-left-width: 0;
|
||||
.margin-left(-1px);
|
||||
|
||||
.rtl & {
|
||||
border: @scaled-one-px-value solid @border-regular-control;
|
||||
.border-radius(@border-radius-small);
|
||||
border-top-right-radius: 0;
|
||||
border-bottom-right-radius: 0;
|
||||
border-right-width: 0;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user