mirror of
https://github.com/lucaspalomodevelop/Party.git
synced 2026-03-13 00:07:21 +00:00
mate status beim seite laden
This commit is contained in:
parent
1cf7e7b6f3
commit
194469f8ff
@ -452,46 +452,34 @@ cursor: pointer;
|
||||
background-image: url('/static/icons/play.png');
|
||||
}
|
||||
|
||||
#mate_reset {
|
||||
/* Ende Musik */
|
||||
|
||||
/* Mate */
|
||||
|
||||
.mate-control {
|
||||
background-color: #454443;
|
||||
position: fixed;
|
||||
width: 10%;
|
||||
height: 5%;
|
||||
border: none;
|
||||
padding: 10px;
|
||||
border-radius: 10px;
|
||||
cursor: pointer;
|
||||
color: white;
|
||||
background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
background-size: 60%;
|
||||
border: none;
|
||||
padding: 10px;
|
||||
color: white;
|
||||
font-size: 16px;
|
||||
bottom: 10%;
|
||||
top: 15%;
|
||||
right: 45%;
|
||||
|
||||
}
|
||||
|
||||
#mate_reset {
|
||||
width: 10%;
|
||||
height: 5%;
|
||||
}
|
||||
|
||||
#mate_hinzu {
|
||||
background-color: #454443;
|
||||
position: fixed;
|
||||
width: 20%;
|
||||
width: 15%;
|
||||
height: 5%;
|
||||
border-radius: 10px;
|
||||
cursor: pointer;
|
||||
background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
background-size: 60%;
|
||||
border: none;
|
||||
padding: 10px;
|
||||
color: white;
|
||||
font-size: 16px;
|
||||
bottom: 10%;
|
||||
top: 25%;
|
||||
right: 41%;
|
||||
|
||||
}
|
||||
|
||||
/* Ende Mate */
|
||||
|
||||
/* Settings */
|
||||
|
||||
.settings-control {
|
||||
|
||||
@ -90,3 +90,7 @@ socket.on('mate-resetten', () => {
|
||||
flasche.style.backgroundColor = '#c88a35';
|
||||
}
|
||||
});
|
||||
|
||||
(function () {
|
||||
getMateStatus(socket);
|
||||
})();
|
||||
|
||||
@ -204,8 +204,8 @@
|
||||
<h1>Mate</h1>
|
||||
<table id="mate_kiste">
|
||||
</table>
|
||||
<button id="mate_reset" class="reset-kiste" onclick="resetKiste()">Reset</button>
|
||||
<button id="mate_hinzu">Kasten Hinzufügen</button>
|
||||
<button class="mate-control" id="mate_reset" onclick="resetKiste()">Reset</button>
|
||||
<button class="mate-control" id="mate_hinzu">Kasten Hinzufügen</button>
|
||||
</div>
|
||||
</article>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user