Commit 6448ebe8 authored by Julia Radzhabova's avatar Julia Radzhabova

Fix Bug 34921.

parent 49e153ec
...@@ -67,6 +67,10 @@ label { ...@@ -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 { ...@@ -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 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment