From 8247eddcf9a7a5e80fe5954134eceef1c399152d Mon Sep 17 00:00:00 2001 From: Jakob Date: Mon, 24 Feb 2020 22:56:09 +0100 Subject: [PATCH] =?UTF-8?q?=E2=80=9Ethreadr/style.css=E2=80=9C=20=C3=A4nde?= =?UTF-8?q?rn?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- threadr/style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/threadr/style.css b/threadr/style.css index 31d2561..2d05742 100644 --- a/threadr/style.css +++ b/threadr/style.css @@ -91,7 +91,6 @@ input[type=submit]:hover { button { font-family: monospace; - width: 100%; background-color: #001858; color: white; padding: 14px 20px; @@ -101,6 +100,10 @@ button { cursor: pointer; } +button.full { + width: 100%; +} + button:hover { background-color: #8bd3dd; }