2016-03-11 00:48:53 +00:00
|
|
|
body {
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
.user-select(none);
|
2021-02-16 07:22:48 +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;
|
|
|
|
overflow: scroll;
|
|
|
|
|
|
|
|
&::-webkit-scrollbar {
|
|
|
|
width: 0;
|
|
|
|
height: 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 07:22:48 +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;
|
|
|
|
}
|
|
|
|
|
|
|
|
.layout-resizer {
|
|
|
|
background-color: transparent;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.tooltip.main-info {
|
|
|
|
z-index: @zindex-popover;
|
|
|
|
|
|
|
|
.tooltip-inner {
|
|
|
|
max-width: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
#left-panel-history {
|
|
|
|
left: 40px;
|
|
|
|
width: 300px;
|
|
|
|
height: 100%;
|
|
|
|
display: none;
|
2019-10-30 08:29:17 +00:00
|
|
|
}
|
|
|
|
|
2019-11-22 14:41:04 +00:00
|
|
|
#editor-container {
|
2020-12-16 19:38:54 +00:00
|
|
|
//background: #e2e2e2;
|
2019-11-22 14:41:04 +00:00
|
|
|
}
|
|
|
|
|
2019-10-30 08:29:17 +00:00
|
|
|
#editor_sdk {
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|