forked from fixin.me/fixin.me
parent
a9307ad455
commit
7759021ba1
@ -446,6 +446,11 @@ table.items input[type=submit] {
|
|||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
padding: 0.3em;
|
padding: 0.3em;
|
||||||
}
|
}
|
||||||
|
table.items input:not([type=submit]):not([type=checkbox]),
|
||||||
|
table.items select,
|
||||||
|
table.items textarea {
|
||||||
|
padding-block: 0.375em;
|
||||||
|
}
|
||||||
/* TODO: find a way (layers?) to style inputs differently while making sure
|
/* TODO: find a way (layers?) to style inputs differently while making sure
|
||||||
* hover works properly without using :not(:hover) selectors here. */
|
* hover works properly without using :not(:hover) selectors here. */
|
||||||
table.items .button:not(:hover),
|
table.items .button:not(:hover),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user