moar fullcalendar css things
This commit is contained in:
parent
d0fe499ee3
commit
1a16619158
@ -51,7 +51,7 @@ table.seat td:first-child {
|
|||||||
|
|
||||||
.black.button {
|
.black.button {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 30px;
|
height: 35px;
|
||||||
border: 1px solid #dadada;
|
border: 1px solid #dadada;
|
||||||
background-color: #00020f;
|
background-color: #00020f;
|
||||||
color: #dadada;
|
color: #dadada;
|
||||||
@ -67,6 +67,24 @@ table.seat td:first-child {
|
|||||||
background-color: #791515;
|
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 {
|
.code.welcome {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
@ -153,6 +171,7 @@ table.seat td:first-child {
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
max-height: 9em;
|
max-height: 9em;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* The Close Button */
|
/* The Close Button */
|
||||||
.close {
|
.close {
|
||||||
color: #aaaaaa;
|
color: #aaaaaa;
|
||||||
|
Loading…
Reference in New Issue
Block a user