[SSE] Fix Bug 52428
This commit is contained in:
parent
f85784c49a
commit
fc95cbe2e6
|
@ -83,7 +83,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.pivot-check-listview {
|
.pivot-check-listview {
|
||||||
background-color: #fff;
|
background-color: @background-normal-ie;
|
||||||
|
background-color: @background-normal;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 250px;
|
height: 250px;
|
||||||
|
|
||||||
|
@ -111,7 +112,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.pivot-listview {
|
.pivot-listview {
|
||||||
background-color: #fff;
|
background-color: @background-normal-ie;
|
||||||
|
background-color: @background-normal;
|
||||||
width: 95px;
|
width: 95px;
|
||||||
height: 130px;
|
height: 130px;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue