moar fullcalendar css things
This commit is contained in:
parent
d0fe499ee3
commit
1a16619158
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user