mirror of
https://github.com/Theodor-Springmann-Stiftung/musenalm.git
synced 2026-02-04 10:35:30 +00:00
+Image upload
This commit is contained in:
@@ -82,6 +82,24 @@
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.content-image-pending .content-image-pending-button::before {
|
||||
content: "";
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
background: repeating-linear-gradient(-45deg, transparent, transparent 6px, rgba(220, 38, 38, 0.35) 6px, rgba(220, 38, 38, 0.35) 10px);
|
||||
border-radius: 0.25rem;
|
||||
pointer-events: none;
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
.content-image-pending .content-image-pending-button > * {
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
* {
|
||||
@apply normal-nums;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user