feat(web): ui
This commit is contained in:
@@ -457,4 +457,14 @@ body {
|
||||
|
||||
.pageTabs.ant-segmented .ant-segmented-item-selected {
|
||||
box-shadow: 0px 2px 4px 0px rgba(33, 35, 50, 0.16);
|
||||
}
|
||||
}
|
||||
input:-webkit-autofill,
|
||||
input:-webkit-autofill:hover,
|
||||
input:-webkit-autofill:focus,
|
||||
input:-webkit-autofill:active {
|
||||
-webkit-box-shadow: 0 0 0 1000px transparent inset !important;
|
||||
transition: background-color 5000s ease-in-out 0s !important;
|
||||
animation-name: onAutoFillStart;
|
||||
animation-duration: 1ms;
|
||||
}
|
||||
@keyframes onAutoFillStart { from {} to {} }
|
||||
Reference in New Issue
Block a user