fixes #2436: "positive score" color takes precedence over "duplicate" color
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user