Rahmen und Sprach-Button in Status_julius.aspx wurde angepasst.
This commit is contained in:
@@ -8,8 +8,8 @@
|
||||
<html lang="en"></html>
|
||||
<!-- Required meta tags -->
|
||||
<meta charset="utf-8"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||
<title>"Verag Spedition AG AvisoTV Flex"</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" title="Verag Spedition AG AvisoTV Flex"/>
|
||||
|
||||
<!-- Bootstrap CSS -->
|
||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous"/>
|
||||
<link rel="stylesheet" href="https://unpkg.com/bootstrap-table@1.18.3/dist/bootstrap-table.min.css"/>
|
||||
@@ -63,7 +63,6 @@
|
||||
' Return "asd"
|
||||
' End Get
|
||||
' End Property,
|
||||
|
||||
</script>
|
||||
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
|
||||
@@ -74,7 +73,7 @@
|
||||
<LINK rel="SHORTCUT ICON" HREF="images/Icons/favicon/favicon.ico" />
|
||||
<!-- <link rel="stylesheet" type="text/css" href="css/edit_main.css"> -->
|
||||
|
||||
<style>
|
||||
<style>
|
||||
|
||||
#headertable:hover{
|
||||
background-color:aliceblue;
|
||||
@@ -220,7 +219,8 @@
|
||||
|
||||
/* Change color of dropdown links on hover */
|
||||
.dropdown-content a:hover {
|
||||
color: #043381;
|
||||
background-color: #fff;
|
||||
color:#043381;
|
||||
background-color: floralwhite;
|
||||
}
|
||||
|
||||
@@ -232,10 +232,12 @@
|
||||
|
||||
/* Change the background color of the dropdown button when the dropdown content is shown */
|
||||
.dropdown:hover .dropbtn {
|
||||
background-color: #043381;
|
||||
background-color: #fff;
|
||||
color:#043381;
|
||||
}
|
||||
btn btn-primary btn-sm{
|
||||
background-color:#fff;
|
||||
.btn btn-primary btn-sm{
|
||||
background-color: #fff;
|
||||
color:#043381;
|
||||
}
|
||||
|
||||
/*Um alle Items der navbar nach rechts zu shiften außer das Nav-Brand(Logo) */
|
||||
|
||||
Reference in New Issue
Block a user