From 97126cb83fee779023665e38ac5d223679c303db Mon Sep 17 00:00:00 2001 From: Aevann Date: Fri, 15 Sep 2023 14:06:06 +0300 Subject: [PATCH] fix tabs in classic themes --- files/assets/css/classic.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/assets/css/classic.css b/files/assets/css/classic.css index c6d14111e..51ef1d83c 100644 --- a/files/assets/css/classic.css +++ b/files/assets/css/classic.css @@ -41,7 +41,7 @@ background-color: rgb(var(--background)) !important; } -.btn-primary { +.btn-primary:not(.shop-tab) { background-color: var(--primary) !important; color:white; }