diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-07-28 22:32:58 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-07-28 22:32:58 +0200 |
commit | 3bf2935ee363a784f0140242b569eb4e2a837249 (patch) | |
tree | 05e98dc9d2e5e8ef6d8570f03e9c1b29f91088be /view/css | |
parent | 500ee4c1bf50efc5a9db419d9ad1c722851c29aa (diff) | |
download | volse-hubzilla-3bf2935ee363a784f0140242b569eb4e2a837249.tar.gz volse-hubzilla-3bf2935ee363a784f0140242b569eb4e2a837249.tar.bz2 volse-hubzilla-3bf2935ee363a784f0140242b569eb4e2a837249.zip |
add more info on what is happening after we are at 100% and minor fixes
Diffstat (limited to 'view/css')
-rw-r--r-- | view/css/conversation.css | 2 | ||||
-rw-r--r-- | view/css/mod_cloud.css | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/view/css/conversation.css b/view/css/conversation.css index d1adaf20f..5af0c55e7 100644 --- a/view/css/conversation.css +++ b/view/css/conversation.css @@ -43,7 +43,7 @@ #profile-jot-text.hover { background-color: aliceblue; opacity: 0.5; - box-shadow: inset 0 3px 4px #888; + box-shadow: inset 0 0px 7px #5cb85c; } .jot-attachment { diff --git a/view/css/mod_cloud.css b/view/css/mod_cloud.css index eb5bec1f1..53eb80b44 100644 --- a/view/css/mod_cloud.css +++ b/view/css/mod_cloud.css @@ -50,7 +50,7 @@ .upload-progress-bar { background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVR42mOM2RFTDwAE2QHxFMHIIwAAAABJRU5ErkJggg==') repeat-y; - background-size: 3px; + background-size: 0px; padding: 0px !important; height: 3px; } |