Skip to content

Commit

Permalink
Add mail notification to userbar.
Browse files Browse the repository at this point in the history
  • Loading branch information
avinashbot committed Apr 17, 2017
1 parent 8151c02 commit 7948bfa
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion theme/userbar.scss
Original file line number Diff line number Diff line change
@@ -75,7 +75,6 @@

#mail {
background-image: url(%%icon-mail%%);
&.havemail { background-color: orange; }
}

#modmail {
@@ -86,6 +85,12 @@
background-image: url(%%icon-new-modmail%%);
}

#mail, #modmail, #new_modmail {
&.havemail {
border-bottom: 3px solid #FFA500;
}
}

.pref-lang {
background-image: url(%%icon-prefs%%);
}

0 comments on commit 7948bfa

Please sign in to comment.