brightened the Realm of Darkness

some CSS adjustments to make "Tanslate-Files" look like "Translate-Text
This commit is contained in:
Christian Eichert 2022-08-06 17:08:11 +02:00 committed by GitHub
parent c36c9ade62
commit 54bdc77bdc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,11 @@
background-color: #1E5DA6 !important; background-color: #1E5DA6 !important;
} }
/* like in btn-delete-text */
.btn-flat {
color: #666;
}
.btn-switch-type { .btn-switch-type {
background-color: #333; background-color: #333;
color: #5CA8FF; color: #5CA8FF;
@ -17,7 +21,6 @@
background-color: #444 !important; background-color: #444 !important;
color: #5CA8FF; color: #5CA8FF;
} }
.btn-switch-type.active { .btn-switch-type.active {
background-color: #3392FF !important; background-color: #3392FF !important;
color: #fff; color: #fff;
@ -26,7 +29,20 @@
background-color: #5CA8FF !important; background-color: #5CA8FF !important;
color: #fff; color: #fff;
} }
/* like in textarea */
.card-content {
border: 1px solid #444 !important;
background-color: #222 !important;
color: #fff;
}
.file-dropzone {
background: #222;
border: 1px solid #444;
margin-top: 1rem;
}
select { select {
color: #fff; color: #fff;
background: #111; background: #111;
@ -42,6 +58,10 @@
background-color: #222 !important; background-color: #222 !important;
color: #fff; color: #fff;
} }
/* like in file dropzone */
.textarea-container {
margin-top: 1rem;
}
.code { .code {
border: 1px solid #444; border: 1px solid #444;
@ -53,7 +73,6 @@
text-shadow: 0 1px #000; text-shadow: 0 1px #000;
} }
.token.atrule, .token.atrule,
.token.attr-value, .token.attr-value,
.token.keyword { .token.keyword {