From 130548f473784a8b9089676c42b01bd7b114c31b Mon Sep 17 00:00:00 2001 From: kek7198 Date: Wed, 1 Dec 2021 11:51:54 -0600 Subject: [PATCH] fix --- files/static/src/main.css | 2 +- files/templates/header-tw.html | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/files/static/src/main.css b/files/static/src/main.css index fcdded14a2..fa575a0b63 100644 --- a/files/static/src/main.css +++ b/files/static/src/main.css @@ -16,6 +16,6 @@ label { @apply block font-bold text-gray-700 text-sm leading-normal mb-1; } -button.red { +.btn .btn-red { @apply block px-4 py-2 bg-gradient-to-t from-red-700 to-red-600 hover:from-red-600 hover:to-red-700 active:shadow-inner border border-red-900 rounded-md text-shadow-t shadow-inset-t-white-10 text-sm font-bold text-gray-100 focus:text-gray-200 focus:outline-none disabled:opacity-50; } \ No newline at end of file diff --git a/files/templates/header-tw.html b/files/templates/header-tw.html index acc6bbcfa9..7b378fde4e 100644 --- a/files/templates/header-tw.html +++ b/files/templates/header-tw.html @@ -109,6 +109,10 @@
+