mustard: theme: Aggiunta regola per le notifiche già lette.
This commit is contained in:
parent
db3fd262dd
commit
44db4b4aa2
1 changed files with 5 additions and 1 deletions
|
@ -143,7 +143,7 @@ p {
|
|||
|
||||
word-break: break-word;
|
||||
|
||||
background-color: lightgrey;
|
||||
background-color: #87DE87;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
|
@ -155,6 +155,10 @@ p {
|
|||
background-color: #DE8787;
|
||||
}
|
||||
|
||||
#notifs-list div.seen {
|
||||
background-color: lightgrey;
|
||||
}
|
||||
|
||||
.ourfield {
|
||||
background-color: #FFB380;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue