From 69da83886145aae94990aed0726ae8817e8573f2 Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Mon, 26 Mar 2018 11:20:27 +0200 Subject: [PATCH] Remove extra background color from splitter bar --- mail/templates/mobile/app.css | 1 - mail/templates/pixelegg/app.css | 1 - mail/templates/pixelegg/app.less | 1 - 3 files changed, 3 deletions(-) diff --git a/mail/templates/mobile/app.css b/mail/templates/mobile/app.css index 0976856372..884366f76f 100644 --- a/mail/templates/mobile/app.css +++ b/mail/templates/mobile/app.css @@ -1009,7 +1009,6 @@ body { box-shadow: 0px 0px 0px rgba(0, 0, 0, 0); } #mail-index div.splitter-bar { - background-color: rgba(179, 39, 39, 0); border-right: 0; border-top: 0; border-bottom: 0; diff --git a/mail/templates/pixelegg/app.css b/mail/templates/pixelegg/app.css index e786cc1b66..cb51d873eb 100755 --- a/mail/templates/pixelegg/app.css +++ b/mail/templates/pixelegg/app.css @@ -997,7 +997,6 @@ body { box-shadow: 0px 0px 0px rgba(0, 0, 0, 0); } #mail-index div.splitter-bar { - background-color: rgba(179, 39, 39, 0); border-right: 0; border-top: 0; border-bottom: 0; diff --git a/mail/templates/pixelegg/app.less b/mail/templates/pixelegg/app.less index a2aea8568d..08d451cf30 100755 --- a/mail/templates/pixelegg/app.less +++ b/mail/templates/pixelegg/app.less @@ -88,7 +88,6 @@ body { tr.mail div span {.box_shadow_none;} } // Ende: Box mit Header und Liste div.splitter-bar { - background-color: rgba(179, 39, 39, 0); border-right: 0; border-top: 0; border-bottom: 0;