mirror of
https://github.com/humhub/humhub.git
synced 2025-01-17 14:18:27 +01:00
Fix #4515: Aligned input placeholder color to new 1.7 theme changes
This commit is contained in:
parent
5a5f18da41
commit
77ef734b12
@ -77,17 +77,22 @@ label.control-label {
|
||||
}
|
||||
|
||||
// Placeholder text
|
||||
|
||||
::placeholder {
|
||||
color: @text-color-soft3 !important;
|
||||
}
|
||||
|
||||
::-webkit-input-placeholder {
|
||||
color: @text-color-soft !important;
|
||||
color: @text-color-soft3 !important;
|
||||
}
|
||||
|
||||
::-moz-placeholder {
|
||||
color: @text-color-soft !important;
|
||||
color: @text-color-soft3 !important;
|
||||
}
|
||||
|
||||
/* firefox 19+ */
|
||||
:-ms-input-placeholder {
|
||||
color: @text-color-soft !important;
|
||||
color: @text-color-soft3 !important;
|
||||
}
|
||||
|
||||
/* hide native password reveal icons */
|
||||
|
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user