Skip to content

Commit

Permalink
Adjust CSS to suppress webkit-autofill style
Browse files Browse the repository at this point in the history
Signed-off-by: Christian König <[email protected]>
  • Loading branch information
yubiuser committed Dec 27, 2022
1 parent 9a56e8e commit 0023c96
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions style/themes/default-darker.css
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,12 @@ table {
opacity: 0.5 !important;
}
input:-webkit-autofill,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
select:-webkit-autofill {
background-color: #555b00 !important;
color: #e8e6e3 !important;
-webkit-text-fill-color: #b2aba1 !important;
-webkit-box-shadow: 0 0 0px 1000px #181a1b inset;
transition: background-color 1s ease-in-out 0s;
}
::-webkit-scrollbar {
background-color: #202324;
Expand Down

0 comments on commit 0023c96

Please sign in to comment.