Two small improvements:

Fix oversight duplicate property left in CSS (dark theme).

Improve wording in comment that mentions `appearance: none`
This commit is contained in:
Frank Steffahn
2022-07-11 21:52:26 +02:00
committed by Guillaume Gomez
parent 16bcc18334
commit e957480f04
2 changed files with 2 additions and 3 deletions

View File

@@ -984,8 +984,8 @@ table,
text-indent: 0.01px;
background-color: var(--main-background-color);
}
/* cancel stylistic differences in padding
in firefox for "appearance: none" <select>s */
/* cancel stylistic differences in padding in firefox
for "appearance: none"-style (or equivalent) <select>s */
@-moz-document url-prefix() {
#crate-search {
padding-left: 0px; /* == 4px - 4px */