Skip to content

Commit

Permalink
Merge pull request #2999 from ONLYOFFICE/fix/notification-badge
Browse files Browse the repository at this point in the history
Update buttons.less
  • Loading branch information
JuliaRadzhabova authored May 21, 2024
2 parents 6e01e94 + c2a8e65 commit 2ce4db2
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions apps/common/main/resources/less/buttons.less
Original file line number Diff line number Diff line change
Expand Up @@ -118,13 +118,14 @@
&::before {
content: ' ';
position: absolute;
width: 8px;
height: 8px;
bottom: 2px;
width: 7px;
height: 7px;
bottom: 1px;
right: 1px;
background-color: @background-notification-badge-ie;
background-color: @background-notification-badge;
border-radius: 4px;
right: 2px;
border: solid 1px rgba(122, 99, 0, 0.5)
}
}
}
Expand Down

0 comments on commit 2ce4db2

Please sign in to comment.