mark connections where we do not have post_comments permissions with an no entry sign.

This commit is contained in:
Mario Vavti
2018-02-24 19:42:39 +01:00
parent f6d024cb3f
commit c618bfc607
10 changed files with 51 additions and 6 deletions

View File

@@ -1800,3 +1800,8 @@ dl.bb-dl > dd > li {
.caption-visible {
max-height: 75%;
}
.oneway-overlay {
position: absolute;
text-shadow: -2px 0 1px #fff, 0 2px 1px#fff, 2px 0 1px #fff, 0 -2px 1px #fff;
}