Merge pull request #47 from edshot99/fixup-uploads-and-security-pages

fix incorrect colors on upload and security pages
This commit is contained in:
mandorinn 2024-12-11 19:14:36 -06:00 committed by GitHub
commit 1f1c6e9ba8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4053,6 +4053,13 @@ if themep == classic {
div#c-uploads div#a-new .border-bottom {
border-bottom: 2px solid var(--bg-300);
}
div#c-uploads div#a-new .col2 .fileinput-wrapper .fileinput {
background: var(--bg-400);
border: 2px dashed var(--bg-400);
}
div#c-uploads div#a-new .col2 .linkinput-wrapper .linkinput {
background: var(--bg-300);
}
input[type="file"] {
background-color: var(--bg-400);
border-radius: 4px;
@ -4695,6 +4702,11 @@ if themep == classic {
margin-right: 1rem!important;
}
}
/* Security page */
div#c-security div#a-index .settings-section {
background-color: var(--bg-400);
}
}
@-moz-document url-prefix("https://e621.net/users/"), url-prefix("https://e926.net/users/") {