Change color.
This commit is contained in:
parent
e62a855409
commit
819cf8381c
@ -60,7 +60,7 @@ class UploadButtonElement extends HTMLElement {
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
height: 100vh;
|
||||
background-color: #f4f4f4;
|
||||
background-color: #000000;
|
||||
}
|
||||
.upload-container {
|
||||
position: relative;
|
||||
@ -70,7 +70,7 @@ class UploadButtonElement extends HTMLElement {
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
padding: 10px 20px;
|
||||
background-color: #f05a28;
|
||||
background-color: #000000;
|
||||
color: white;
|
||||
border: none;
|
||||
border-radius: 5px;
|
||||
@ -87,7 +87,7 @@ class UploadButtonElement extends HTMLElement {
|
||||
left: 0;
|
||||
top: 0;
|
||||
height: 100%;
|
||||
background: rgba(255, 255, 255, 0.4);
|
||||
background: #f05a28;;
|
||||
width: 0%;
|
||||
}
|
||||
.hidden-input {
|
||||
|
Loading…
Reference in New Issue
Block a user