mirror of
https://github.com/ONLYOFFICE/desktop-apps.git
synced 2026-04-07 14:09:22 +08:00
Merge pull request #1099 from ONLYOFFICE/fix/update-status-icon-fill
Update styles.less
This commit is contained in:
@ -1294,13 +1294,13 @@ li.menu-item {
|
||||
margin-right: 8px;
|
||||
|
||||
&[data-icon=success] {
|
||||
fill: @icon-success;
|
||||
fill: #95C038;
|
||||
}
|
||||
&[data-icon=error] {
|
||||
fill: @border-error;
|
||||
fill: #FF6F3D;
|
||||
}
|
||||
&[data-icon=load], &[data-icon=lastcheck] {
|
||||
fill: @highlight-text-select;
|
||||
fill: #5DC0E8;
|
||||
}
|
||||
|
||||
&[data-icon=load] {
|
||||
|
||||
Reference in New Issue
Block a user