Updated styles
This commit is contained in:
parent
6f200fc2a7
commit
75a3da7d95
@ -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);
|
||||
|
@ -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: "⋮";
|
||||
|
||||
|
@ -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" />
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user