Fix: Remove red header, use dark theme for upload page
This commit is contained in:
parent
0b893025a5
commit
c2180e556d
@ -812,7 +812,7 @@
|
|||||||
.file-preview {
|
.file-preview {
|
||||||
width: 56px;
|
width: 56px;
|
||||||
height: 56px;
|
height: 56px;
|
||||||
background: linear-gradient(135deg, #e63030 0%, #ff6b6b 100%);
|
background: linear-gradient(135deg, #1a1a1a 0%, #252525 100%);
|
||||||
border-radius: 12px;
|
border-radius: 12px;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
@ -871,7 +871,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.btn-remove-file:hover {
|
.btn-remove-file:hover {
|
||||||
background: #e63030;
|
background: #1a1a1a;
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user