Änderungen an GUI
This commit is contained in:
@@ -171,18 +171,22 @@
|
||||
.modal-body {
|
||||
padding-top: 0 !important;
|
||||
overflow-y: auto !important; /* required */
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
#myTable tr:hover{
|
||||
color:white;
|
||||
background-color:#043381;
|
||||
}
|
||||
.table>:not(caption)>*>*{padding:.5rem .5rem;background-color:var(--bs-table-bg);border-bottom-width:1px;box-shadow:inset 0 0 0 9999px var(--bs-table-accent-bg)}.table>tbody{vertical-align:inherit}.table>thead{vertical-align:bottom}.table>:not(:last-child)>:last-child>*{border-bottom-color:currentColor}.caption-top{caption-side:top}.table-sm>:not(caption)>*>*{padding:.25rem .25rem}.table-bordered>:not(caption)>*{border-width:1px 0}.table-bordered>:not(caption)>*>*{border-width:0 1px}.table-borderless>:not(caption)>*>*{border-bottom-width:0}.table-striped>tbody>tr:nth-of-type(odd){--bs-table-accent-bg:var(--bs-table-striped-bg);color:var(--bs-table-striped-color)}.table-active{--bs-table-accent-bg:var(--bs-table-active-bg);color:var(--bs-table-active-color)}.table-hover>tbody>tr:hover{--bs-table-accent-bg:var(--bs-table-hover-bg);color:var(--bs-table-hover-color)}.table-primary{--bs-table-bg:#cfe2ff;--bs-table-striped-bg:#c5d7f2;--bs-table-striped-color:#000;--bs-table-active-bg:#bacbe6;--bs-table-active-color:#000;--bs-table-hover-bg:#bfd1ec;--bs-table-hover-color:#000;color:#000;border-color:#bacbe6}
|
||||
.table-secondary {
|
||||
--bs-table-bg: #e2e3e5;
|
||||
--bs-table-striped-bg: #d7d8da;
|
||||
--bs-table-striped-color: #000;
|
||||
--bs-table-active-bg: #cbccce;
|
||||
--bs-table-bg: #fff;
|
||||
--bs-table-striped-bg: #fff;
|
||||
--bs-table-striped-color: #fff;
|
||||
--bs-table-active-bg: #fff;
|
||||
--bs-table-active-color: #000;
|
||||
--bs-table-hover-bg: #043381;
|
||||
--bs-table-hover-color: #000;
|
||||
color: #000;
|
||||
--bs-table-hover-color: #043381;
|
||||
color: #043381;
|
||||
border-color: #cbccce
|
||||
}
|
||||
/*Button Dropdown Menue Language Picker*/
|
||||
@@ -430,7 +434,7 @@
|
||||
placeholder="Type something to search list items">
|
||||
|
||||
<table class="table table-hover" id="normaltable" border="0" cellspacing="0" contenteditable="false">
|
||||
<thead style="height:/*20px;*/ 1.56128024980484vh; background-color:#043381; color:#fff; font-weight:900">
|
||||
<thead style="height:/*20px;*/ 1.56128024980484vh; /*background-color:#043381;*/ background-image: linear-gradient(to right, #003680 , #0055cc); color:#fff; font-weight:900">
|
||||
<tr ><th>LKW-Nr.</th><th>Kennzeichen</th><th>Standort</th><th>Frächter</th><th>Fracht</th></tr>
|
||||
</thead>
|
||||
<tbody id="myTable">
|
||||
@@ -438,6 +442,10 @@
|
||||
<tr><td>2</td><td>BMV 6N 888</td><td>SUBEN</td><td>TESTFRÄCHTER</td><td>2 Pck Teer</td></tr>
|
||||
<tr><td>3</td><td>PD6 C7 111</td><td>SUBEN</td><td>TESTFRÄCHTER</td><td>2 Pck Teer</td></tr>
|
||||
<tr><td>4</td><td>BMV 6N 888</td><td>SUBEN</td><td>TESTFRÄCHTER</td><td>2 Pck Kohle</td></tr>
|
||||
<tr><td>5</td><td>MF6 F7 666</td><td>Waidhaus</td><td>TESTFRÄCHTER2</td><td>3500 kg Bonbons</td></tr>
|
||||
<tr><td>6</td><td>VTO 4A 333</td><td>Bad Reichenhall</td><td>TESTFRÄCHTER</td><td>2 Pck Teer</td></tr>
|
||||
<tr><td>7</td><td>PD6 C7 111</td><td>Waidhaus</td><td>TESTFRÄCHTER</td><td>200 Pck Kafee</td></tr>
|
||||
<tr><td>8</td><td>EH2 VK 444</td><td>Bad Reichenhall</td><td>TESTFRÄCHTER</td><td>2 Pck Kohle</td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
@@ -95,7 +95,7 @@
|
||||
<LayoutTemplate>
|
||||
<table cellpadding="0" style="font-family:Arial;font-size:11px;border:1px solid gray">
|
||||
<tr style=" background-image: linear-gradient(to right, #003680 , #0055cc);color:#fff;height:30px;font-size:12px">
|
||||
<td align="center" colspan="2" style="color:#fff;font-kerning:auto;font-weight:600;">Bitte melden Sie sich an:</td>
|
||||
<td align="center" colspan="2" style="color:#fff;font-kerning:auto;font-weight:700;">Bitte melden Sie sich an:</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="right">
|
||||
|
||||
Reference in New Issue
Block a user