2016-03-11 00:48:53 +00:00
|
|
|
|
|
|
|
.settings-panel {
|
|
|
|
}
|
2021-01-21 21:18:15 +00:00
|
|
|
|
2020-02-28 11:58:51 +00:00
|
|
|
.right-panel .settings-panel {
|
|
|
|
label.input-label{
|
|
|
|
vertical-align: baseline;
|
|
|
|
}
|
|
|
|
}
|
2016-03-11 00:48:53 +00:00
|
|
|
|
|
|
|
.combo-pattern-item {
|
2021-08-22 21:15:51 +00:00
|
|
|
.background-ximage-all('right-panels/patterns.png', 112px);
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.combo-dataview-menu {
|
|
|
|
.form-control {
|
|
|
|
cursor: pointer;
|
2021-02-16 08:37:33 +00:00
|
|
|
background-color: @background-normal-ie;
|
2020-12-21 10:33:16 +00:00
|
|
|
background-color: @background-normal;
|
2016-03-11 00:48:53 +00:00
|
|
|
|
|
|
|
&.text {
|
2021-02-16 08:37:33 +00:00
|
|
|
background: @background-normal-ie;
|
2020-12-21 10:33:16 +00:00
|
|
|
background: @background-normal;
|
2016-03-11 00:48:53 +00:00
|
|
|
vertical-align: bottom;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.item-gradient {
|
|
|
|
width:50px;
|
|
|
|
height:50px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.item-gradient-separator {
|
|
|
|
margin-right: 62px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.item-wrap {
|
|
|
|
width:50px;
|
|
|
|
height:50px;
|
|
|
|
background-size: cover;
|
|
|
|
}
|
|
|
|
|
2017-11-02 09:14:53 +00:00
|
|
|
#table-combo-template .combo-dataview {
|
2016-03-29 09:09:52 +00:00
|
|
|
.combo-template(60px);
|
2017-07-12 12:15:11 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.pivot-check-listview {
|
2021-09-08 17:07:51 +00:00
|
|
|
background-color: @background-normal-ie;
|
|
|
|
background-color: @background-normal;
|
2017-07-12 12:15:11 +00:00
|
|
|
width: 100%;
|
|
|
|
height: 250px;
|
|
|
|
|
2017-07-13 12:37:38 +00:00
|
|
|
.item {
|
|
|
|
padding-right: 3px;
|
|
|
|
}
|
|
|
|
|
2017-07-12 12:15:11 +00:00
|
|
|
.list-item {
|
2017-07-13 12:37:38 +00:00
|
|
|
width: 146px;
|
2017-07-12 12:15:11 +00:00
|
|
|
margin-left:20px;
|
|
|
|
display: inline-block;
|
|
|
|
white-space: pre;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
2017-07-13 12:37:38 +00:00
|
|
|
|
|
|
|
.listitem-icon {
|
|
|
|
vertical-align: middle;
|
|
|
|
width: 16px;
|
|
|
|
height: 16px;
|
|
|
|
background-position: -1px -274px;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
2017-07-12 12:15:11 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.pivot-listview {
|
2021-09-08 17:07:51 +00:00
|
|
|
background-color: @background-normal-ie;
|
|
|
|
background-color: @background-normal;
|
2017-07-12 12:15:11 +00:00
|
|
|
width: 95px;
|
|
|
|
height: 130px;
|
|
|
|
|
2019-11-07 09:51:11 +00:00
|
|
|
.listview:not(.disabled) > .item {
|
2017-07-13 12:37:38 +00:00
|
|
|
padding: 3px;
|
2019-11-07 09:51:11 +00:00
|
|
|
border-top: none;
|
|
|
|
&.insert {
|
|
|
|
background: linear-gradient(to bottom, #656565, #fff 5%);
|
|
|
|
&.last {
|
|
|
|
background: linear-gradient(to top, #656565, #fff 5%);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
&:hover {
|
|
|
|
border-top: none;
|
|
|
|
}
|
2017-07-13 12:37:38 +00:00
|
|
|
}
|
|
|
|
|
2017-07-12 12:15:11 +00:00
|
|
|
.list-item > div:nth-child(1) {
|
2020-06-02 13:35:29 +00:00
|
|
|
width:65px;
|
|
|
|
padding-right: 0;
|
2017-07-12 12:15:11 +00:00
|
|
|
display: inline-block;
|
|
|
|
white-space: pre;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
|
|
|
.listitem-icon {
|
|
|
|
vertical-align: middle;
|
2020-06-02 13:35:29 +00:00
|
|
|
width: 22px;
|
2017-07-13 12:37:38 +00:00
|
|
|
height: 16px;
|
2020-06-02 13:35:29 +00:00
|
|
|
background-position: 1px -274px;
|
2017-07-13 12:37:38 +00:00
|
|
|
display: inline-block;
|
2017-07-12 12:15:11 +00:00
|
|
|
}
|
|
|
|
}
|
2017-11-02 09:14:53 +00:00
|
|
|
|
2017-11-17 14:35:40 +00:00
|
|
|
#signature-requested-sign,
|
|
|
|
#signature-valid-sign,
|
|
|
|
#signature-invalid-sign {
|
|
|
|
height: 100%;
|
2017-11-02 09:14:53 +00:00
|
|
|
overflow: hidden;
|
2017-11-17 14:35:40 +00:00
|
|
|
margin: 0 -10px 0 -15px;
|
|
|
|
|
|
|
|
.item {
|
|
|
|
display: block;
|
|
|
|
border: none;
|
|
|
|
width: 100%;
|
|
|
|
.box-shadow(none);
|
|
|
|
margin: 0;
|
|
|
|
|
|
|
|
&:hover,
|
|
|
|
&.over {
|
2021-02-16 08:37:33 +00:00
|
|
|
background-color: @highlight-button-hover-ie;
|
2020-12-19 19:43:19 +00:00
|
|
|
background-color: @highlight-button-hover;
|
2018-05-08 12:15:40 +00:00
|
|
|
|
|
|
|
.caret {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
2017-11-17 14:35:40 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.signature-item {
|
|
|
|
padding: 5px 2px 5px 15px;
|
|
|
|
text-overflow: ellipsis;
|
2017-11-21 08:34:38 +00:00
|
|
|
min-height: 25px;
|
2017-11-17 14:35:40 +00:00
|
|
|
|
|
|
|
.name {
|
|
|
|
width: 100%;
|
|
|
|
white-space: nowrap;
|
|
|
|
overflow: hidden;
|
|
|
|
cursor: pointer;
|
|
|
|
max-width: 160px;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
}
|
|
|
|
|
|
|
|
.caret {
|
2021-11-24 05:03:12 +00:00
|
|
|
margin: 9px;
|
2018-05-08 12:15:40 +00:00
|
|
|
display: none;
|
2017-11-17 14:35:40 +00:00
|
|
|
position: absolute;
|
2021-11-24 05:03:12 +00:00
|
|
|
right: 14px;
|
|
|
|
width: 8px;
|
|
|
|
height: 8px;
|
|
|
|
border: solid 1px @icon-normal-pressed-ie;
|
|
|
|
border: solid 1px @icon-normal-pressed;
|
|
|
|
opacity: 0.6;
|
|
|
|
border-bottom: none;
|
|
|
|
border-right: none;
|
|
|
|
background-image: none;
|
|
|
|
transform: rotate(-135deg);
|
2017-11-17 14:35:40 +00:00
|
|
|
|
2017-11-21 08:34:38 +00:00
|
|
|
&.nomargin {
|
2021-11-24 05:03:12 +00:00
|
|
|
margin: 2px;
|
|
|
|
right: 26px;
|
2017-11-17 14:35:40 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2018-06-14 13:36:27 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.combo-border-size.cell-border-type {
|
|
|
|
img, .image {
|
|
|
|
background-image: ~"url(@{app-image-const-path}/toolbar/BorderSize.png)";
|
2021-04-19 20:57:54 +00:00
|
|
|
background-size: 60px auto;
|
2020-04-03 17:21:00 +00:00
|
|
|
|
2021-08-22 21:15:51 +00:00
|
|
|
.pixel-ratio__1_25 & {
|
|
|
|
background-image: ~"url(@{app-image-const-path}/toolbar/BorderSize@1.25x.png)";
|
|
|
|
}
|
|
|
|
|
2021-04-19 20:57:54 +00:00
|
|
|
.pixel-ratio__1_5 & {
|
2021-04-28 11:10:39 +00:00
|
|
|
background-image: ~"url(@{app-image-const-path}/toolbar/BorderSize@1.5x.png)";
|
2021-04-19 20:57:54 +00:00
|
|
|
}
|
|
|
|
|
2021-08-22 21:15:51 +00:00
|
|
|
.pixel-ratio__1_75 & {
|
|
|
|
background-image: ~"url(@{app-image-const-path}/toolbar/BorderSize@1.75x.png)";
|
|
|
|
}
|
|
|
|
|
2021-04-19 20:57:54 +00:00
|
|
|
.pixel-ratio__2 & {
|
2021-04-28 11:10:39 +00:00
|
|
|
background-image: ~"url(@{app-image-const-path}/toolbar/BorderSize@2x.png)";
|
2020-04-03 17:21:00 +00:00
|
|
|
}
|
2018-06-14 13:36:27 +00:00
|
|
|
}
|
2020-05-27 15:34:15 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.sheet-template-slicer {
|
|
|
|
width: 56px;
|
|
|
|
height: 55px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.menu-slicer-template {
|
|
|
|
.item {
|
|
|
|
border: none;
|
|
|
|
.box-shadow(none);
|
|
|
|
}
|
|
|
|
}
|
2021-03-03 11:05:31 +00:00
|
|
|
|
2021-03-03 17:58:06 +00:00
|
|
|
.iconset {
|
|
|
|
.iconset-label {
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dataview > .item:not(:hover):not(.selected) {
|
2021-03-03 11:05:31 +00:00
|
|
|
.box-shadow(none);
|
|
|
|
}
|
|
|
|
}
|