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:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2018-11-07 16:55:54 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2018-11-07 16:55:54 +0300
commit982129c56adae99280cd3f5bece48e0ac3036bc8 (patch)
tree3f2abe0ad1cc84f43cad0d40d441c93807dd1c6c /css
parent32742392cfb1f744673ba14764d7873b919a98ae (diff)
Add missing color indicator for envelopes in a unified mailbox
Fixes https://github.com/nextcloud/mail/issues/1276 Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'css')
-rwxr-xr-xcss/mail.scss8
1 files changed, 0 insertions, 8 deletions
diff --git a/css/mail.scss b/css/mail.scss
index e235f9539..a2cfb193c 100755
--- a/css/mail.scss
+++ b/css/mail.scss
@@ -162,14 +162,6 @@
display: none;
}
-.mail-message-account-color {
- position: absolute;
- left: 0px;
- width: 2px;
- height: 69px;
- z-index: 1;
-}
-
.account-toggle-collapse {
opacity: .5;
}