fixing PM notification badge

This commit is contained in:
Kris Aubuchon 2014-07-25 13:33:38 -04:00
parent e060c37039
commit ab8bade9c6
3 changed files with 7 additions and 13 deletions

View File

@ -178,3 +178,10 @@ body {
} }
.unread-private-messages {
border-color: $success;
color: $success;
background: $secondary;
&.badge-notification[href] {color: $success;}
}

View File

@ -19,14 +19,6 @@
} }
} }
/* needs to be global, used in user-drop down and user page too */
.unread-private-messages {
border-color: $success;
color: $success;
background: $secondary;
&.badge-notification[href] {color: $success;}
}
#main { #main {
position: relative; position: relative;
} }

View File

@ -34,11 +34,6 @@
padding-top: 60px; padding-top: 60px;
} }
.unread-private-messages {
background-color: $success;
}
// Dropdowns // Dropdowns
// -------------------------------------------------- // --------------------------------------------------