2016-03-11 00:48:53 +00:00
|
|
|
body {
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
.user-select(none);
|
2021-02-16 08:37:33 +00:00
|
|
|
color: @text-normal-ie;
|
2020-12-19 19:43:19 +00:00
|
|
|
color: @text-normal;
|
2016-03-11 00:48:53 +00:00
|
|
|
|
|
|
|
&.safari {
|
|
|
|
position: absolute;
|
|
|
|
left: 0;
|
|
|
|
top: 0;
|
|
|
|
right: 0;
|
|
|
|
bottom: 0;
|
|
|
|
|
|
|
|
#viewport {
|
|
|
|
&::-webkit-scrollbar {
|
|
|
|
width: 0;
|
|
|
|
height: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
label {
|
|
|
|
margin-bottom: 0;
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
#viewport {
|
|
|
|
position: absolute;
|
|
|
|
left: 0;
|
|
|
|
top:0;
|
|
|
|
right: 0;
|
|
|
|
bottom: 0;
|
2021-02-16 08:37:33 +00:00
|
|
|
background-color: @background-toolbar-ie;
|
2020-12-19 19:43:19 +00:00
|
|
|
background-color: @background-toolbar;
|
2016-03-11 00:48:53 +00:00
|
|
|
overflow: hidden;
|
2022-02-13 13:40:08 +00:00
|
|
|
scroll-behavior: smooth; // chromium bug890248 (Bug 39614)
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.layout-region {
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
border-collapse: collapse;
|
|
|
|
table-layout: fixed;
|
|
|
|
|
|
|
|
.row {
|
|
|
|
display: table-row;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cell {
|
|
|
|
display: table-cell;
|
|
|
|
}
|
|
|
|
|
|
|
|
#editor_sdk {
|
2021-02-16 08:37:33 +00:00
|
|
|
border-top: @scaled-one-px-value-ie solid @border-toolbar-ie;
|
2021-02-10 12:40:30 +00:00
|
|
|
border-top: @scaled-one-px-value solid @border-toolbar;
|
2021-02-16 08:37:33 +00:00
|
|
|
border-left: @scaled-one-px-value-ie solid @border-toolbar-ie;
|
2021-02-10 12:40:30 +00:00
|
|
|
border-left: @scaled-one-px-value solid @border-toolbar;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2017-05-11 07:36:39 +00:00
|
|
|
|
|
|
|
.layout-resizer {
|
|
|
|
background-color: transparent;
|
|
|
|
}
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.tooltip.main-info {
|
|
|
|
z-index: @zindex-popover;
|
|
|
|
|
|
|
|
.tooltip-inner {
|
|
|
|
max-width: none;
|
|
|
|
}
|
2021-06-28 17:18:53 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#left-panel-history {
|
|
|
|
left: 40px;
|
|
|
|
width: 300px;
|
|
|
|
height: 100%;
|
|
|
|
display: none;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|