CSS: Tweak styling of buttons, fixing the clipped button bug
This commit is contained in:
parent
42b83c11f9
commit
1d08e43175
1 changed files with 9 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue