Merge pull request #2589 from awesomerobot/master

reverting notification style
This commit is contained in:
Jeff Atwood 2014-07-25 20:43:14 -07:00
commit f66c39c63b
5 changed files with 12 additions and 17 deletions

View File

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

View File

@ -128,16 +128,14 @@
}
.unread-notifications {
right: -4px;
background-color: $secondary;
background-color: scale-color($tertiary, $lightness: 50%);
}
.unread-private-messages {
left: -4px;
}
}
.flagged-posts {
border-color: $danger;
color: $danger;
background: $secondary;
background: $danger;
}
}
@ -233,7 +231,6 @@
padding: 3px;
margin-top: -22px;
margin-left: 60px;
background: transparent;
}
.heading {
padding: 5px 5px 5px 0;

View File

@ -62,22 +62,21 @@ h1 a.badge-category div {vertical-align: top;}
.badge-notification {
@extend %badge;
padding: 3px;
color: $tertiary;
border: 1px solid $tertiary;
color: $secondary;
font-size: 11px;
line-height: 1;
min-width: 11px;
text-align: center;
background-color: transparent;
background-color: scale-color($primary, $lightness: 70%);
&[href] {
color: $tertiary;
color: $secondary;
}
// New posts
&.new-posts, &.unread-posts {
background-color: transparent;
color: $tertiary;
background-color: scale-color($tertiary, $lightness: 50%);
color: $secondary;
font-weight: normal;
}

View File

@ -22,7 +22,7 @@
.icons {
.badge-notification {
color: $tertiary;
color: $secondary;
}
.active .icon {

View File

@ -41,7 +41,7 @@
position: relative;
padding: 4px 4px 4px 3px;
top: -1px;
i {color: $tertiary;}
i {color: $secondary;}
}
.topic-item-stats {