mediawiki-extensions-Echo/modules/base/ext.echo.base.css
Andrew Garrett 5c841cafe3 Add an "overlay" to personal links showing new notifications.
Change-Id: I1a350e5d051bd0e776e5043f0ba189a576ac7ee7
TODO: Add date/time stamp to notifications as shown in overlay
2012-06-01 21:02:30 +10:00

8 lines
106 B
CSS

.mw-echo-timestamp {
color: gray;
font-size: smaller;
}
.mw-echo-unread {
background-color: #f9f9ff;
}