aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2018-02-24 19:42:39 +0100
committerMario Vavti <mario@mariovavti.com>2018-02-24 19:42:39 +0100
commitc618bfc607498998916f01fd9c6985c2ecd47356 (patch)
tree28f5feda66ce65a80743a138363dc19c999ba4b4 /view/theme
parentf6d024cb3f2663cd1d61e5fc18546adb93b9a7db (diff)
downloadvolse-hubzilla-c618bfc607498998916f01fd9c6985c2ecd47356.tar.gz
volse-hubzilla-c618bfc607498998916f01fd9c6985c2ecd47356.tar.bz2
volse-hubzilla-c618bfc607498998916f01fd9c6985c2ecd47356.zip
mark connections where we do not have post_comments permissions with an no entry sign.
Diffstat (limited to 'view/theme')
-rw-r--r--view/theme/redbasic/css/style.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index 1611cda60..75992468e 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -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;
+}