From 10cde47798f2a7b10a84a22f53aeddab1ceea720 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Sun, 20 Apr 2025 12:30:40 +0500 Subject: feat: upload page --- public/static/style.css | 26 ++++++++++++++++++++------ 1 file changed, 20 insertions(+), 6 deletions(-) (limited to 'public/static/style.css') 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; } -- cgit v1.2.3