diff options
author | Andrew Manning <tamanning@zoho.com> | 2016-07-24 17:33:34 -0400 |
---|---|---|
committer | Andrew Manning <tamanning@zoho.com> | 2016-07-24 17:33:34 -0400 |
commit | 1b1170bcf6a0275ff3afa8c92cffb8da2f9f0686 (patch) | |
tree | 0e68d182dca72b2f3dc6d90d453bef7e15d2bbd9 /view/css | |
parent | eb03877aa480c6b0ca4eb6f54131fb2880d62ab0 (diff) | |
download | volse-hubzilla-1b1170bcf6a0275ff3afa8c92cffb8da2f9f0686.tar.gz volse-hubzilla-1b1170bcf6a0275ff3afa8c92cffb8da2f9f0686.tar.bz2 volse-hubzilla-1b1170bcf6a0275ff3afa8c92cffb8da2f9f0686.zip |
Drag and drop one image file at a time into the post editor will upload it.
Diffstat (limited to 'view/css')
-rw-r--r-- | view/css/conversation.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/view/css/conversation.css b/view/css/conversation.css index 68aa8bfbe..87965b2b8 100644 --- a/view/css/conversation.css +++ b/view/css/conversation.css @@ -40,6 +40,15 @@ resize: vertical; } +#profile-jot-text.hover { + color: #f00; + background-color: #43488A; + opacity: 0.5; + border-color: #f00; + border-style: solid; + box-shadow: inset 0 3px 4px #888; +} + .jot-attachment { border: 0px; padding: 10px; |