grumble grumble, doing this sucks

This commit is contained in:
split / May 2023-10-20 17:53:12 +00:00
parent 8a9fc24120
commit 6f1408669c
4 changed files with 7 additions and 7 deletions

View file

@ -1,7 +1,7 @@
#uploadWindow {
#add_new_files {
background-color:var(--subpanel);
border: 1px solid gray;
border: 1px solid var(--subtext);
padding: 0px 0px 10px 0px;
p {
@ -81,7 +81,7 @@
height:100px;
position:relative;
background-color:#262626;
background-color:var(--text-input); // todo rename text-input to just input
transition-duration:250ms;
input[type=file] {
@ -107,7 +107,7 @@
&:hover {
transition-duration:250ms;
background-color:#292929;
background-color:var(--button);
}
}
}

View file

@ -3,7 +3,7 @@
#uploadWindow {
.file {
background-color:var(--subpanel);
border: 1px solid gray;
border: 1px solid var(--subtext);
padding: 10px;
overflow:clip;
position:relative;

View file

@ -2,7 +2,7 @@
.error {
font-size:20px;
color: lightslategray;
color: var(--subtext);
position: fixed;
left: 50%;
@ -14,7 +14,7 @@
.code {
font-size:25px;
font-family: "Inconsolata", monospace;
color: white;
color: var(--text);
}
}

View file

@ -239,7 +239,7 @@
</button>
{/if}
<p style="font-size:12px;color:#AAAAAA;text-align:center;" class="monospace"><br />{$account.id}</p>
<p style="font-size:12px;color:var(--subtext);text-align:center;" class="monospace"><br />{$account.id}</p>
</div>
</div>