2016-03-11 00:48:53 +00:00
|
|
|
.btn-borders-large {
|
|
|
|
}
|
|
|
|
|
|
|
|
.icon-advanced-wrap {
|
|
|
|
}
|
|
|
|
|
2018-01-11 15:02:27 +00:00
|
|
|
.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;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2021-02-02 11:59:45 +00:00
|
|
|
.canvas-box {
|
2021-02-10 12:40:30 +00:00
|
|
|
border: @scaled-one-px-value solid @border-regular-control;
|
2021-02-02 11:59:45 +00:00
|
|
|
background-color: #fff;
|
|
|
|
}
|
2016-03-11 00:48:53 +00:00
|
|
|
|
2021-04-20 13:37:46 +00:00
|
|
|
#bulleted-list-preview {
|
|
|
|
margin-top: 2px;
|
|
|
|
height:208px;
|
|
|
|
width: 100%;
|
|
|
|
border: @scaled-one-px-value-ie solid @border-regular-control-ie;
|
|
|
|
border: @scaled-one-px-value solid @border-regular-control;
|
|
|
|
background-color: @canvas-content-background;
|
|
|
|
}
|
2021-05-05 19:14:39 +00:00
|
|
|
|
|
|
|
#page-margins-preview {
|
|
|
|
border: @scaled-one-px-value-ie solid @border-regular-control-ie;
|
|
|
|
border: @scaled-one-px-value solid @border-regular-control;
|
2021-10-05 13:23:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#id-text-table-radio-fixed {
|
|
|
|
display: inline-block;
|
|
|
|
margin-right: 10px;
|
|
|
|
vertical-align: middle;
|
|
|
|
|
|
|
|
.pixel-ratio__1_75 &, .pixel-ratio__2 & {
|
|
|
|
padding-bottom: 1px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2021-10-05 19:00:07 +00:00
|
|
|
#bookmarks-radio-name {
|
|
|
|
display: inline-block;
|
|
|
|
margin-right: 10px;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
|
|
|
#id-text-table-spn-fixed, #bookmarks-radio-location {
|
2021-10-05 13:23:31 +00:00
|
|
|
display: inline-block;
|
|
|
|
vertical-align: middle;
|
2022-04-14 17:55:11 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.advanced-settings-dlg {
|
|
|
|
.roles-tableview {
|
2022-11-24 20:08:52 +00:00
|
|
|
&.no-borders > .listview .item {
|
|
|
|
border-width: 0 !important;
|
|
|
|
}
|
2022-11-25 10:02:20 +00:00
|
|
|
.item {
|
|
|
|
padding: 0 6px;
|
|
|
|
}
|
|
|
|
|
|
|
|
@item-width: 20px;
|
|
|
|
@item-height: 28px;
|
2022-04-14 17:55:11 +00:00
|
|
|
.list-item {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
2022-11-25 10:02:20 +00:00
|
|
|
height: @item-height;
|
2022-04-14 17:55:11 +00:00
|
|
|
|
|
|
|
span.color {
|
|
|
|
display: block;
|
|
|
|
width: 12px;
|
|
|
|
height: 12px;
|
|
|
|
border: @scaled-one-px-value-ie solid @border-color-shading-ie;
|
|
|
|
border: @scaled-one-px-value solid @border-color-shading;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.list-item > div{
|
|
|
|
vertical-align: middle;
|
|
|
|
display: inline-block;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
overflow: hidden;
|
|
|
|
white-space: pre;
|
|
|
|
}
|
|
|
|
|
|
|
|
.listitem-icon {
|
2022-11-25 10:02:20 +00:00
|
|
|
width: @item-width;
|
|
|
|
height: @item-height;
|
2022-04-14 17:55:11 +00:00
|
|
|
margin-right: 5px;
|
2022-11-25 10:02:20 +00:00
|
|
|
|
|
|
|
svg {
|
|
|
|
width: @item-width;
|
|
|
|
height: @item-height;
|
|
|
|
fill: @text-normal-ie;
|
|
|
|
fill: @text-normal;
|
|
|
|
}
|
2022-04-14 17:55:11 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.selected {
|
|
|
|
.listitem-icon {
|
2022-11-25 10:02:20 +00:00
|
|
|
svg {
|
|
|
|
fill: @text-normal-pressed-ie;
|
|
|
|
fill: @text-normal-pressed;
|
|
|
|
}
|
2022-04-14 17:55:11 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2021-05-05 19:14:39 +00:00
|
|
|
}
|