mirror of
https://github.com/Derpy-Leggies/OnlyLegs.git
synced 2025-06-29 03:26:16 +00:00
Pop-ups are dark and dont require close button
Change style of block buttons
This commit is contained in:
parent
f9aeb0955d
commit
a6c06ae39c
8 changed files with 36 additions and 62 deletions
|
@ -12,7 +12,6 @@ function popUpShow(title, body, actions, content) {
|
|||
|
||||
// Set buttons that will be displayed
|
||||
popupActions.innerHTML = actions;
|
||||
popupActions.innerHTML += '<button class="btn-block" onclick="popupDissmiss()">Nooooooo</button>';
|
||||
|
||||
// Show popup
|
||||
popup.style.display = 'block';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue