mirror of
https://github.com/pewdiepie-archdaemon/odysseus.git
synced 2026-07-08 11:56:59 +00:00
Add bulk email attachment downloads
This commit is contained in:
@@ -30897,6 +30897,39 @@ button .spinner-whirlpool {
|
||||
cursor: pointer; user-select: none;
|
||||
letter-spacing: 0.4px;
|
||||
}
|
||||
.email-attachments-download-all {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
gap: 4px;
|
||||
height: 22px;
|
||||
padding: 0 8px;
|
||||
border-radius: 999px;
|
||||
border: 1px solid color-mix(in srgb, var(--accent-primary, var(--red)) 35%, transparent);
|
||||
background: color-mix(in srgb, var(--accent-primary, var(--red)) 9%, transparent);
|
||||
color: var(--accent-primary, var(--red));
|
||||
font: inherit;
|
||||
font-size: 10px;
|
||||
font-weight: 700;
|
||||
text-transform: none;
|
||||
letter-spacing: 0;
|
||||
cursor: pointer;
|
||||
flex: 0 0 auto;
|
||||
}
|
||||
.email-attachments-download-all:hover {
|
||||
background: color-mix(in srgb, var(--accent-primary, var(--red)) 18%, transparent);
|
||||
border-color: color-mix(in srgb, var(--accent-primary, var(--red)) 60%, transparent);
|
||||
}
|
||||
.email-attachments-download-all.is-loading {
|
||||
opacity: 0.82;
|
||||
pointer-events: none;
|
||||
}
|
||||
.email-attachments-download-all .spinner-whirlpool,
|
||||
.email-attachments-download-all .ai-spinner-whirlpool {
|
||||
width: 12px !important;
|
||||
height: 12px !important;
|
||||
margin: 0 !important;
|
||||
}
|
||||
.email-reader-atts-wrap > .email-reader-atts {
|
||||
border-bottom: none !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user