From 4d64113613f51f00a376c0c77dca2f7f40c6d0f7 Mon Sep 17 00:00:00 2001 From: Phillip Thelen Date: Tue, 30 Jul 2024 18:16:25 +0200 Subject: [PATCH] Fix bottom button display --- website/client/src/assets/scss/button.scss | 5 ++--- website/client/src/components/appFooter.vue | 6 ++++-- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/website/client/src/assets/scss/button.scss b/website/client/src/assets/scss/button.scss index 4bbdc7819f..6c25f3f3ea 100644 --- a/website/client/src/assets/scss/button.scss +++ b/website/client/src/assets/scss/button.scss @@ -176,11 +176,11 @@ .btn-warning { background: $orange-10; - border: 1px solid transparent; + color: $white; &:hover:not(:disabled):not(.disabled) { background: $orange-100; - border: 1px solid transparent; + color: $white; } &:focus { @@ -195,7 +195,6 @@ &:not(:disabled):not(.disabled):active, &:not(:disabled):not(.disabled).active { background: $orange-10; - border: 1px solid transparent; } } diff --git a/website/client/src/components/appFooter.vue b/website/client/src/components/appFooter.vue index b6dd901cd4..186dcdba57 100644 --- a/website/client/src/components/appFooter.vue +++ b/website/client/src/components/appFooter.vue @@ -308,10 +308,12 @@ >-30 Days
Time Traveling! It is {{ new Date().toLocaleDateString() }} - Reset + > + Reset +