2022-09-03 11:15:15 +02:00
|
|
|
*::-webkit-input-placeholder {
|
|
|
|
color: var(--text-muted) !important;
|
2022-04-09 16:45:24 +02:00
|
|
|
}
|
|
|
|
|
2022-09-03 11:15:15 +02:00
|
|
|
*:focus::-webkit-input-placeholder {
|
2022-04-09 16:45:24 +02:00
|
|
|
color: var(--text-hover) !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Firefox < 19 */
|
2022-09-03 11:15:15 +02:00
|
|
|
*:-moz-placeholder {
|
|
|
|
color: var(--text-muted) !important;
|
2022-04-09 16:45:24 +02:00
|
|
|
}
|
|
|
|
|
2022-09-03 11:15:15 +02:00
|
|
|
*:focus:-moz-placeholder {
|
2022-04-09 16:45:24 +02:00
|
|
|
color: var(--text-hover) !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Firefox > 19 */
|
2022-09-03 11:15:15 +02:00
|
|
|
*::-moz-placeholder {
|
|
|
|
color: var(--text-muted) !important;
|
2022-04-09 16:45:24 +02:00
|
|
|
}
|
|
|
|
|
2022-09-03 11:15:15 +02:00
|
|
|
*:focus::-moz-placeholder {
|
2022-04-09 16:45:24 +02:00
|
|
|
color: var(--text-hover) !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Internet Explorer 10 */
|
2022-09-03 11:15:15 +02:00
|
|
|
*:-ms-input-placeholder {
|
|
|
|
color: var(--text-muted) !important;
|
2022-04-09 16:45:24 +02:00
|
|
|
}
|
|
|
|
|
2022-09-03 11:15:15 +02:00
|
|
|
*:focus:-ms-input-placeholder {
|
2022-04-09 16:45:24 +02:00
|
|
|
color: var(--text-hover) !important;
|
|
|
|
}
|