[mirotalk] - improve tetris header - button

This commit is contained in:
Miroslav Pejic
2021-09-14 15:57:38 +02:00
parent 33696d0f0c
commit 2dcecb84d5
2 changed files with 3 additions and 3 deletions
+3 -2
View File
@@ -1269,13 +1269,14 @@ progress {
width: 100%;
cursor: move;
border-radius: 5px;
background-color: rgba(0, 0, 0, 0.7);
background-color: transparent;
}
#gameHeader button {
font-size: 1.2rem;
margin: 5px;
border: none;
color: white;
background: transparent;
background: rgba(0, 0, 0, 0.7);
border-radius: 5px;
}
#gameHeader button:hover {
-1
View File
@@ -4714,7 +4714,6 @@ function kickOut(peer_id, peerKickOutBtn) {
peer_id: peer_id,
peer_name: myPeerName,
});
peerKickOutBtn.style.display = 'none';
}
});
}