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 {
|
|
|
|
padding: 0 15px;
|
|
|
|
text-align: right;
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 11px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.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 {
|
2019-12-12 08:34:20 +00:00
|
|
|
background-position-x: -20px;
|
|
|
|
--bgX: -20px;
|
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;
|
|
|
|
}
|
|
|
|
.sort-direction {
|
|
|
|
width: 7px;
|
|
|
|
height: 7px;
|
|
|
|
vertical-align: middle;
|
|
|
|
border: 0;
|
|
|
|
background-position: -85px -97px;
|
|
|
|
}
|
|
|
|
.sort-desc {
|
|
|
|
background-position: -85px -104px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2021-01-31 19:35:09 +00:00
|
|
|
.sort-dialog-btn-caret {
|
|
|
|
display: inline-block;
|
2021-02-16 08:37:33 +00:00
|
|
|
border: @scaled-one-px-value-ie solid #cfcfcf;
|
2021-01-31 19:35:09 +00:00
|
|
|
border: @scaled-one-px-value solid #cfcfcf;
|
|
|
|
border-radius: 1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#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;
|
|
|
|
}
|