2016-03-11 00:48:53 +00:00
|
|
|
|
|
|
|
.left-panel {
|
2021-01-21 10:14:36 +00:00
|
|
|
#left-panel-history {
|
2016-03-11 00:48:53 +00:00
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.left-menu-full-ct {
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
left: 40px;
|
|
|
|
padding-right: 40px;
|
|
|
|
top: 0;
|
|
|
|
position: absolute;
|
|
|
|
z-index: @zindex-dropdown - 5;
|
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;
|
|
|
|
}
|
2017-04-12 07:54:47 +00:00
|
|
|
|
2020-11-19 20:36:48 +00:00
|
|
|
#developer-hint, #beta-hint, #limit-hint {
|
2017-04-12 07:54:47 +00:00
|
|
|
position: absolute;
|
|
|
|
left: 0;
|
|
|
|
padding: 12px 0;
|
|
|
|
background-color: #ffb400;
|
|
|
|
color: #6e4e00 !important;
|
2020-11-03 10:41:26 +00:00
|
|
|
white-space: pre;
|
2017-04-12 07:54:47 +00:00
|
|
|
line-height: 20px;
|
2017-10-13 14:36:52 +00:00
|
|
|
writing-mode: tb-rl;
|
2017-04-12 07:54:47 +00:00
|
|
|
-moz-transform: rotate(180deg);
|
|
|
|
-ms-transform: rotate(180deg);
|
|
|
|
-webkit-transform: rotate(180deg);
|
|
|
|
-o-transform: rotate(180deg);
|
|
|
|
transform: rotate(180deg);
|
2019-01-16 10:51:34 +00:00
|
|
|
cursor: default;
|
2017-09-13 08:01:30 +00:00
|
|
|
}
|