diff options
author | Andrew Manning <tamanning@zoho.com> | 2016-06-12 19:41:37 -0400 |
---|---|---|
committer | Andrew Manning <tamanning@zoho.com> | 2016-06-12 19:41:37 -0400 |
commit | b5933e9d442619a6782dfd8136fa9edba466a4e8 (patch) | |
tree | ac84b170d8923c9a52726e88029336c294619acd /view/theme/redbasic | |
parent | a1183bf09a93459282078038b94ef89c00297604 (diff) | |
download | volse-hubzilla-b5933e9d442619a6782dfd8136fa9edba466a4e8.tar.gz volse-hubzilla-b5933e9d442619a6782dfd8136fa9edba466a4e8.tar.bz2 volse-hubzilla-b5933e9d442619a6782dfd8136fa9edba466a4e8.zip |
Photo embed button with album browser works in new post editor.
Diffstat (limited to 'view/theme/redbasic')
-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 30b0cebb4..c9c85daa3 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -2020,3 +2020,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; +} |