Fix Bug 34921.
This commit is contained in:
parent
4bb630132e
commit
08366384b1
|
@ -67,6 +67,10 @@ label {
|
||||||
.cell {
|
.cell {
|
||||||
display: table-cell;
|
display: table-cell;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.layout-resizer {
|
||||||
|
background-color: transparent;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.tooltip.main-info {
|
.tooltip.main-info {
|
||||||
|
|
|
@ -55,6 +55,10 @@ label {
|
||||||
border-top: 1px solid @gray-dark;
|
border-top: 1px solid @gray-dark;
|
||||||
border-left: 1px solid @gray-dark;
|
border-left: 1px solid @gray-dark;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.layout-resizer {
|
||||||
|
background-color: transparent;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.tooltip.main-info {
|
.tooltip.main-info {
|
||||||
|
|
Loading…
Reference in a new issue