Añadido un nuevo estilo de boton negro

This commit is contained in:
Markines16 2021-05-13 14:06:29 +02:00 committed by GitHub
parent d2c4fdd77f
commit 965d1b5c55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 18 additions and 0 deletions

View File

@ -47,4 +47,22 @@ table.seat td:first-child {
.check_box:checked+label{
background:url('../../img/seat_green.png') no-repeat;
}
button, .black.button {
width: 100%;
height: 30px;
border: 1px solid #dadada;
background-color: #00020f;
color: #dadada;
padding: 5px;
margin-top: 5px;
font-size: 12px;
font-weight: bold;
box-shadow: 2px 2px #1f2c3d;
cursor: pointer;
}
button:hover, .black.button:hover {
border:#000000;
background-color: #791515;
}