mirror of
https://gitlab.com/nekoya/web.git
synced 2024-11-22 14:26:29 +01:00
Disable blue border on Forgot Password Page
This commit is contained in:
parent
fae576f236
commit
c7b206482e
1 changed files with 5 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue