forked from GNUsocial/gnu-social
[CSS] More consistent padding across input elements.
This commit is contained in:
parent
5249ccfc68
commit
fdd43f4b11
@ -233,18 +233,13 @@ input {
|
||||
font-size: inherit !important;
|
||||
color: var(--white);
|
||||
|
||||
padding: 2px 8px;
|
||||
padding: 6px 8px;
|
||||
border: 2px solid var(--bg2);
|
||||
border-radius: var(--unit-size);
|
||||
background-color: var(--translucent);
|
||||
box-shadow: var(--shadow);
|
||||
}
|
||||
|
||||
select,
|
||||
textarea {
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
button {
|
||||
background: var(--bg-button);
|
||||
padding: 4px 12px;
|
||||
|
Loading…
Reference in New Issue
Block a user