diff --git a/assets/css/manager.css b/assets/css/manager.css index 3913ba3..fd2426c 100644 --- a/assets/css/manager.css +++ b/assets/css/manager.css @@ -51,7 +51,7 @@ table.seat td:first-child { .black.button { width: 100%; - height: 30px; + height: 35px; border: 1px solid #dadada; background-color: #00020f; color: #dadada; @@ -67,6 +67,24 @@ table.seat td:first-child { background-color: #791515; } +.modal .submit:hover +{ + background-color: #d3ebff; +} + +.modal .sumbit{ + width: 100%; + height: 35px; + border: 1px solid #000000; + padding: 5px; + margin-top: 5px; + font-size: 15px; + font-weight: bold; + box-shadow: 2px 2px #1f2c3d; + filter: brightness(105%); + cursor: pointer +} + .code.welcome { text-align: center; } @@ -153,6 +171,7 @@ table.seat td:first-child { height: 100%; max-height: 9em; } + /* The Close Button */ .close { color: #aaaaaa;