mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-28 00:12:24 +08:00
Fix Bug 34921.
This commit is contained in:
@ -67,6 +67,10 @@ label {
|
||||
.cell {
|
||||
display: table-cell;
|
||||
}
|
||||
|
||||
.layout-resizer {
|
||||
background-color: transparent;
|
||||
}
|
||||
}
|
||||
|
||||
.tooltip.main-info {
|
||||
|
||||
@ -55,6 +55,10 @@ label {
|
||||
border-top: 1px solid @gray-dark;
|
||||
border-left: 1px solid @gray-dark;
|
||||
}
|
||||
|
||||
.layout-resizer {
|
||||
background-color: transparent;
|
||||
}
|
||||
}
|
||||
|
||||
.tooltip.main-info {
|
||||
|
||||
Reference in New Issue
Block a user