Disable blue border on Forgot Password Page

This commit is contained in:
Moe Poi ~ 2021-09-26 22:44:12 +07:00
parent fae576f236
commit c7b206482e

View file

@ -199,6 +199,11 @@
background-color: red;
border-color: red;
}
:focus {
outline: 0 !important;
box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
}
</style>
<script src="https://cdnjs.cloudflare.com/ajax/libs/lazysizes/5.3.2/lazysizes.min.js"></script>
</head>