mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-04-07 14:06:16 +08:00
[VE] Fix styles
This commit is contained in:
@ -21,7 +21,7 @@
|
||||
--brand-cell: #34C759;
|
||||
--brand-slide: #FE8C33;
|
||||
--brand-form: #FE8C33;
|
||||
--brand-visio: #d57bed;
|
||||
--brand-visio: #6065ff;
|
||||
--brand-primary: #3E9CF0;
|
||||
--brand-secondary: #FFAF49;
|
||||
--brand-text-on-brand: #000;
|
||||
|
||||
@ -220,7 +220,7 @@
|
||||
background-color: @background-toolbar;
|
||||
outline: none;
|
||||
|
||||
box-shadow: 0px 4px 0 #49795d inset;
|
||||
box-shadow: 0px 4px 0 #444796 inset;
|
||||
border-top-width: 0;
|
||||
padding-top: 1px;
|
||||
.font-weight-bold();
|
||||
@ -233,7 +233,7 @@
|
||||
border-bottom-color: @highlight-header-button-hover;
|
||||
background-color: @background-normal-ie;
|
||||
background-color: @background-normal;
|
||||
box-shadow: 0px 4px 0 #49795d inset;
|
||||
box-shadow: 0px 4px 0 #444796 inset;
|
||||
color: @text-normal-ie;
|
||||
color: @text-normal;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user