CSS Erstellung und Änderungen

This commit is contained in:
ja
2021-08-27 09:26:28 +02:00
parent fe14e013fd
commit df768f430e
18 changed files with 148 additions and 133 deletions

View File

@@ -64,7 +64,21 @@
window.history.back()
}
</script>
<link rel="stylesheet" type="text/css" href="../login/login_FLEX.css"/>
<style>
body {
background-color: #fff;
background-image: none;
}
#Login1_LoginButton {
color: #fff;
background-color: #003680;
}
@media (min-width: 768px) {
}
</style>
</head>
<body onload="FocusOnInput()">