Browse Source

mustard: theme: Aggiunta regola per le notifiche già lette.

paul 4 years ago
parent
commit
8a89e2ad96
1 changed files with 5 additions and 1 deletions
  1. 5 1
      web/mustard/theme.css

+ 5 - 1
web/mustard/theme.css

@@ -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;
 }