Änderungen zur funktionsfähigen Sidenavbar

This commit is contained in:
ja
2021-08-24 08:38:11 +02:00
parent 7f0fd22c2a
commit 8c413da367
7 changed files with 475 additions and 320 deletions

View File

@@ -96,7 +96,7 @@
</style>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<link rel="shortcut icon" href="images/Icons/favicon/favicon.ico" />
<link rel="stylesheet" type="text/css" href="../css/Welcome.css"/>
<link rel="stylesheet" type="text/css" href="../css/navbarsidebar2.css"/>
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
@@ -113,10 +113,7 @@
<div class="d-flex flex-col-4">
<asp:Label ID="Label1" runat="server" Text="Datum"></asp:Label>
<div class="input-group">
<input type="text" id="myInput1" onkeyup="filterdatvonbis()" placeholder="Von"/>
<input type="text" id="myInput1" onkeyup="filterdatvonbis()" placeholder="Von"/>
<input type="text" id="myInput2" onkeyup="filterdatvonbis()" placeholder="Bis"/>
</div>
</div>