mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-28 00:04:04 +02:00
parent
fb961fefd2
commit
b215632a17
@ -21,6 +21,22 @@ input.search {
|
||||
&:focus {
|
||||
background-color: @body-bg-color;
|
||||
}
|
||||
|
||||
&::-webkit-input-placeholder {
|
||||
color: @text-color;
|
||||
}
|
||||
|
||||
&:-moz-placeholder {
|
||||
color: @text-color;
|
||||
}
|
||||
|
||||
&::-moz-placeholder {
|
||||
color: @text-color;
|
||||
}
|
||||
|
||||
&:-ms-input-placeholder {
|
||||
color: @text-color;
|
||||
}
|
||||
}
|
||||
|
||||
input, select, textarea {
|
||||
|
Loading…
x
Reference in New Issue
Block a user