From 41d609fa7226b11a6d076b74fe2ab8acb9401311 Mon Sep 17 00:00:00 2001 From: Aevann Date: Fri, 15 Sep 2023 14:04:19 +0300 Subject: [PATCH] remove background from award modal in classic theme --- files/assets/css/classic.css | 2 +- files/templates/modals/award.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/files/assets/css/classic.css b/files/assets/css/classic.css index f05eae131..c6d14111e 100644 --- a/files/assets/css/classic.css +++ b/files/assets/css/classic.css @@ -115,7 +115,7 @@ a.btn-block[href~="/submit"] { padding-top: 5px !important; } -#frontpage #main-content-col .row:first-child { +#frontpage #main-content-col .row:first-child:not(#award-tabs) { background-image: url(/i/classic1.webp); background-position: center; background-repeat: repeat; diff --git a/files/templates/modals/award.html b/files/templates/modals/award.html index b7b5f830b..2b607aa33 100644 --- a/files/templates/modals/award.html +++ b/files/templates/modals/award.html @@ -10,7 +10,7 @@