Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
62 changes: 31 additions & 31 deletions extension/css/cryptup.css
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@

button.swal2-styled:focus,
.button:focus {
border: rgba(0, 0, 0, 0) solid 1px !important;
outline: rgba(0, 0, 0, 0) 0 !important;
border: rgb(0, 0, 0, 0) solid 1px !important;
outline: rgb(0, 0, 0, 0) 0 !important;
box-shadow: inset 0 0 0 1px #fff !important;
text-decoration: none;
}
Expand Down Expand Up @@ -206,7 +206,7 @@ button.btn_disabled,
}

.swal2-popup.swal2-toast.ui-toast .swal2-timer-progress-bar {
background: rgba(255, 255, 255, 0.5);
background: rgb(255, 255, 255, 0.5);
}

.swal2-popup.ui-modal-iframe {
Expand All @@ -229,7 +229,7 @@ button.btn_disabled,
}

.swal2-container.ui-modal-page {
background: rgba(0, 0, 0, 0.6) !important;
background: rgb(0, 0, 0, 0.6) !important;
}

.swal2-container.ui-modal-fullscreen {
Expand Down Expand Up @@ -273,7 +273,7 @@ button.btn_disabled,
background: #dadada;
height: 45px;
line-height: 14px;
border: 1px solid rgba(0, 0, 0, 0.25);
border: 1px solid rgb(0, 0, 0, 0.25);
border-left: none;
font-size: 14px;
font-weight: 300;
Expand Down Expand Up @@ -499,7 +499,7 @@ body#settings > div#content input[type='text'] {
box-sizing: border-box;
width: 360px !important;
height: 45px !important;
border: 1px solid rgba(0, 0, 0, 0.25);
border: 1px solid rgb(0, 0, 0, 0.25);
padding-left: 8px;
text-indent: 5px;
}
Expand All @@ -512,7 +512,7 @@ body#settings > div#content .separator {
max-width: 550px;
margin: 10px auto;
margin-bottom: 20px;
background: rgba(0, 0, 0, 0.125);
background: rgb(0, 0, 0, 0.125);
height: 1px;
}

Expand Down Expand Up @@ -804,7 +804,7 @@ textarea.armored {
text-align: left;
margin-top: -13px;
padding: 8px;
border: 1px solid rgba(0, 0, 0, 0.25);
border: 1px solid rgb(0, 0, 0, 0.25);
}

body#settings > div#content.setup div.manual div.line_container {
Expand All @@ -816,7 +816,7 @@ body#settings > div#content.setup div.manual div.line_container {
}

body#settings > div#content.setup div.manual a.back i {
color: rgba(0, 0, 0, 0.5);
color: rgb(0, 0, 0, 0.5);
font-size: 30px;
position: absolute;
top: 5px;
Expand Down Expand Up @@ -2020,7 +2020,7 @@ table#compose div.recipients-inputs > div#input_addresses_container div span.con
}

table#compose div.recipients-inputs > div#input_addresses_container div span.container-cc-bcc-buttons button:focus {
box-shadow: 0 0 0 3px rgba(49, 162, 23, 0.4);
box-shadow: 0 0 0 3px rgb(49, 162, 23, 0.4);
}

table#compose div.recipients-inputs > div#input_addresses_container div span.container-cc-bcc-buttons img {
Expand Down Expand Up @@ -2145,7 +2145,7 @@ table#compose #input-container-from select#input_from {
}

table#compose #input-container-from select#input_from:focus {
box-shadow: 0 0 0 3px rgba(49, 162, 23, 0.4);
box-shadow: 0 0 0 3px rgb(49, 162, 23, 0.4);
}

.reply_box table#compose #input-container-from select#input_from {
Expand Down Expand Up @@ -2187,7 +2187,7 @@ table#compose div.reply-container div.reply-options-container {
white-space: nowrap;
box-sizing: border-box;
z-index: 1;
box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
box-shadow: 0 0 4px 0 rgb(0, 0, 0, 0.2);
min-width: 256px;
}

Expand Down Expand Up @@ -2537,7 +2537,7 @@ table#compose .intro_container > td > .input_intro {
}

.qq-upload-drop-area-active::after {
background: rgba(49, 162, 23, 0.2);
background: rgb(49, 162, 23, 0.2);
width: 97%;
height: 96%;
content: '';
Expand Down Expand Up @@ -2632,9 +2632,9 @@ div#contacts {
background: white;
overflow-y: auto;
top: 74px;
border: 1px solid rgba(0, 0, 0, 0.2);
border: 1px solid rgb(0, 0, 0, 0.2);
left: 10px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
box-shadow: 0 2px 4px rgb(0, 0, 0, 0.2);
z-index: 1;
}

