mirror of
https://github.com/wekan/wekan.git
synced 2026-01-25 10:46:09 +01:00
add a "remove all read" button to notification menu
This commit is contained in:
parent
1e20e2601f
commit
a182dde11f
4 changed files with 32 additions and 1 deletions
|
|
@ -45,12 +45,23 @@ section#notifications-drawer
|
|||
line-height: 24px
|
||||
opacity 1
|
||||
|
||||
.all-read
|
||||
.all-read,
|
||||
.remove-read
|
||||
color belize
|
||||
background-color: #fafafa
|
||||
margin 8px 16px 12px
|
||||
display inline-block
|
||||
|
||||
.remove-read
|
||||
float right
|
||||
|
||||
&:hover
|
||||
color #eb4646 !important
|
||||
|
||||
i.fa
|
||||
color inherit
|
||||
|
||||
|
||||
ul.notifications
|
||||
display: block
|
||||
padding: 0px 16px
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue