bring back the body tag list - though it really belongs in the templates. It's difficult to debug community tags when you can't see any tags (except those the author typed in).
This commit is contained in:
@@ -2814,16 +2814,20 @@ aside input[type='text'] {
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.body-tag, .filesavetags, .categorytags {
|
||||
.posttags a, .body-tag, .filesavetags, .categorytags {
|
||||
opacity: 0.5;
|
||||
filter:alpha(opacity=50);
|
||||
}
|
||||
|
||||
.body-tag:hover, .filesavetags:hover, .categorytags:hover {
|
||||
.posttags a:hover, .body-tag:hover, .filesavetags:hover, .categorytags:hover {
|
||||
opacity: 1.0 !important;
|
||||
filter:alpha(opacity=100) !important;
|
||||
}
|
||||
|
||||
.posttags {
|
||||
margin-top: 15px;
|
||||
}
|
||||
|
||||
.item-select {
|
||||
opacity: 0.1;
|
||||
filter:alpha(opacity=10);
|
||||
|
||||
Reference in New Issue
Block a user