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
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2018-10-30 22:33:07 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2018-10-30 22:33:07 +0300
commite9b28df097610506d19a6c7fe5f42956ae69cb37 (patch)
treef4d83aeb0b8e32c1ccfef5e00149d88df4bdb028 /css/mail.scss
parent2d34aec877575c8be0a91cf01534376d348828e4 (diff)
Add ability to send cloud attachments
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'css/mail.scss')
-rwxr-xr-xcss/mail.scss28
1 files changed, 0 insertions, 28 deletions
diff --git a/css/mail.scss b/css/mail.scss
index c609e19a3..e235f9539 100755
--- a/css/mail.scss
+++ b/css/mail.scss
@@ -437,34 +437,6 @@ input.submit-message,
opacity: .5;
}
-.new-message-attachments li {
- padding: 10px;
-}
-.new-message-attachments-action {
- display: inline-block;
- vertical-align: middle;
- padding: 22px;
- opacity: .5;
-}
-
-/* attachment filenames */
-.new-message-attachment-name {
- display:inline-block;
-}
-/* Colour the filename with a different color during attachment upload */
-.new-message-attachment-name.upload-ongoing {
- color: #0082c9;
-}
-/* Colour the filename in red if the attachment upload failed */
-.new-message-attachment-name.upload-warning {
- color: #d2322d;
-}
-/* Red ProgressBar for failed attachment uploads */
-.new-message-attachment-name.upload-warning .ui-progressbar-value {
- border: 1px solid #e9322d;
- background: #e9322d;
-}
-
/* compose (handling mailto links) */