mirror of
https://github.com/zombieFox/nightTab.git
synced 2025-01-21 13:28:41 +01:00
[design] improve form select padding
This commit is contained in:
parent
cf915f08af
commit
990094e0ed
@ -22,13 +22,13 @@ select {
|
||||
linear-gradient(45deg, transparent 60%, rgb(var(--form-label)) 60%),
|
||||
linear-gradient(135deg, rgb(var(--form-label)) 40%, transparent 40%);
|
||||
background-position:
|
||||
calc(100% - 2em) 50%,
|
||||
calc(100% - 1.5em) 50%;
|
||||
calc(100% - 1.5em) 55%,
|
||||
calc(100% - 1em) 55%;
|
||||
background-size:
|
||||
0.5em 0.375em,
|
||||
0.5em 0.375em;
|
||||
background-repeat: no-repeat;
|
||||
padding: 0 calc(0.5em * 8) 0 1em;
|
||||
padding: 0 3em 0 1em;
|
||||
margin: 0 0 1em 0;
|
||||
color: rgb(var(--form-label));
|
||||
font-size: 1em;
|
||||
|
Loading…
Reference in New Issue
Block a user