mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
Added auth middleware to dataeditor, bg color change on some places
This commit is contained in:
parent
b970b2eb30
commit
143894288a
3 changed files with 36 additions and 17 deletions
|
@ -1,5 +1,5 @@
|
|||
<html>
|
||||
<body bgcolor="#212127">
|
||||
<body bgcolor="#222426">
|
||||
<head>
|
||||
<title>Frylabs</title>
|
||||
<meta charset="UTF-8">
|
||||
|
@ -40,11 +40,14 @@
|
|||
cursor: pointer;
|
||||
}
|
||||
input[type=text], input[type=password] {
|
||||
font-size: 20px;
|
||||
color: #ffffff;
|
||||
background-color: #181a1b;
|
||||
width: 100%;
|
||||
padding: 12px 20px;
|
||||
margin: 8px 0;
|
||||
box-sizing: border-box;
|
||||
border: 2px solid #fff;
|
||||
border: 2px solid #333333;
|
||||
text-align: center;
|
||||
}
|
||||
input[type=text], input[type=password]:focus {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue