diff options
| author | 2021-07-08 18:00:23 +0200 | |
|---|---|---|
| committer | 2021-07-08 18:00:23 +0200 | |
| commit | 2cebac592f9ae49b51bdc50c4299a32aea19717e (patch) | |
| tree | d302e52920bf0f6110e3ada5a6f814121950f340 /web/assets | |
| parent | undo template no escape (#87) (diff) | |
| download | gotosocial-2cebac592f9ae49b51bdc50c4299a32aea19717e.tar.xz | |
Css input/select styling tweak (#91)
* css styling tweaks
* bundle
* apply styling to textarea as well
* bundle, whitespace
Diffstat (limited to 'web/assets')
| -rw-r--r-- | web/assets/bundle.css | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/web/assets/bundle.css b/web/assets/bundle.css index 768510764..b138c0b7d 100644 --- a/web/assets/bundle.css +++ b/web/assets/bundle.css @@ -138,18 +138,18 @@ section.login form { grid-gap: 0.7rem; } -section.login form input { - border: 1px solid #fafaff; - color: #fafaff; - background: #525c66; - width: 100%; - } - section.login form button { place-self: center; grid-column: 2; } +input, select, textarea { + border: 1px solid #fafaff; + color: #fafaff; + background: #525c66; + width: 100%; +} + footer { align-self: end; |
