mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
fix notification icon style
This commit is contained in:
parent
7d05810d28
commit
4ad831db2f
@ -782,13 +782,8 @@
|
||||
font-size: 1em;
|
||||
height: @toolbar_top-height - 10px;
|
||||
border-radius: @variables_radius;
|
||||
padding: 0px;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
&::before {
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
padding-top: 4px;
|
||||
}
|
||||
&:hover {
|
||||
border-color: transparent;
|
||||
background-color: @cp_toolbar-fade1;
|
||||
|
||||
@ -1196,6 +1196,7 @@ MessengerUI, Messages, Pages, PadTypes, Lucide, Icons) {
|
||||
$n.text(n).show();
|
||||
$icon.css('fill', 'currentColor');
|
||||
};
|
||||
refresh();
|
||||
|
||||
Common.mailbox.subscribe(['notifications', 'team', 'broadcast', 'reminders', 'supportteam'], {
|
||||
onMessage: function (data, el) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user