Updated styles

This commit is contained in:
Christian 2021-05-09 17:57:34 +02:00
parent 6f200fc2a7
commit 75a3da7d95
3 changed files with 11 additions and 0 deletions

View File

@ -458,6 +458,10 @@ th.address {
padding: 4px;
}
.pc .cu .input-group button {
width: 10em;
}
/* ALU */
.pc .alu input, .pc .alu .button, .pc .alu button{
color: var(--color-alu-text);

View File

@ -65,6 +65,12 @@ footer{
.dragDrop.loading {
background-color: var(--color-loader-hover);
}
.dragDrop .loader {
display: none;
}
.dragDrop.loading .loader {
display: block;
}
/*.dragDrop.loading p:first-child::before {
content: "⋮";

View File

@ -19,6 +19,7 @@
<link rel="stylesheet" href="css/cookie.css" />
<link rel="stylesheet" href="css/colors-light.css">
<link rel="stylesheet" href="css/colors-dark.css">
<link rel="stylesheet" href="css/loader.css" />
<link rel="stylesheet" href="css/pc.css" />
<link rel="stylesheet" href="css/style.css" />