2019-11-11 13:45:44 +00:00
|
|
|
#symbol-table-scrollable-div, #symbol-table-recent {
|
|
|
|
div{
|
|
|
|
display: inline-block;
|
|
|
|
vertical-align: top;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cell{
|
|
|
|
width: 31px;
|
|
|
|
height: 33px;
|
2021-02-10 12:40:30 +00:00
|
|
|
border-right: @scaled-one-px-value solid @border-regular-control;
|
|
|
|
border-bottom: @scaled-one-px-value solid @border-regular-control;
|
2020-12-19 19:43:19 +00:00
|
|
|
background: @background-normal;
|
2019-11-11 13:45:44 +00:00
|
|
|
align-content: center;
|
|
|
|
vertical-align: middle;
|
|
|
|
text-align: center;
|
|
|
|
font-size: 22px;
|
|
|
|
-khtml-user-select: none;
|
|
|
|
user-select: none;
|
|
|
|
-moz-user-select: none;
|
|
|
|
-webkit-user-select: none;
|
|
|
|
cursor: default;
|
|
|
|
overflow:hidden;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cell-selected{
|
2020-12-19 19:43:19 +00:00
|
|
|
background-color: @border-preview-select;
|
2019-11-11 13:45:44 +00:00
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
#symbol-table-recent {
|
|
|
|
width: 100%;
|
|
|
|
height: 32px;
|
|
|
|
overflow: hidden;
|
2021-02-10 12:40:30 +00:00
|
|
|
border: @border-regular-control solid @scaled-one-px-value;
|
2019-11-11 13:45:44 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#symbol-table-scrollable-div {
|
|
|
|
#id-preview {
|
|
|
|
width: 100%;
|
2019-11-13 10:44:20 +00:00
|
|
|
height: 132px;
|
2019-11-11 13:45:44 +00:00
|
|
|
position:relative;
|
|
|
|
overflow:hidden;
|
2021-02-10 12:40:30 +00:00
|
|
|
border: @border-regular-control solid @scaled-one-px-value;
|
2019-11-11 13:45:44 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#id-preview-data {
|
|
|
|
width: 100%;
|
2019-11-13 10:44:20 +00:00
|
|
|
height: 132px;
|
2019-11-11 13:45:44 +00:00
|
|
|
position:relative;
|
|
|
|
overflow:hidden;
|
|
|
|
}
|
|
|
|
}
|