diff --git a/apps/spreadsheeteditor/main/resources/less/rightmenu.less b/apps/spreadsheeteditor/main/resources/less/rightmenu.less index 4011aefb1b..ea4e49a78c 100644 --- a/apps/spreadsheeteditor/main/resources/less/rightmenu.less +++ b/apps/spreadsheeteditor/main/resources/less/rightmenu.less @@ -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;