diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-02-24 19:42:39 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-02-24 19:42:39 +0100 |
commit | c618bfc607498998916f01fd9c6985c2ecd47356 (patch) | |
tree | 28f5feda66ce65a80743a138363dc19c999ba4b4 /view/theme/redbasic/css | |
parent | f6d024cb3f2663cd1d61e5fc18546adb93b9a7db (diff) | |
download | volse-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/redbasic/css')
-rw-r--r-- | view/theme/redbasic/css/style.css | 5 |
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; +} |