Expand Down Expand Up @@ -2785,7 +2785,7 @@ table#compose tr#password_or_pubkey_container td .orange {
table#compose tr#password_or_pubkey_container #expiration_note {
display: none;
position: absolute;
background: rgba(0, 0, 0, 0.6);
background: rgb(0, 0, 0, 0.6);
color: white;
left: 50px;
right: 0;
Expand Down Expand Up @@ -2859,15 +2859,15 @@ body#new_message #initial_prompt {
}

body#new_message.full_window {
background-color: rgba(0, 0, 0, 0.5);
background-color: rgb(0, 0, 0, 0.5);
padding: 20px 150px;
}

body#new_message.full_window table#compose {
box-shadow:
0 8px 10px 1px rgba(0, 0, 0, 0.14),
0 3px 14px 2px rgba(0, 0, 0, 0.12),
0 5px 5px -3px rgba(0, 0, 0, 0.2);
0 8px 10px 1px rgb(0, 0, 0, 0.14),
0 3px 14px 2px rgb(0, 0, 0, 0.12),
0 5px 5px -3px rgb(0, 0, 0, 0.2);
}

div#reply_message_table_container {
Expand All @@ -2889,12 +2889,12 @@ div#initial_prompt .reply-action-button {
}

div#initial_prompt .reply-action-button:focus {
background: rgba(32, 33, 36, 0.122);
background: rgb(32, 33, 36, 0.122);
box-shadow: inset 0 0 0 1px #bdc1c6;
}

div#initial_prompt .reply-action-button:hover {
background: rgba(32, 33, 36, 0.059);
background: rgb(32, 33, 36, 0.059);
}

div#initial_prompt #a_reply_all {
Expand Down Expand Up @@ -3063,7 +3063,7 @@ table#compose #error_container_reply_message #error_text_reply_message {
bottom: 32px;
align-items: center;
justify-content: center;
background-color: rgba(0, 0, 0, 0.8);
background-color: rgb(0, 0, 0, 0.8);
border-radius: 3px;
z-index: 1;
cursor: pointer;
Expand Down Expand Up @@ -3163,7 +3163,7 @@ table#compose #error_container_reply_message #error_text_reply_message {
max-width: 96vw;
max-height: 70vh;
overflow: auto;
background: rgba(0, 0, 0, 0.7);
background: rgb(0, 0, 0, 0.7);
color: #ccc;
padding: 15px;
font-size: 14px;
Expand Down Expand Up @@ -3262,7 +3262,7 @@ table#compose #error_container_reply_message #error_text_reply_message {
display: flex;
align-items: center;
justify-content: center;
background-color: rgba(0, 0, 0, 0.75);
background-color: rgb(0, 0, 0, 0.75);
border-radius: 4px;
color: #fff;
}
Expand All @@ -3284,7 +3284,7 @@ table#compose #error_container_reply_message #error_text_reply_message {

#pdf-preview-zoom {
display: flex;
border-left: 1px solid rgba(255, 255, 255, 0.2);
border-left: 1px solid rgb(255, 255, 255, 0.2);
}

#pdf-preview-controls button {
Expand All @@ -3297,7 +3297,7 @@ table#compose #error_container_reply_message #error_text_reply_message {
}

#pdf-preview-controls button:not([disabled]):hover {
background: rgba(255, 255, 255, 0.25);
background: rgb(255, 255, 255, 0.25);
}

#pdf-preview-controls button[disabled] {
Expand All @@ -3318,7 +3318,7 @@ table#compose #error_container_reply_message #error_text_reply_message {
color: white;
align-items: center;
background: #4c494c;
box-shadow: 0 10px 12px 5px rgba(0, 0, 0, 0.2);
box-shadow: 0 10px 12px 5px rgb(0, 0, 0, 0.2);
padding: 30px;
border-radius: 15px;
}
Expand Down Expand Up @@ -3356,11 +3356,11 @@ body#select_account .emails li {
cursor: pointer;
height: auto;
padding-top: 1px;
border-top: 1px solid rgba(0, 0, 0, 0.1);
border-top: 1px solid rgb(0, 0, 0, 0.1);
}

