1
0
mirror of synced 2025-02-20 20:50:59 +01:00

Fix dropdown alignment, maybe this was only broken on Chrome?

This commit is contained in:
Jennifer Taylor 2022-12-03 23:00:07 +00:00
parent 02d42c436d
commit 22da82733d
2 changed files with 2 additions and 2 deletions

View File

@ -78,7 +78,7 @@ input[type="text"], input[type="password"], textarea {
select {
border: 1px solid #535353;
padding: 4px 4px 3px 4px;
padding: 4px 4px 4px 4px;
border-radius: 0px;
background: #1f1f1f;
color: #cecece;

View File

@ -74,7 +74,7 @@ input[type="text"], input[type="password"], textarea {
select {
border: 1px solid #dadada;
padding: 4px 4px 3px 4px;
padding: 4px 4px 4px 4px;
border-radius: 0px;
}