Commit 81dae33f by marco

added flag-label coloring css

parent a5a38c01
...@@ -2419,11 +2419,9 @@ body.discussion { ...@@ -2419,11 +2419,9 @@ body.discussion {
.discussion-flag-abuse { .discussion-flag-abuse {
font-size: 12px; font-size: 12px;
color: #888;
float:right; float:right;
padding-right: 5px; padding-right: 5px;
font-style: italic; font-style: italic;
width:100px;
} }
.notflagged .icon .notflagged .icon
...@@ -2443,3 +2441,13 @@ body.discussion { ...@@ -2443,3 +2441,13 @@ body.discussion {
padding-right: 3px; padding-right: 3px;
background: transparent url('../images/flagged.png') no-repeat 0 0; background: transparent url('../images/flagged.png') no-repeat 0 0;
} }
.flagged span {
color: #B82066;
font-style: italic;
}
.notflagged span {
color: #888;
font-style: italic;
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment