changed input placeholder color with lighten

pull/2269/head
REJack 2019-10-23 11:49:59 +02:00
parent c5c5b6a407
commit 247b797c38
No known key found for this signature in database
GPG Key ID: 9F3976CC630CC888
5 changed files with 9 additions and 9 deletions

View File

@ -410,7 +410,7 @@ $input-focus-color: $input-color !default;
$input-focus-width: 0 !default;
$input-focus-box-shadow: none !default;
$input-placeholder-color: $gray-600 !default;
$input-placeholder-color: lighten($gray-600, 15%) !default;
$input-height-border: $input-border-width * 2 !default;

10
dist/css/adminlte.css vendored
View File

@ -1904,27 +1904,27 @@ pre code {
}
.form-control::-webkit-input-placeholder {
color: #6c757d;
color: #939ba2;
opacity: 1;
}
.form-control::-moz-placeholder {
color: #6c757d;
color: #939ba2;
opacity: 1;
}
.form-control:-ms-input-placeholder {
color: #6c757d;
color: #939ba2;
opacity: 1;
}
.form-control::-ms-input-placeholder {
color: #6c757d;
color: #939ba2;
opacity: 1;
}
.form-control::placeholder {
color: #6c757d;
color: #939ba2;
opacity: 1;
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long