mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-12 01:10:07 +00:00
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:
parent
f62106f740
commit
135f96a13a
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue