summaryrefslogtreecommitdiff
path: root/public/static
diff options
context:
space:
mode:
authorilotterytea <iltsu@alright.party>2025-04-20 12:30:40 +0500
committerilotterytea <iltsu@alright.party>2025-04-20 12:33:32 +0500
commit10cde47798f2a7b10a84a22f53aeddab1ceea720 (patch)
tree48098523b6b8f037815a4f4a6af0f53d60c5b8a5 /public/static
parent129b4df7ddeb1c6a819c0ebeee11dab50d18ff53 (diff)
feat: upload page
Diffstat (limited to 'public/static')
-rw-r--r--public/static/style.css26
1 files changed, 20 insertions, 6 deletions
diff --git a/public/static/style.css b/public/static/style.css
index 1700079..1687616 100644
--- a/public/static/style.css
+++ b/public/static/style.css
@@ -44,6 +44,16 @@ input {
border: 1px solid gray;
}
+form {
+ display: flex;
+ flex-direction: column;
+ gap: 4px;
+}
+
+.row {
+ flex-direction: row;
+}
+
.container {
width: 100%;
min-height: 100vh;
@@ -131,6 +141,16 @@ button,
color: black;
}
+button:disabled {
+ color: gray;
+}
+
+button:disabled:hover {
+ cursor: not-allowed;
+ background: lightgray;
+ color: gray;
+}
+
button:hover,
.button:hover {
background: #b9b9b9;
@@ -319,12 +339,6 @@ a.box:hover {
gap: 16px;
}
-.accman form {
- display: flex;
- flex-direction: column;
- gap: 4px;
-}
-
.accman h1 {
font-size: 26px;
}