mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 07:18:39 +09:00
Issue #2790 - Part 6: Highlight color change and remove important
This commit is contained in:
parent
70cbf0dfd3
commit
61ad3b8d6e
1 changed files with 13 additions and 6 deletions
|
|
@ -1150,13 +1150,20 @@ input[type="time"] {
|
|||
overflow: hidden !important;
|
||||
}
|
||||
|
||||
/* Autofill highlight for internal-only pseudo-class */
|
||||
input:-moz-autofill-highlight,
|
||||
input[type="text"]:-moz-autofill-highlight,
|
||||
input[type="email"]:-moz-autofill-highlight,
|
||||
input[type="password"]:-moz-autofill-highlight,
|
||||
input[type="search"]:-moz-autofill-highlight,
|
||||
input[type="tel"]:-moz-autofill-highlight,
|
||||
input[type="url"]:-moz-autofill-highlight,
|
||||
input[type="number"]:-moz-autofill-highlight,
|
||||
input[type="date"]:-moz-autofill-highlight,
|
||||
input[type="time"]:-moz-autofill-highlight,
|
||||
input[type="datetime-local"]:-moz-autofill-highlight,
|
||||
input[type="month"]:-moz-autofill-highlight,
|
||||
input[type="week"]:-moz-autofill-highlight,
|
||||
select:-moz-autofill-highlight,
|
||||
textarea:-moz-autofill-highlight {
|
||||
background-color: #ffff99 !important;
|
||||
background-color: #fffcd0 !important;
|
||||
}
|
||||
|
||||
.custom-autofill-highlight {
|
||||
background: yellow !important;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue