mirror of
https://github.com/zedeus/nitter
synced 2026-09-06 07:09:31 +00:00
Minor search fixes
This commit is contained in:
parent
02e7b1dcab
commit
28a1544cc0
3 changed files with 13 additions and 6 deletions
|
|
@ -24,9 +24,13 @@ input[type="date"] {
|
|||
}
|
||||
|
||||
input[type="date"]::-webkit-inner-spin-button {
|
||||
opacity: 0;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
display: none;
|
||||
}
|
||||
|
||||
input[type="date"]::-webkit-clear-button {
|
||||
margin-left: 17px;
|
||||
filter: grayscale(100%);
|
||||
filter: hue-rotate(120deg);
|
||||
}
|
||||
|
||||
input::-webkit-calendar-picker-indicator {
|
||||
|
|
|
|||
Loading…
Reference in a new issue