body#select_account .emails li:last-child {
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
border-bottom: 1px solid rgb(0, 0, 0, 0.1);
}

body#select_account .emails li a {
Expand Down Expand Up @@ -3513,7 +3513,7 @@ body#settings div.webmail_notifications div.webmail_notification {
background-color: rgb(249, 237, 190);
border: 1px solid rgb(240, 195, 109);
border-radius: 2px;
box-shadow: rgba(0, 0, 0, 0.2) 0 2px 4px 0;
box-shadow: rgb(0, 0, 0, 0.2) 0 2px 4px 0;
color: rgb(34, 34, 34);
font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
font-size: 12.8px;
Expand Down
8 changes: 4 additions & 4 deletions extension/css/settings.css
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ a.gray_link {
margin: 0 auto;
margin-top: 30px;
z-index: 10;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
box-shadow: 0 1px 3px rgb(0, 0, 0, 0.3);
font-size: 14px;
}

Expand Down Expand Up @@ -161,7 +161,7 @@ a.gray_link {
}

.row.alt-accounts:focus {
background: rgba(0, 0, 0, 0.019) !important;
background: rgb(0, 0, 0, 0.019) !important;
}

#alt-accounts .action_add_account.action_add_account--settings::before {
Expand Down Expand Up @@ -246,7 +246,7 @@ a.gray_link {
}

#settings-row .separator {
background: rgba(0, 0, 0, 0.09);
background: rgb(0, 0, 0, 0.09);
max-width: 515px;
margin: 15px auto 20px;
height: 1px;
Expand Down Expand Up @@ -516,7 +516,7 @@ body#settings .basic {

body#settings .settings-border {
position: relative;
border: 1px solid rgba(0, 0, 0, 0.2);
border: 1px solid rgb(0, 0, 0, 0.2);
width: 100%;
margin: 10px;
height: 220px;
Expand Down
14 changes: 7 additions & 7 deletions extension/css/webmail.css
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ div.webmail_notifications div.webmail_notification {
background-color: rgb(249, 237, 190);
border: 1px solid rgb(240, 195, 109);
border-radius: 2px;
box-shadow: rgba(0, 0, 0, 0.2) 0 2px 4px 0;
box-shadow: rgb(0, 0, 0, 0.2) 0 2px 4px 0;
color: rgb(34, 34, 34);
font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
font-size: 12.8px;
Expand Down Expand Up @@ -301,7 +301,7 @@ body.cryptup_gmail .action_finish_session {
height: 28px;
color: #000;
text-decoration: none;
background: rgba(200, 200, 200, 0.95);
background: rgb(200, 200, 200, 0.95);
padding: 6px 0;
cursor: pointer;
z-index: 3;
Expand Down Expand Up @@ -350,7 +350,7 @@ body.cryptup_outlook ._fce_i {
z-index: 6;
height: 605px;
transition: 0.1s height ease-in-out;
box-shadow: rgba(0, 0, 0, 0.3) 0 2px 8px;
box-shadow: rgb(0, 0, 0, 0.3) 0 2px 8px;
}

.secure_compose_window.previous_active {
Expand All @@ -368,7 +368,7 @@ body.cryptup_outlook ._fce_i {
left: 0;
width: 100%;
height: 100%;
background: rgba(255, 255, 255, 0.4);
background: rgb(255, 255, 255, 0.4);
pointer-events: none;
}

Expand Down Expand Up @@ -504,7 +504,7 @@ div.reply_message_iframe_container.inserted {
#fc_offline_drafts a {
display: block;
cursor: pointer;
background: rgba(242, 245, 245, 0.8);
background: rgb(242, 245, 245, 0.8);
color: #202124;
outline: 1px solid rgb(100 121 143 / 12%);
padding: 10px 20px;
Expand Down Expand Up @@ -550,7 +550,7 @@ body.cryptup_gmail div.recipients_use_encryption a {

.swal2-container.ui-modal-attachment {
padding: 0;
background: rgba(0, 0, 0, 0.85) !important;
background: rgb(0, 0, 0, 0.85) !important;
overflow-y: hidden !important;
}

Expand Down Expand Up @@ -586,5 +586,5 @@ body.cryptup_gmail div.recipients_use_encryption a {
}

.swal2-popup.swal2-toast.ui-toast .swal2-timer-progress-bar {
background: rgba(255, 255, 255, 0.5);
background: rgb(255, 255, 255, 0.5);
}
Loading