fixes #2436: "positive score" color takes precedence over "duplicate" color

This commit is contained in:
r888888888
2015-07-15 13:22:01 -07:00
parent e041d7d615
commit 8bb3cef88a

View File

@@ -5,6 +5,10 @@ div#c-moderator-post-queues {
margin-bottom: 4em;
overflow: hidden;
&.post-pos-score {
background: rgb(230, 255, 230);
}
&.post-has-dup {
background: rgb(255, 255, 100);
}
@@ -13,10 +17,6 @@ div#c-moderator-post-queues {
background: rgb(255, 230, 230);
}
&.post-pos-score {
background: rgb(230, 255, 230);
}
aside {
float: left;
width: 220px;