both mobile and desktop

This commit is contained in:
Jeff Atwood 2014-05-13 22:27:04 -07:00
parent 1492a8f871
commit c0c0bfa35e
2 changed files with 7 additions and 2 deletions

View File

@ -130,7 +130,6 @@
} }
.unread-private-messages { .unread-private-messages {
left: -4px; left: -4px;
background-color: $success;
} }
} }
.flagged-posts { .flagged-posts {
@ -138,6 +137,12 @@
} }
} }
/* needs to be global, used in user-drop down and user page too */
.unread-private-messages {
background-color: $success;
}
#main { #main {
position: relative; position: relative;
} }

View File

@ -132,7 +132,7 @@
background-color: $danger; background-color: $danger;
} }
} }
/* this needs to be global since it is used on the user page, left hand column, messages */ /* needs to be global, used in user-drop down and user page too */
.unread-private-messages { .unread-private-messages {
background-color: $success; background-color: $success;
} }