mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-25 12:46:03 +08:00
Merge pull request #867 from ONLYOFFICE/feature/changed-dataview-stylesheets
Feature/changed dataview stylesheets
This commit is contained in:
@ -103,7 +103,8 @@
|
||||
margin: 0 @minus-px-ie @minus-px-ie 0;
|
||||
margin: 0 @minus-px @minus-px 0;
|
||||
height: @combo-dataview-height;
|
||||
background-color: @canvas-content-background;
|
||||
background-color: @background-normal-ie;
|
||||
background-color: @background-normal;
|
||||
|
||||
&:hover {
|
||||
.box-inner-shadow(0 0 0 2px @border-preview-hover-ie);
|
||||
@ -145,6 +146,7 @@
|
||||
border: none;
|
||||
//.box-shadow(0 0 0 @scaled-one-px-value-ie @background-normal-ie);
|
||||
//.box-shadow(0 0 0 @scaled-one-px-value @background-normal);
|
||||
background-color: @canvas-content-background;
|
||||
|
||||
> div {
|
||||
background-repeat: no-repeat;
|
||||
|
||||
Reference in New Issue
Block a user