mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-25 05:03:55 +08:00
47 lines
997 B
Plaintext
47 lines
997 B
Plaintext
|
|
.left-panel {
|
|
#left-panel-history {
|
|
height: 100%;
|
|
}
|
|
}
|
|
|
|
.left-menu-full-ct {
|
|
width: 100%;
|
|
height: 100%;
|
|
left: 40px;
|
|
.padding-right-40();
|
|
top: 0;
|
|
position: absolute;
|
|
z-index: @zindex-dropdown - 5;
|
|
background-color: @background-toolbar-ie;
|
|
background-color: @background-toolbar;
|
|
overflow: hidden;
|
|
|
|
.rtl & {
|
|
left: 0;
|
|
right: 40px;
|
|
}
|
|
}
|
|
|
|
#developer-hint, #beta-hint, #limit-hint {
|
|
position: absolute;
|
|
left: 0;
|
|
padding: 12px 0;
|
|
background-color: #ffb400;
|
|
color: #6e4e00 !important;
|
|
white-space: pre;
|
|
line-height: 20px;
|
|
writing-mode: tb-rl;
|
|
-moz-transform: rotate(180deg);
|
|
-ms-transform: rotate(180deg);
|
|
-webkit-transform: rotate(180deg);
|
|
-o-transform: rotate(180deg);
|
|
transform: rotate(180deg);
|
|
cursor: default;
|
|
}
|
|
|
|
#search-results {
|
|
background-color: @background-normal-ie;
|
|
background-color: @background-normal;
|
|
}
|