mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-25 10:59:28 +08:00
[SSE] Fix Bug 52428
This commit is contained in:
@ -83,7 +83,8 @@
|
||||
}
|
||||
|
||||
.pivot-check-listview {
|
||||
background-color: #fff;
|
||||
background-color: @background-normal-ie;
|
||||
background-color: @background-normal;
|
||||
width: 100%;
|
||||
height: 250px;
|
||||
|
||||
@ -111,7 +112,8 @@
|
||||
}
|
||||
|
||||
.pivot-listview {
|
||||
background-color: #fff;
|
||||
background-color: @background-normal-ie;
|
||||
background-color: @background-normal;
|
||||
width: 95px;
|
||||
height: 130px;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user