2016-03-11 00:48:53 +00:00
|
|
|
.listview {
|
2021-02-16 07:21:22 +00:00
|
|
|
border: @scaled-one-px-value-ie solid @border-regular-control-ie;
|
2021-02-10 12:40:30 +00:00
|
|
|
border: @scaled-one-px-value solid @border-regular-control;
|
2020-09-27 11:40:27 +00:00
|
|
|
.border-radius(@border-radius-small);
|
2020-04-09 13:29:04 +00:00
|
|
|
line-height: 15px;
|
2016-03-11 00:48:53 +00:00
|
|
|
|
|
|
|
&.inner {
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
max-height: 100%;
|
|
|
|
overflow: hidden;
|
|
|
|
position: relative;
|
|
|
|
|
|
|
|
.empty-text {
|
|
|
|
text-align: center;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
2021-02-16 07:21:22 +00:00
|
|
|
color: @text-tertiary-ie;
|
2020-12-19 19:43:19 +00:00
|
|
|
color: @text-tertiary;
|
2020-02-27 10:31:31 +00:00
|
|
|
td {
|
|
|
|
padding: 5px;
|
|
|
|
}
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2021-12-02 15:44:19 +00:00
|
|
|
&:not(.no-focus):focus:not(.disabled) {
|
2021-03-05 21:52:06 +00:00
|
|
|
border-color: @border-control-focus-ie;
|
|
|
|
border-color: @border-control-focus;
|
2020-10-15 16:28:45 +00:00
|
|
|
}
|
|
|
|
|
2016-03-11 00:48:53 +00:00
|
|
|
& > .item {
|
|
|
|
// display: block;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
padding: 3px 6px;
|
|
|
|
cursor: pointer;
|
|
|
|
white-space: pre-wrap;
|
|
|
|
|
2021-02-16 07:21:22 +00:00
|
|
|
background-color: @background-normal-ie;
|
2020-12-19 19:43:19 +00:00
|
|
|
background-color: @background-normal;
|
2021-02-16 07:21:22 +00:00
|
|
|
border-color: @border-regular-control-ie;
|
2020-12-19 19:43:19 +00:00
|
|
|
border-color: @border-regular-control;
|
2016-03-11 00:48:53 +00:00
|
|
|
border-style: solid;
|
2021-02-16 07:21:22 +00:00
|
|
|
border-width: @scaled-one-px-value-ie 0;
|
2021-01-31 19:35:09 +00:00
|
|
|
border-width: @scaled-one-px-value 0;
|
2020-11-20 13:03:31 +00:00
|
|
|
border-top-color: transparent;
|
2017-10-11 12:21:31 +00:00
|
|
|
}
|
2016-03-11 00:48:53 +00:00
|
|
|
|
2017-10-11 12:21:31 +00:00
|
|
|
&:not(.disabled) > .item {
|
2016-03-11 00:48:53 +00:00
|
|
|
&:hover {
|
2021-02-16 07:21:22 +00:00
|
|
|
background-color: @highlight-button-hover-ie;
|
2020-12-19 19:43:19 +00:00
|
|
|
background-color: @highlight-button-hover;
|
2021-02-16 07:21:22 +00:00
|
|
|
border-color: @highlight-button-hover-ie;
|
2020-12-19 19:43:19 +00:00
|
|
|
border-color: @highlight-button-hover;
|
2017-10-11 12:21:31 +00:00
|
|
|
border-style: solid;
|
2021-02-16 07:21:22 +00:00
|
|
|
border-width: @scaled-one-px-value-ie 0;
|
2021-01-31 19:35:09 +00:00
|
|
|
border-width: @scaled-one-px-value 0;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
&.selected {
|
2021-02-16 07:21:22 +00:00
|
|
|
background-color: @highlight-button-pressed-ie;
|
2020-12-19 19:43:19 +00:00
|
|
|
background-color: @highlight-button-pressed;
|
2021-02-16 07:21:22 +00:00
|
|
|
color: @text-normal-pressed-ie;
|
2020-12-30 10:37:44 +00:00
|
|
|
color: @text-normal-pressed;
|
2021-02-16 07:21:22 +00:00
|
|
|
border-color: @highlight-button-pressed-ie;
|
2020-12-19 19:43:19 +00:00
|
|
|
border-color: @highlight-button-pressed;
|
2017-10-11 12:21:31 +00:00
|
|
|
border-style: solid;
|
2021-02-16 07:21:22 +00:00
|
|
|
border-width: @scaled-one-px-value-ie 0;
|
2021-01-31 19:35:09 +00:00
|
|
|
border-width: @scaled-one-px-value 0;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&.ps-container {
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
2017-10-11 12:21:31 +00:00
|
|
|
|
|
|
|
&.disabled {
|
|
|
|
> .item {
|
|
|
|
cursor: default;
|
2021-02-28 21:29:00 +00:00
|
|
|
opacity: @component-disabled-opacity;
|
2017-10-11 12:21:31 +00:00
|
|
|
}
|
|
|
|
}
|
2021-05-13 17:30:57 +00:00
|
|
|
|
|
|
|
.dbl-clickable& .list-item {
|
|
|
|
pointer-events: none;
|
|
|
|
}
|
2019-12-19 14:14:05 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.no-borders > .listview .item {
|
|
|
|
border-color: transparent;
|
|
|
|
border-top-color: transparent;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|