mirror of
https://github.com/pi-hole/web.git
synced 2026-04-23 02:09:58 +01:00
Adjust CSS to suppress webkit-autofill style
Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
@@ -504,6 +504,16 @@ div.dataTables_wrapper div.dataTables_length select {
|
||||
color: #bec5cb;
|
||||
border: 1px solid #3d444b;
|
||||
}
|
||||
|
||||
/*** Overwrite chrome's input field auto-filling ***/
|
||||
input:-webkit-autofill,
|
||||
input:-webkit-autofill:focus,
|
||||
textarea:-webkit-autofill,
|
||||
select:-webkit-autofill {
|
||||
-webkit-text-fill-color: #bec5cb !important;
|
||||
-webkit-box-shadow: 0 0 0px 1000px #353c42 inset;
|
||||
transition: background-color 1s ease-in-out 0s;
|
||||
}
|
||||
.form-control[disabled],
|
||||
.form-control[readonly],
|
||||
fieldset[disabled] .form-control {
|
||||
|
||||
Reference in New Issue
Block a user