mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-26 21:16:57 +08:00
Merge pull request 'update modern colors tables' (#501) from fix/bug-74983 into release/v9.0.0
This commit is contained in:
@ -282,8 +282,8 @@
|
||||
|
||||
// radio
|
||||
--rb-size: 14px;
|
||||
--rb-check-mark-size: 2px;
|
||||
--rb-check-mark-background: var(--background-normal);
|
||||
--rb-check-mark-size: 3px;
|
||||
--rb-check-mark-background: #fff;
|
||||
--rb-background-normal: var(--background-normal);
|
||||
--rb-background-normal-hover: #585858;
|
||||
--rb-background-checked-hover: #4A87E7;
|
||||
|
||||
@ -284,7 +284,7 @@
|
||||
|
||||
// radio
|
||||
--rb-size: 14px;
|
||||
--rb-check-mark-size: 2px;
|
||||
--rb-check-mark-size: 3px;
|
||||
--rb-check-mark-background: var(--background-normal);
|
||||
--rb-background-normal: var(--background-normal);
|
||||
--rb-background-normal-hover: #F9F9F9;
|
||||
|
||||
Reference in New Issue
Block a user