mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-25 19:56:09 +01:00
Improve css style for autofill input (#15457)
Signed-off-by: AllForNothing <sshijun@vmware.com>
This commit is contained in:
parent
14c0a61d3d
commit
b73480ed0c
@ -275,3 +275,9 @@ app-tag-feature-integration {
|
||||
background-color: $radio-button-checked;
|
||||
}
|
||||
}
|
||||
|
||||
input:-webkit-autofill {
|
||||
-webkit-box-shadow: 0 0 0 30px $input-autofill-bg-color inset;
|
||||
-webkit-text-fill-color: $input-autofill-color !important;
|
||||
caret-color: $input-autofill-color
|
||||
}
|
||||
|
@ -43,4 +43,6 @@ $label-color-input: #ddd;
|
||||
$central-block-loading-bg-color: rgba(0, 0, 0, 0.5);
|
||||
$back-link-color: #4aaed9!important;
|
||||
$radio-button-checked: #4aaed9;
|
||||
$input-autofill-bg-color: #1b2a32;
|
||||
$input-autofill-color: #eaedf0;
|
||||
@import "./common.scss";
|
||||
|
@ -45,4 +45,6 @@ $label-color-input: #5d5d5d;
|
||||
$central-block-loading-bg-color: rgba(255, 255, 255, 0.5);
|
||||
$back-link-color: none;
|
||||
$radio-button-checked: #0072a3;
|
||||
$input-autofill-bg-color: #fafafa;
|
||||
$input-autofill-color: #000;
|
||||
@import "./common.scss";
|
||||
|
Loading…
Reference in New Issue
Block a user