forked from rDrama/rDrama
1
0
Fork 0

remove background from award modal in classic theme

master
Aevann 2023-09-15 14:04:19 +03:00
parent c4dcb3e312
commit 41d609fa72
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -10,7 +10,7 @@
</button>
</div>
<div id="awardModalBody" class="modal-body pt-2 mb-3">
<div class="row pt-1 pb-4" style="justify-content: center">
<div id="award-tabs" class="row pt-1 pb-4" style="justify-content: center">
<button id="effect-content-tab" class="btn btn-primary btn-block m-0 shop-tab award-tab active" data-nonce="{{g.nonce}}" data-onclick="switchAwardTab()">
<span class="mr-auto ml-auto"><i class="fas fa-gift mr-2"></i>EFFECT ON CONTENT</span>
</button>