add: report problem page
This commit is contained in:
@@ -88,6 +88,23 @@ input[type="password"] {
|
||||
background: #555;
|
||||
}
|
||||
|
||||
input:-webkit-autofill {
|
||||
-webkit-box-shadow: 0 0 0px 0px transparent inset !important;
|
||||
box-shadow: 0 0 0px 0px transparent inset !important;
|
||||
-webkit-text-fill-color: #000 !important;
|
||||
background: currentColor !important;
|
||||
transition: background-color 10000s ease-in-out 0s;
|
||||
}
|
||||
|
||||
input:autofill {
|
||||
-webkit-box-shadow: 0 0 0px 0px transparent inset !important;
|
||||
box-shadow: 0 0 0px 0px transparent inset !important;
|
||||
-webkit-text-fill-color: #000 !important;
|
||||
background: currentColor !important;
|
||||
transition: background-color 10000s ease-in-out 0s;
|
||||
}
|
||||
|
||||
|
||||
.box-shadow-normal {
|
||||
box-shadow: 0px 2px 16px 0px #00000014;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user