Merge branch 'master' of https://github.com/LukasNowy/SmartShopper
This commit is contained in:
commit
ff07d4ef0b
@ -256,8 +256,12 @@ function Detail(){
|
||||
|
||||
var link = "/dash/"+idtoken;
|
||||
|
||||
$(".kopf").attr("style",`background-color:#${neu[0].color}`);
|
||||
|
||||
console.log(neu[0].color);
|
||||
|
||||
$(".card-header").append(`<div class="shoplistid" id="${id}">
|
||||
<a href="${link}" style="left: 5px; margin-top: -50px">
|
||||
<a href="${link}" style="left: 5px; margin-top: -50px;color: black;">
|
||||
<i class="fas fa-caret-left"></i>
|
||||
</a>
|
||||
<button class="itemadd">
|
||||
|
@ -93,4 +93,4 @@ button:focus{
|
||||
.btn:focus, .btn:active {
|
||||
outline: none !important;
|
||||
box-shadow: none !important;
|
||||
}
|
||||
}
|
@ -43,7 +43,7 @@
|
||||
<!-- detail card -->
|
||||
<div class="row justify-content-center ">
|
||||
<div class="card border-light mb-3 detailcardausgabe shadow-sm" style="width: 50rem;">
|
||||
<div class="card-header"></div>
|
||||
<div class="card-header kopf"></div>
|
||||
|
||||
<div class="card-body text-dark">
|
||||
<div class="row justify-content-center gruppeninhalt">
|
||||
|
Loading…
x
Reference in New Issue
Block a user