mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
Changed placeholder text back to lighter grey - it was confusing when darker
This commit is contained in:
parent
0858fec7f1
commit
b7d12ff944
|
@ -149,13 +149,13 @@ btn-success {
|
|||
|
||||
|
||||
input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
|
||||
color: darken(@dark-gray, 10%) !important;
|
||||
color: darken(@gray, 10%) !important;
|
||||
}
|
||||
input::-moz-placeholder { /* Firefox 19+ */
|
||||
color: darken(@dark-gray, 10%) !important;
|
||||
color: darken(@gray, 10%) !important;
|
||||
}
|
||||
input::-ms-input-placeholder { /* IE 10+ */
|
||||
color: darken(@dark-gray, 10%) !important;
|
||||
color: darken(@gray, 10%) !important;
|
||||
}
|
||||
|
||||
.select2-default, .select2-selection__placeholder {
|
||||
|
|
Loading…
Reference in a new issue