fixing PM notification badge
This commit is contained in:
parent
e060c37039
commit
ab8bade9c6
|
@ -178,3 +178,10 @@ body {
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.unread-private-messages {
|
||||||
|
border-color: $success;
|
||||||
|
color: $success;
|
||||||
|
background: $secondary;
|
||||||
|
&.badge-notification[href] {color: $success;}
|
||||||
|
}
|
||||||
|
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
@ -34,11 +34,6 @@
|
||||||
padding-top: 60px;
|
padding-top: 60px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.unread-private-messages {
|
|
||||||
background-color: $success;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// Dropdowns
|
// Dropdowns
|
||||||
// --------------------------------------------------
|
// --------------------------------------------------
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue