2022-04-22 21:55:52 +02:00
|
|
|
*::-webkit-input-placeholder {
|
|
|
|
color: var(--text-muted) !important;
|
2021-09-12 15:36:09 +02:00
|
|
|
}
|
|
|
|
|
2022-04-22 21:55:52 +02:00
|
|
|
*:focus::-webkit-input-placeholder {
|
2021-09-12 15:36:09 +02:00
|
|
|
color: var(--text-hover) !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Firefox < 19 */
|
2022-04-22 21:55:52 +02:00
|
|
|
*:-moz-placeholder {
|
|
|
|
color: var(--text-muted) !important;
|
2021-09-12 15:36:09 +02:00
|
|
|
}
|
|
|
|
|
2022-04-22 21:55:52 +02:00
|
|
|
*:focus:-moz-placeholder {
|
2021-09-12 15:36:09 +02:00
|
|
|
color: var(--text-hover) !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Firefox > 19 */
|
2022-04-22 21:55:52 +02:00
|
|
|
*::-moz-placeholder {
|
|
|
|
color: var(--text-muted) !important;
|
2021-09-12 15:36:09 +02:00
|
|
|
}
|
|
|
|
|
2022-04-22 21:55:52 +02:00
|
|
|
*:focus::-moz-placeholder {
|
2021-09-12 15:36:09 +02:00
|
|
|
color: var(--text-hover) !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Internet Explorer 10 */
|
2022-04-22 21:55:52 +02:00
|
|
|
*:-ms-input-placeholder {
|
|
|
|
color: var(--text-muted) !important;
|
2021-09-12 15:36:09 +02:00
|
|
|
}
|
|
|
|
|
2022-04-22 21:55:52 +02:00
|
|
|
*:focus:-ms-input-placeholder {
|
2021-09-12 15:36:09 +02:00
|
|
|
color: var(--text-hover) !important;
|
2021-07-31 14:25:59 +02:00
|
|
|
}
|