mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-24 05:25:41 +08:00
Fix shadow colors
This commit is contained in:
@ -273,7 +273,8 @@
|
||||
div {
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
background: white;
|
||||
background: @background-normal-ie;
|
||||
background: @background-normal;
|
||||
border-radius: 1px;
|
||||
border: 1px @icon-normal-ie solid;
|
||||
border: 1px @icon-normal solid;
|
||||
|
||||
@ -195,7 +195,8 @@
|
||||
div {
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
background: white;
|
||||
background: @background-normal-ie;
|
||||
background: @background-normal;
|
||||
border-radius: 1px;
|
||||
border: 1px @icon-normal-ie solid;
|
||||
border: 1px @icon-normal solid;
|
||||
|
||||
@ -188,7 +188,8 @@
|
||||
div {
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
background: white;
|
||||
background: @background-normal-ie;
|
||||
background: @background-normal;
|
||||
border-radius: 1px;
|
||||
border: 1px @icon-normal-ie solid;
|
||||
border: 1px @icon-normal solid;
|
||||
|
||||
@ -186,7 +186,8 @@
|
||||
div {
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
background: white;
|
||||
background: @background-normal-ie;
|
||||
background: @background-normal;
|
||||
border-radius: 1px;
|
||||
border: 1px @icon-normal-ie solid;
|
||||
border: 1px @icon-normal solid;
|
||||
|
||||
Reference in New Issue
Block a user