/* ---Nachrichtenansicht Anhaenge Zeile hochsetzen--- */ /* ---in Konfiguration: mailnews.attachments.display.start_expanded -> false --- */ /* ---in Konfiguration: mail.compose.show_attachment_pane -> true --- */ #attachmentBar, vbox#messagepanebox vbox#attachmentView { appearance: none !important; order: -1 !important; background-image: unset !important; background-color: lightblue !important; } vbox#messagepanebox vbox#attachmentView { border-top: 0px !important; } /* ---Vobereitung Anhang Toolbox nach oben versetzen--- */ /* ---Adress- und Betreff-Zeile begrenzen--- */ toolbar#MsgHeadersToolbar.themeable-full { appearance: none !important; width: 68.2% !important; } /* ---Anhang Toolbox nach oben versetzen--- */ #attachmentArea { appearance: none !important; display: unset !important; right: 0px !important; top: 53px !important; position: fixed !important; width: 21% !important; background-color: lightblue !important; height: 26px !important; border-left: 1px solid #c7c7c8 !important; } /* ---Anhang Toolbox - Groessenangabe stylen--- */ #attachmentBucketSize { background-color: transparent !important; color: #000 !important; } #attachmentToggle { border-radius: 0 !important; border: 1px solid #B2B2B2 !important; background-color: #0082FC !important; color: #FFF !important; } #attachmentToggle:hover { border: 1px solid #0082FC !important; background-color: #D1E2F2 !important; color: #000 !important; } #attachmentIcon { color: #000 !important; } #attachmentCount, #attachmentSize { color: #000 !important; } #attachmentName, #attachmentSaveAllSingle { border-radius: 0 !important; border: 1px solid #B2B2B2 !important; background-color: #0082FC !important; color: #FFF !important; } #attachmentName:hover, #attachmentSaveAllSingle:hover { border: 1px solid #0082FC !important; background-color: #D1E2F2 !important; color: #000 !important; } #attachmentList { border-bottom: 1px solid #B2B2B2 !important; } /* ---Anhang Toolbox - Box stylen--- */ #attachmentBucket { appearance: none !important; min-height: 175px !important; border: 1px solid var(--splitter-color) !important; /* box-shadow: 10px 20px 20px -14px rgba(181,175,181,0.65) !important; */ border-radius: 0 !important; } #attachmentArea > summary { padding: 4px !important; }