aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme
diff options
context:
space:
mode:
authorhubzilla <git@macgirvin.com>2016-06-13 10:15:09 +1000
committerGitHub <noreply@github.com>2016-06-13 10:15:09 +1000
commitb18b9464a4b830ec50412bb688727d7170a90398 (patch)
treedc762bfa1192ac1be695f7d713fdb51cbce1ed58 /view/theme
parent81b3c5971119c5ceb2ae8cbfee71ad548a531140 (diff)
parent71d4f65cb21875176da2b77610a9a6cc86d10384 (diff)
downloadvolse-hubzilla-b18b9464a4b830ec50412bb688727d7170a90398.tar.gz
volse-hubzilla-b18b9464a4b830ec50412bb688727d7170a90398.tar.bz2
volse-hubzilla-b18b9464a4b830ec50412bb688727d7170a90398.zip
Merge pull request #416 from anaqreon/embedphotos
Add embed photos button with album browser to new post editor
Diffstat (limited to 'view/theme')
-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;
+}