From 54db8beee2738f85d3e64d62d17a7293561a78ee Mon Sep 17 00:00:00 2001 From: Aevann Date: Fri, 1 Dec 2023 16:42:00 +0200 Subject: [PATCH] fix fistmas mobile navbar --- files/assets/events/fistmas/css/main_fistmas.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/files/assets/events/fistmas/css/main_fistmas.css b/files/assets/events/fistmas/css/main_fistmas.css index 69238f7257..b02acd222d 100644 --- a/files/assets/events/fistmas/css/main_fistmas.css +++ b/files/assets/events/fistmas/css/main_fistmas.css @@ -57,7 +57,7 @@ body { color: #fff !important; } -.btn .fas { +.btn:not(.award-tab, .shop-tab, #mobile-bottom-navigation-bar > .btn) .fas { color: #fff !important; } @@ -352,16 +352,16 @@ body { /* */ /* Change mobile navbar icon colors to basketball */ -#mobile-bottom-navigation-bar i { - color: var(--gray-200)!important; -} - #mobile-bottom-navigation-bar { box-shadow: 0px 2px 5px #000000cc; /* wtf??? */ z-index:999 !important; } +#mobile-bottom-navigation-bar > .btn { + background: none !important; +} + /* Revert the snowcaps on it, is bad */ #mobile-bottom-navigation-bar button:after { background: unset;