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:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2017-11-02 17:44:51 +0300
committerJan-Christoph Borchardt <hey@jancborchardt.net>2017-11-02 17:44:51 +0300
commitdff76cb43dcf929bdce66f67c641d17b87795a82 (patch)
treeebdd78689d9831983fa6df6264ced851866ea3b4 /css
parent2cd7e403bf677692abaa3245011184a9475dee4b (diff)
Remove specific CSS modifications
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'css')
-rwxr-xr-xcss/mail.css43
1 files changed, 0 insertions, 43 deletions
diff --git a/css/mail.css b/css/mail.css
index 138725537..a412729c8 100755
--- a/css/mail.css
+++ b/css/mail.css
@@ -101,15 +101,6 @@
/* app navigation */
-/* fix scrolling */
-#app-navigation {
- overflow: hidden;
-}
-
-#app-navigation .utils {
- padding: 0 16px;
-}
-
/* do not display empty folders in the sidebar */
#app-navigation .empty {
display: none;
@@ -135,35 +126,6 @@
}
-/* START: should be done in core/apps.css */
-
-#app-navigation .collapse {
- display: inline-block !important;
- opacity: .3;
- z-index: 1;
-}
-
-#app-navigation ul ul {
- display: block;
-}
-
-#app-navigation ul ul ul {
- display: none;
-}
-
-#app-navigation ul ul li > a {
- padding-left: 32px;
-}
-
-#app-navigation ul .collapsible.open:hover {
- box-shadow: inset 0 0 3px #ddd;
-}
-
-#app-navigation ul .collapsible.open ul {
- display: block;
-}
-/* STOP: should be done in core/apps.css */
-
#emptycontent,
#mail-messages #emptycontent.emptycontent-search {
position: static;
@@ -370,11 +332,6 @@
padding: 3px;
}
-/* override core values to work with custom html */
-#app-navigation .app-navigation-entry-utils {
- top: 7px;
-}
-
/* autocomplete list */
.ui-autocomplete .ui-menu-item a.mail-recipient-autocomplete {
display: flex;