Use accessible colors on read status marker

Using accessible colors on read status marker notifications.

Bug: T139167
Change-Id: I2dc35d02abe2fccaf1f9d13d7672b2e432e7d1f0
This commit is contained in:
Volker E 2016-07-01 21:55:02 +02:00
parent f62106f740
commit 135f96a13a

View file

@ -14,8 +14,8 @@
// Mark as unread
&-unread {
background-color: #eee;
border: 1px solid #bbb;
background-color: #eaecf0;
border: 1px solid #71777d;
}
}
@ -25,7 +25,7 @@
// Mark as unread
&-unread {
background-color: #ddd;
background-color: #c8ccd1;
}
}
}