CSS: Tweak styling of buttons, fixing the clipped button bug

This commit is contained in:
Pere Lev 2024-04-29 13:41:51 +03:00
parent 42b83c11f9
commit 1d08e43175
No known key found for this signature in database
GPG key ID: 5252C5C863E5E57D

View file

@ -1,6 +1,6 @@
/* This file is part of Vervis. /* This file is part of Vervis.
* *
* Written in 2016, 2022 by fr33domlover <fr33domlover@riseup.net>. * Written in 2016, 2022, 2024 by fr33domlover <fr33domlover@riseup.net>.
* *
* ♡ Copying is an act of love. Please copy, reuse and share. * ♡ Copying is an act of love. Please copy, reuse and share.
* *
@ -95,13 +95,20 @@ label
width: 100% width: 100%
text-align: right text-align: right
button
padding: 1rem
border-radius: 1rem
button:disabled, button[disabled]
color: #{black}
input:not[type="submit"], select, textarea input:not[type="submit"], select, textarea
display: inline-grid display: inline-grid
width: 100% width: 100%
input[type="submit"] input[type="submit"]
display: inline-grid display: inline-grid
width: 50% width: 100%
padding: 1rem padding: 1rem
grid-column-start: 2 grid-column-start: 2
border: none border: none