Merge pull request #2584 from awesomerobot/master

fixing PM notification badge
This commit is contained in:
Robin Ward 2014-07-25 13:41:48 -04:00
commit 2358d13d49
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
// -------------------------------------------------- // --------------------------------------------------