mirror of
https://gitlab.com/nekoya/web.git
synced 2024-11-22 14:26:29 +01:00
Disable blue border on Login Page
This commit is contained in:
parent
c7b206482e
commit
54d3551e2d
1 changed files with 5 additions and 0 deletions
|
@ -269,6 +269,11 @@
|
|||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
: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