summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--frontend/style.css8
1 files changed, 7 insertions, 1 deletions
diff --git a/frontend/style.css b/frontend/style.css
index 76ba587..3bf6a51 100644
--- a/frontend/style.css
+++ b/frontend/style.css
@@ -222,6 +222,9 @@ input[type=password] {
width: 100%;
box-sizing: border-box;
}
+input[type=file] {
+ width: fit-content;
+}
td.tdinput, th.tdinput {
padding: 0rem !important;
}
@@ -259,7 +262,7 @@ th.tdinput input[type=password] {
}
.btn-normal,
input[type=file]::file-selector-button {
- background: var(--box-contrast);
+ background: var(--box);
border: var(--border) 1px solid !important;
color: var(--box-contrast);
}
@@ -275,6 +278,9 @@ input[type=file]::file-selector-button {
transition: background .1s linear;
cursor: pointer;
}
+input[type=file].no-file-selector-button::file-selector-button {
+ display: none;
+}
a.btn {
text-decoration: none;
}