diff options
| author | Ahmed AbdelHalim <[email protected]> | 2025-09-07 19:11:00 +0200 |
|---|---|---|
| committer | Ahmed AbdelHalim <[email protected]> | 2025-09-07 19:11:00 +0200 |
| commit | 5fea2066fbe9d935c20c533df6f68cf114a84b78 (patch) | |
| tree | 5c387e05bd2d442c10d5492c1491559aa4bcc7cb /static/css/styles.css | |
| parent | e54cef2fae80d759c495544f04afe50385c36bce (diff) | |
Fix linting issues
Diffstat (limited to 'static/css/styles.css')
| -rw-r--r-- | static/css/styles.css | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/static/css/styles.css b/static/css/styles.css index af767a7..acf0773 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -38,7 +38,7 @@ html { border-color: var(--light-green); } - .login__form input[type=submit] { + .login__form button { color: var(--light-green); } } @@ -48,7 +48,7 @@ html { .header__logout { position: inherit !important; } - .header__logout input[type=submit] { + .header__logout button { width: 100% !important; } } @@ -79,7 +79,7 @@ header { right: 1rem; } -.header__logout input[type=submit] { +.header__logout button { border: 1px solid; padding: 1rem; color: var(--dark-red); @@ -92,10 +92,6 @@ header { min-height: 160px; } -.status__header, -.connections__header { -} - .message { font-family: monospace; font-size: 14px; @@ -164,7 +160,7 @@ header { background-color: inherit; } -.login__form input[type=submit] { +.login__form button { border: 1px solid; padding: 1rem; color: var(--dark-green); |
