]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/common.css.scss
Preserve background colour when marking messages read/unread
[rails.git] / app / assets / stylesheets / common.css.scss
index 078674a119aa65c0842479aad42bb656802c9198..27fd53c72e9b9c76732defaa7cf6b0820c84eccb 100644 (file)
@@ -971,6 +971,14 @@ p#contributorGuidance {
   font-weight: bold;
 }
 
+.inbox-row .inbox-mark-read {
+  display: none;
+}
+
+.inbox-row-unread .inbox-mark-unread {
+  display: none;
+}
+
 /* Rules for "flash" notice boxes shown at the top of the content area */
 
 #error {