2016-03-11 00:48:53 +00:00
|
|
|
.combo-arrow-style {
|
|
|
|
.form-control {
|
|
|
|
cursor: pointer;
|
|
|
|
background-color: white;
|
|
|
|
|
|
|
|
&.image {
|
2018-02-20 12:29:01 +00:00
|
|
|
.background-ximage('@{common-image-path}/right-panels/Begin-EndStyle.png', '@{common-image-path}/right-panels/Begin-EndStyle@2x.png', 480px);
|
2016-03-11 00:48:53 +00:00
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: 10px 0;
|
|
|
|
background-attachment: scroll;
|
|
|
|
background-color: white;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.btn {
|
|
|
|
&:active:not(.disabled),
|
|
|
|
&.active:not(.disabled){
|
|
|
|
.caret {
|
|
|
|
background-position: @arrow-small-offset-x @arrow-small-offset-y;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.item-arrow {
|
2018-02-20 12:29:01 +00:00
|
|
|
.background-ximage('@{common-image-path}/right-panels/Begin-EndStyle.png', '@{common-image-path}/right-panels/Begin-EndStyle@2x.png', 480px);
|
2016-03-11 00:48:53 +00:00
|
|
|
width:44px;
|
|
|
|
height:20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.advanced-settings-dlg {
|
|
|
|
.div-category {
|
2021-11-24 18:29:08 +00:00
|
|
|
padding: 0 0 0 10px;
|
2016-03-11 00:48:53 +00:00
|
|
|
text-align: right;
|
2022-01-26 15:00:09 +00:00
|
|
|
.font-weight-bold();
|
2016-03-11 00:48:53 +00:00
|
|
|
font-size: 11px;
|
2021-11-24 18:29:08 +00:00
|
|
|
white-space: nowrap;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.range-tableview {
|
|
|
|
.list-item > div{
|
|
|
|
vertical-align: middle;
|
|
|
|
display: inline-block;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
overflow: hidden;
|
|
|
|
white-space: pre;
|
|
|
|
}
|
|
|
|
|
|
|
|
.listitem-icon {
|
|
|
|
width: 20px;
|
|
|
|
height: 20px;
|
|
|
|
vertical-align: middle;
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.selected {
|
|
|
|
.listitem-icon {
|
2021-05-08 20:31:33 +00:00
|
|
|
background-position-x: -20px;
|
|
|
|
background-position-x: @button-small-active-icon-offset-x;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.lock-user {
|
|
|
|
position: absolute;
|
|
|
|
right: 2px;
|
|
|
|
min-width: 100px;
|
|
|
|
max-width: 150px;
|
|
|
|
height: 20px;
|
|
|
|
padding: 2px 10px;
|
|
|
|
background-color: #EE3525;
|
|
|
|
color: #fff;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.header-sorted {
|
|
|
|
label, div, span {
|
|
|
|
display: inline-block;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
2021-11-09 22:46:19 +00:00
|
|
|
.caret {
|
|
|
|
width: 4px;
|
|
|
|
height: 4px;
|
|
|
|
border: solid 1px @icon-normal-ie;
|
|
|
|
border: solid 1px @icon-normal;
|
|
|
|
border-bottom: none;
|
|
|
|
border-right: none;
|
|
|
|
background-image: none;
|
|
|
|
|
|
|
|
transition: transform 0.2s ease;
|
|
|
|
transform: rotate(-135deg) translate(1px,1px);
|
|
|
|
|
|
|
|
&.sort-desc {
|
|
|
|
transform: rotate(45deg);
|
|
|
|
}
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2021-01-31 19:35:09 +00:00
|
|
|
#sort-dialog-btn-down {
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
2016-03-11 00:48:53 +00:00
|
|
|
|
2021-01-31 19:35:09 +00:00
|
|
|
.sort-dialog-btn-text {
|
|
|
|
min-width: 100px;
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
2021-05-04 17:09:24 +00:00
|
|
|
|
|
|
|
.input-row--tabs {
|
|
|
|
border-bottom: @scaled-one-px-value-ie solid @border-divider-ie;
|
|
|
|
border-bottom: @scaled-one-px-value solid @border-divider;
|
|
|
|
}
|
|
|
|
|
|
|
|
.preview-canvas-container {
|
|
|
|
border: @scaled-one-px-value-ie solid @border-regular-control-ie;
|
|
|
|
border: @scaled-one-px-value solid @border-regular-control;
|
|
|
|
}
|