Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2016-07-28 16:50:00 +0300
committerJan-Christoph Borchardt <hey@jancborchardt.net>2016-07-28 16:50:00 +0300
commit2e72041c7848a8c788968af460a4cdfd3e849fc2 (patch)
tree6ba1a7a4823ed8435f4f4ee85aeb2885a7ab0344
parent16002d9d36049ac1f354597d00f974a4f2d1ddaa (diff)
introduce very slight gradient for message header to get rid of hard border
-rwxr-xr-xcss/mail.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/css/mail.css b/css/mail.css
index da03e35dd..f20aa0273 100755
--- a/css/mail.css
+++ b/css/mail.css
@@ -568,8 +568,11 @@ input.submit-message,
position: fixed;
height: 90px;
width: 50%;
- background-color: rgba(255,255,255,.9);
z-index: 100;
+ background: -webkit-linear-gradient(rgba(255,255,255,.97), rgba(255,255,255,.9) 80%, rgba(255,255,255,0));
+ background: -o-linear-gradient(rgba(255,255,255,.97), rgba(255,255,255,.9) 80%, rgba(255,255,255,0));
+ background: -moz-linear-gradient(rgba(255,255,255,.97), rgba(255,255,255,.9) 80%, rgba(255,255,255,0));
+ background: linear-gradient(rgba(255,255,255,.97), rgba(255,255,255,.9) 80%, rgba(255,255,255,0));
}
#mail-message-header h2,