web-apps/apps/common/main/resources/less/symboltable.less

55 lines
1.1 KiB
Plaintext
Raw Normal View History

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;
2020-12-19 19:43:19 +00:00
border-right: 1px solid @border-regular-control;
border-bottom: 1px solid @border-regular-control;
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;
2020-12-19 19:43:19 +00:00
border: @border-regular-control solid 1px;
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;
2020-12-19 19:43:19 +00:00
border: @border-regular-control solid 1px;
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;
}
}