Skip to content

Commit

Permalink
Updated styles for notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
laCour committed Mar 9, 2016
1 parent 98115aa commit 25d18fe
Showing 1 changed file with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion scss/modules/messaging/_banners.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@
#messages_unread_status {
background: $color-shade-light;

&.quiet {
&.quiet,
&.quiet.header_refresh {
background: $color-shade-lightest;
color: $base-font-color;
text-shadow: 0 1px $color-shadow-light;
Expand All @@ -44,4 +45,26 @@
color: $base-font-color;
}
}

&.header_refresh {
&:hover {
background: $color-shade-lightest;

.clear_unread_messages {
background: $color-shade-lightest;
}
}

.clear_unread_messages:hover {
background: $color-shade-lightest;
}
}
}

.header_refresh .clear_unread_messages {
border-left: 1px solid $color-shadow-light;
}

#messages_container.header_refresh.has_top_messages_banner::before {
background: $color-base;
}

0 comments on commit 25d18fe

Please sign in to comment.