Merge branch 'release/v1.2' of github.com:ONLYOFFICE/AppServer into release/v1.2

This commit is contained in:
Vlada Gazizova 2022-06-30 11:28:28 +03:00
commit ec90de13c6
3 changed files with 11 additions and 0 deletions

View File

@ -2473,6 +2473,10 @@ const Base = {
itemActiveBorder: blueMain,
},
row: {
itemBackground: white,
},
fill: gray,
hoverFill: grayMain,
},

View File

@ -2483,6 +2483,10 @@ const Dark = {
itemActiveBorder: "#eeeeee",
},
row: {
itemBackground: globalColors.black,
},
fill: "#858585",
hoverFill: "#eeeeee",
},

View File

@ -95,6 +95,9 @@ const EditingWrapper = styled.div`
font-family: "Open Sans", sans-serif, Arial;
text-align: left;
color: ${(props) => props.theme.filesEditingWrapper.color};
background: ${(props) =>
props.theme.filesEditingWrapper.row.itemBackground} !important;
${(props) =>
props.viewAs === "tile" &&
css`