aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/css
diff options
context:
space:
mode:
authorAndrew Manning <tamanning@zoho.com>2016-06-12 19:41:37 -0400
committerAndrew Manning <tamanning@zoho.com>2016-06-12 19:41:37 -0400
commitb5933e9d442619a6782dfd8136fa9edba466a4e8 (patch)
treeac84b170d8923c9a52726e88029336c294619acd /view/theme/redbasic/css
parenta1183bf09a93459282078038b94ef89c00297604 (diff)
downloadvolse-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/css')
-rw-r--r--view/theme/redbasic/css/style.css6
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;
+}