23 lines
797 B
Text
23 lines
797 B
Text
.filepond--root .filepond--file-info,
|
|
.filepond--root .filepond--file-info-main,
|
|
.filepond--root .filepond--file-info-sub {
|
|
pointer-events: auto !important;
|
|
}
|
|
|
|
/* Make the “sub” line look like the main line (brighter) */
|
|
.filepond--root .filepond--file-info .filepond--file-info-sub {
|
|
opacity: 1 !important; /* remove faded look */
|
|
color: #ffffff; /* or whatever contrasts your green */
|
|
font-size: 0.75em; /* same as main, if you like */
|
|
}
|
|
|
|
/* Style the link itself */
|
|
.filepond--root .filepond--file-info .filepond--file-info-sub a {
|
|
color: #ffffff;
|
|
text-decoration: underline;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.filepond--root .filepond--drop-label .filepond--label-action {
|
|
font-family: @text-regular; /* or a different font */
|
|
}
|