From ce0ea3fdd3707f0ffa0e34c5dcccb4720f20b0c2 Mon Sep 17 00:00:00 2001 From: fingadumbledore Date: Sat, 2 Dec 2023 13:28:14 +0100 Subject: [PATCH] pop up button css --- party/static/css/session.css | 35 +++++++++++++++++++++++++++++++++++ party/templates/session.html | 4 ++-- 2 files changed, 37 insertions(+), 2 deletions(-) diff --git a/party/static/css/session.css b/party/static/css/session.css index 9a1f2eb..b8c2272 100644 --- a/party/static/css/session.css +++ b/party/static/css/session.css @@ -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%; + } \ No newline at end of file diff --git a/party/templates/session.html b/party/templates/session.html index 25a8198..70fb7d3 100644 --- a/party/templates/session.html +++ b/party/templates/session.html @@ -126,8 +126,8 @@

- - + +