f62aa45b18
# Conflicts: # apps/common/main/resources/img/toolbar/1x/big/.css.handlebars # apps/common/main/resources/less/asc-mixins.less # apps/common/main/resources/less/buttons.less # apps/common/main/resources/less/checkbox.less # apps/common/main/resources/less/combo-dataview.less # apps/common/main/resources/less/comments.less # apps/common/main/resources/less/common.less # apps/common/main/resources/less/dataview.less # apps/common/main/resources/less/dropdown-menu.less # apps/common/main/resources/less/listview.less # apps/common/main/resources/less/multislider-gradient.less # apps/common/main/resources/less/radiobox.less # apps/common/main/resources/less/scroller.less # apps/common/main/resources/less/separator.less # apps/common/main/resources/less/theme-colorpalette.less # apps/common/main/resources/less/toolbar.less # apps/common/main/resources/less/window.less # apps/documenteditor/main/resources/less/advanced-settings.less # apps/documenteditor/main/resources/less/filemenu.less # apps/documenteditor/main/resources/less/leftmenu.less # apps/documenteditor/main/resources/less/rightmenu.less # apps/documenteditor/main/resources/less/statusbar.less # apps/documenteditor/main/resources/less/toolbar.less # apps/presentationeditor/main/resources/less/leftmenu.less # apps/presentationeditor/main/resources/less/rightmenu.less # apps/presentationeditor/main/resources/less/statusbar.less # apps/spreadsheeteditor/main/resources/less/celleditor.less # apps/spreadsheeteditor/main/resources/less/leftmenu.less # apps/spreadsheeteditor/main/resources/less/rightmenu.less # apps/spreadsheeteditor/main/resources/less/statusbar.less # apps/spreadsheeteditor/main/resources/less/toolbar.less
65 lines
1.4 KiB
Plaintext
65 lines
1.4 KiB
Plaintext
.btn-borders-large {
|
|
}
|
|
|
|
.icon-advanced-wrap {
|
|
}
|
|
|
|
.combo-arrow-style {
|
|
.form-control {
|
|
cursor: pointer;
|
|
background-color: white;
|
|
|
|
&.image {
|
|
background-position: 10px 0;
|
|
background-attachment: scroll;
|
|
background-color: @background-normal;
|
|
}
|
|
}
|
|
}
|
|
|
|
.img-arrows {
|
|
.background-ximage-v2('right-panels/Begin-EndStyle.png', 480px, @commonimage: true);
|
|
}
|
|
|
|
.item-arrow {
|
|
width:44px;
|
|
height:20px;
|
|
}
|
|
|
|
.header-styles-tableview {
|
|
.list-item > div{
|
|
&:nth-child(1) {
|
|
width:160px;
|
|
height: 16px;
|
|
padding-left:16px;
|
|
padding-right: 5px;
|
|
|
|
&.checked {
|
|
&:before {
|
|
content: '';
|
|
width: 16px;
|
|
height: 16px;
|
|
display: inline-block;
|
|
float: left;
|
|
margin-left: -18px;
|
|
background-position: @menu-check-offset-x @menu-check-offset-y;
|
|
}
|
|
}
|
|
}
|
|
|
|
padding-right: 6px;
|
|
vertical-align: middle;
|
|
display: inline-block;
|
|
text-overflow: ellipsis;
|
|
overflow: hidden;
|
|
white-space: pre;
|
|
}
|
|
}
|
|
|
|
.canvas-box {
|
|
border: @scaled-one-px-value solid @border-regular-control;
|
|
background-color: #fff;
|
|
}
|
|
|
|
|