From 3bf2935ee363a784f0140242b569eb4e2a837249 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Thu, 28 Jul 2016 22:32:58 +0200 Subject: add more info on what is happening after we are at 100% and minor fixes --- view/css/conversation.css | 2 +- view/css/mod_cloud.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'view/css') 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; } -- cgit v1.2.3