Show some notification badges in red to indicate they are about you
This commit is contained in:
parent
ca182d7024
commit
de338b3dd7
@ -2087,6 +2087,20 @@ nav .badge:hover {
|
||||
background-color: #999;
|
||||
}
|
||||
|
||||
nav .badge.home-update,
|
||||
nav .badge.notify-update,
|
||||
nav .badge.intro-update,
|
||||
nav .badge.mail-update {
|
||||
background-color:#C9302C;
|
||||
}
|
||||
|
||||
nav .badge.home-update:hover,
|
||||
nav .badge.notify-update:hover,
|
||||
nav .badge.intro-update:hover,
|
||||
nav .badge.mail-update:hover {
|
||||
background-color:#D9534F;
|
||||
}
|
||||
|
||||
.dropdown-menu {
|
||||
font-size: $body_font_size;
|
||||
border-radius: $radiuspx;
|
||||
|
Reference in New Issue
Block a user