mirror of
https://github.com/mandorinn/eSix-Cafe.git
synced 2025-03-04 02:53:00 -05:00
Merge pull request #47 from edshot99/fixup-uploads-and-security-pages
fix incorrect colors on upload and security pages
This commit is contained in:
commit
1f1c6e9ba8
@ -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/") {
|
||||
|
Loading…
Reference in New Issue
Block a user