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-09-24 13:33:19 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2018-09-24 13:33:19 +0300
commit496e15d45f2f2d53e61a9adb7d54d16cb9df6c55 (patch)
tree13335d9c1ba422b1f1db3895499719dd397d6c35 /css
parented72e25ecd049e804136c65800b1ef0e73e9fb81 (diff)
Add inifinte scroll to message/envelope list
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'css')
-rwxr-xr-xcss/mail.scss11
1 files changed, 0 insertions, 11 deletions
diff --git a/css/mail.scss b/css/mail.scss
index d88782e6e..febe1e456 100755
--- a/css/mail.scss
+++ b/css/mail.scss
@@ -220,17 +220,6 @@
background: -webkit-radial-gradient(top, ellipse cover, var(--color-main-background),rgba(255,255,255,0) 70%);
background: radial-gradient(ellipse at top, var(--color-main-background),rgba(255,255,255,0) 70%);
}
-#load-more-mail-messages {
- margin: 10px auto;
- padding: 10px;
- margin-top: 50px;
- margin-bottom: 200px;
-}
-/* TODO: put this in core icons.css as general rule for buttons with icons */
-#load-more-mail-messages.icon-loading-small {
- padding-left: 32px;
- background-position: 9px center;
-}
#app-navigation .msg.success {
color: #fff;