summaryrefslogtreecommitdiffstats
path: root/comm/mail/components/im/messages/dark/Variants/Blue.css
diff options
context:
space:
mode:
Diffstat (limited to 'comm/mail/components/im/messages/dark/Variants/Blue.css')
-rw-r--r--comm/mail/components/im/messages/dark/Variants/Blue.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/comm/mail/components/im/messages/dark/Variants/Blue.css b/comm/mail/components/im/messages/dark/Variants/Blue.css
new file mode 100644
index 0000000000..d32a90406f
--- /dev/null
+++ b/comm/mail/components/im/messages/dark/Variants/Blue.css
@@ -0,0 +1,8 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
+
+p.incoming {
+ border-top: 1px solid hsla(215, 100%, 80%, 0.4);
+ background: -moz-linear-gradient(top, hsla(215, 100%, 80%, 0.3), hsla(215, 100%, 80%, 0.1) 30px);
+}