moar fullcalendar css things

This commit is contained in:
Markines16 2021-06-06 00:58:25 +02:00 committed by GitHub
parent d0fe499ee3
commit 1a16619158
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 20 additions and 1 deletions

View File

@ -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;