diff options
author | Andrew Manning <tamanning@zoho.com> | 2018-02-25 08:36:52 -0500 |
---|---|---|
committer | Andrew Manning <tamanning@zoho.com> | 2018-02-25 08:36:52 -0500 |
commit | e3095ce6b2c76f13a852f0ec5f782d71101a7c6a (patch) | |
tree | beab28cbc399ea17e0c2fd6c38724387bafa7c5c /view/theme | |
parent | 70b8f3240f9bc38a41e314f613f6c1bd69f5b430 (diff) | |
parent | 673cf8d35e224fcbbc0caef5e638c08bc3914feb (diff) | |
download | volse-hubzilla-e3095ce6b2c76f13a852f0ec5f782d71101a7c6a.tar.gz volse-hubzilla-e3095ce6b2c76f13a852f0ec5f782d71101a7c6a.tar.bz2 volse-hubzilla-e3095ce6b2c76f13a852f0ec5f782d71101a7c6a.zip |
Merge branch 'dev' into oauth2
Diffstat (limited to 'view/theme')
-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; +} |