From 965d1b5c55a362f1ff2d8e68682a4550cf39dcc4 Mon Sep 17 00:00:00 2001 From: Markines16 <80280295+Markines16@users.noreply.github.com> Date: Thu, 13 May 2021 14:06:29 +0200 Subject: [PATCH] =?UTF-8?q?A=C3=B1adido=20un=20nuevo=20estilo=20de=20boton?= =?UTF-8?q?=20negro?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/css/manager.css | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/assets/css/manager.css b/assets/css/manager.css index 16900d0..bff9d40 100644 --- a/assets/css/manager.css +++ b/assets/css/manager.css @@ -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; } \ No newline at end of file