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
path: root/css
diff options
context:
space:
mode:
authorJakob Sack <mail@jakobsack.de>2018-01-17 23:43:29 +0300
committerJakob Sack <mail@jakobsack.de>2018-01-17 23:43:29 +0300
commit8648a538a2a41f99a41d5905c8db830eb75ecedc (patch)
treef78a4486cfc9af92daf2016460ba163499907501 /css
parent776cf2efd638751c7a6614de73ae3aa3e6b23418 (diff)
Implement the styles Jan suggested
Diffstat (limited to 'css')
-rwxr-xr-xcss/mail.scss6
1 files changed, 6 insertions, 0 deletions
diff --git a/css/mail.scss b/css/mail.scss
index cc1bb1d69..ae478f19c 100755
--- a/css/mail.scss
+++ b/css/mail.scss
@@ -410,6 +410,12 @@ textarea.message-body {
padding-right: 25%;
}
+#app .message-composer .composer-fields .noreply-box {
+ margin-top: 0;
+ background: #fdffc3;
+ padding-left: 64px;
+}
+
.composer-cc-bcc {
position: relative;
}