summaryrefslogtreecommitdiff
path: root/source/features/mark-unread.css
blob: a43a25afdaf0526fbf2b6ce2626027b4d539d4c5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.rgh-btn-mark-unread {
	width: 100%;
	margin-top: 8px;
}
.rgh-unread .mute {
	padding-right: 7px;
	padding-left: 3px;
}
.rgh-unread .notification-actions .age {
	width: 150px; /* Align with GH's notifications */
}

/* Change color of marker if there are only discussion marked as unread */
.notification-indicator[data-ga-click$=':read'] .unread {
	background: linear-gradient(#34d058, #28a745);
}