mirror of
https://github.com/lucaspalomodevelop/Party.git
synced 2026-03-13 00:07:21 +00:00
pop up button css
This commit is contained in:
parent
78c435872c
commit
ce0ea3fdd3
@ -464,9 +464,17 @@ cursor: pointer;
|
||||
border-radius: 10px;
|
||||
cursor: pointer;
|
||||
color: white;
|
||||
background-position: center; background-color: #454443;
|
||||
border: none;
|
||||
padding: 10px;
|
||||
border-radius: 10px;
|
||||
cursor: pointer;
|
||||
color: white;
|
||||
background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
background-size: 60%;
|
||||
background-repeat: no-repeat;
|
||||
background-size: 60%;
|
||||
}
|
||||
|
||||
#mate_reset {
|
||||
@ -637,4 +645,31 @@ footer {
|
||||
position: absolute;
|
||||
top: 10px;
|
||||
right: 10px;
|
||||
width: 15%;
|
||||
height: 5%;
|
||||
}
|
||||
|
||||
#overlay_prev{
|
||||
background-color: #454443;
|
||||
border: none;
|
||||
padding: 10px;
|
||||
border-radius: 10px;
|
||||
cursor: pointer;
|
||||
color: white;
|
||||
background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
background-size: 60%;
|
||||
|
||||
}
|
||||
#overlay_next{
|
||||
background-color: #454443;
|
||||
border: none;
|
||||
padding: 10px;
|
||||
border-radius: 10px;
|
||||
cursor: pointer;
|
||||
color: white;
|
||||
background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
background-size: 60%;
|
||||
|
||||
}
|
||||
@ -126,8 +126,8 @@
|
||||
<p id="popupPublisher"></p>
|
||||
<p id="popupContent"></p>
|
||||
|
||||
<button onclick="prevGame()">Vorheriges Spiel</button>
|
||||
<button onclick="nextGame()">Nächstes Spiel</button>
|
||||
<button id="overlay_prev" onclick="prevGame()">Vorheriges Spiel</button>
|
||||
<button id="overlay_next" onclick="nextGame()">Nächstes Spiel</button>
|
||||
</div>
|
||||
|
||||
<div id="overlay" class="overlay" onclick="closePopup()"></div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user