diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-06-13 09:18:39 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-06-13 09:18:39 +0200 |
commit | e963714ad6346e7c89ad15c2dfaff1636ebb1795 (patch) | |
tree | 6ea94ce95ad7f114a07e2fbdc9f3d375cbb9d2e4 /view/theme/redbasic/css | |
parent | ef95c68b4f33102145837a0f87981f4e8a8c8876 (diff) | |
parent | 6d4188f05e2a8e92508b1d38e4b7ef5156ba6c42 (diff) | |
download | volse-hubzilla-e963714ad6346e7c89ad15c2dfaff1636ebb1795.tar.gz volse-hubzilla-e963714ad6346e7c89ad15c2dfaff1636ebb1795.tar.bz2 volse-hubzilla-e963714ad6346e7c89ad15c2dfaff1636ebb1795.zip |
Merge branch 'dev' into sabre32
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r-- | view/theme/redbasic/css/style.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index f5241c6ff..9e2a0431b 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -2030,3 +2030,9 @@ dl.bb-dl > dd > li { .help-searchlist a { font-size: 130%; } + +.embed-photo-selected-photo { + border-color: blue; + border-style: solid; + border-width: 5px; +} |