mirror of
https://github.com/mollersuite/monofile.git
synced 2024-11-24 06:36:27 -08:00
grumble grumble, doing this sucks
This commit is contained in:
parent
8a9fc24120
commit
6f1408669c
|
@ -1,7 +1,7 @@
|
||||||
#uploadWindow {
|
#uploadWindow {
|
||||||
#add_new_files {
|
#add_new_files {
|
||||||
background-color:var(--subpanel);
|
background-color:var(--subpanel);
|
||||||
border: 1px solid gray;
|
border: 1px solid var(--subtext);
|
||||||
padding: 0px 0px 10px 0px;
|
padding: 0px 0px 10px 0px;
|
||||||
|
|
||||||
p {
|
p {
|
||||||
|
@ -81,7 +81,7 @@
|
||||||
height:100px;
|
height:100px;
|
||||||
position:relative;
|
position:relative;
|
||||||
|
|
||||||
background-color:#262626;
|
background-color:var(--text-input); // todo rename text-input to just input
|
||||||
transition-duration:250ms;
|
transition-duration:250ms;
|
||||||
|
|
||||||
input[type=file] {
|
input[type=file] {
|
||||||
|
@ -107,7 +107,7 @@
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
transition-duration:250ms;
|
transition-duration:250ms;
|
||||||
background-color:#292929;
|
background-color:var(--button);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
#uploadWindow {
|
#uploadWindow {
|
||||||
.file {
|
.file {
|
||||||
background-color:var(--subpanel);
|
background-color:var(--subpanel);
|
||||||
border: 1px solid gray;
|
border: 1px solid var(--subtext);
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
overflow:clip;
|
overflow:clip;
|
||||||
position:relative;
|
position:relative;
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
.error {
|
.error {
|
||||||
font-size:20px;
|
font-size:20px;
|
||||||
color: lightslategray;
|
color: var(--subtext);
|
||||||
|
|
||||||
position: fixed;
|
position: fixed;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
|
@ -14,7 +14,7 @@
|
||||||
.code {
|
.code {
|
||||||
font-size:25px;
|
font-size:25px;
|
||||||
font-family: "Inconsolata", monospace;
|
font-family: "Inconsolata", monospace;
|
||||||
color: white;
|
color: var(--text);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -239,7 +239,7 @@
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
{/if}
|
{/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>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue