mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 23:38:38 +09:00
Issue #2790 - Part 7: Setting of contrasting color and fixing of last commit's issues
This commit is contained in:
parent
61ad3b8d6e
commit
61f92f89ea
1 changed files with 9 additions and 19 deletions
|
|
@ -106,6 +106,14 @@ input {
|
|||
overflow-clip-box: content-box;
|
||||
}
|
||||
|
||||
/* Autofill highlight - placed immediately after base input styles */
|
||||
input:-moz-autofill-highlight,
|
||||
select:-moz-autofill-highlight,
|
||||
textarea:-moz-autofill-highlight {
|
||||
background-color: #fffcd0 !important;
|
||||
color: #090909;
|
||||
}
|
||||
|
||||
input > .anonymous-div,
|
||||
input::placeholder {
|
||||
word-wrap: normal !important;
|
||||
|
|
@ -1148,22 +1156,4 @@ input[type="number"] > div > div > div:hover {
|
|||
input[type="date"],
|
||||
input[type="time"] {
|
||||
overflow: hidden !important;
|
||||
}
|
||||
|
||||
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: #fffcd0 !important;
|
||||
}
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue