aboutsummaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorGravatar maTh <math-home@web.de> 2022-04-18 22:35:09 +0200
committerGravatar GitHub <noreply@github.com> 2022-04-18 22:35:09 +0200
commitd350a545139699f77fa844446dbf1371b3acb9c4 (patch)
treeb8b8d77d2f78fd4855559fc6cb9d370957b7c653 /app
parent93b11514840c7b00f3df6590557fbb249eae6c3b (diff)
Improved: Slider: Close area = grey background (#4292)
* CSS * fix order * no X icon * improved CSS * Update queries.phtml
Diffstat (limited to 'app')
-rw-r--r--app/views/extension/index.phtml1
-rw-r--r--app/views/subscription/index.phtml1
2 files changed, 0 insertions, 2 deletions
diff --git a/app/views/extension/index.phtml b/app/views/extension/index.phtml
index b94af7947..dea2a9977 100644
--- a/app/views/extension/index.phtml
+++ b/app/views/extension/index.phtml
@@ -77,7 +77,6 @@
</table>
</div>
<?php } ?>
-
<?php $class = isset($this->extension) ? ' active' : ''; ?>
<a href="#" id="close-slider" class="<?= $class ?>">
<?= _i('close') ?>
diff --git a/app/views/subscription/index.phtml b/app/views/subscription/index.phtml
index fd3d1e69e..446d64bff 100644
--- a/app/views/subscription/index.phtml
+++ b/app/views/subscription/index.phtml
@@ -73,7 +73,6 @@
</div>
</div>
</div>
-
<?php $class = $this->displaySlider ? ' active' : ''; ?>
<a href="#" id="close-slider" class="<?= $class ?>">
<?= _i('close') ?>