From e77be818beb6cd6a19d4d37e6b2495dd4a67400d Mon Sep 17 00:00:00 2001 From: alterdekim Date: Thu, 18 Jul 2024 02:36:32 +0300 Subject: [PATCH] player dropbox edit --- src/main/resources/static/css/game.css | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/src/main/resources/static/css/game.css b/src/main/resources/static/css/game.css index d3f6e71..0555f7d 100644 --- a/src/main/resources/static/css/game.css +++ b/src/main/resources/static/css/game.css @@ -12,17 +12,21 @@ body { } .dropbox { - width: 17%; - position: absolute; - margin-top: 2%; + width: 100%; + position: relative; + margin-top: 24%; + list-style: none; } -.dropbox div { - background-color: white; - color: grey; - font-size: 16pt; - padding-top: 5px; - padding-bottom: 5px; +.dropbox > li { + font-size: 14px; + text-align: center; + padding: 2px; + background-color: #293133; +} + +.dropbox > li:hover { + background-color: #3d494c; } .stars {