only add css with our domain prefix
This commit is contained in:
parent
871959c8c9
commit
69d2458ea8
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
.activitypub-settings-page .box {
|
||||
.activitypub-event-extensions-settings-page .box {
|
||||
border: 1px solid #c3c4c7;
|
||||
background-color: #fff;
|
||||
padding: 1em 1.5em;
|
||||
|
|
|
@ -70,7 +70,7 @@ $current_category_mapping = \get_option( 'activitypub_event_extensions_ev
|
|||
</div>
|
||||
<hr class="wp-header-end">
|
||||
|
||||
<div class="activitypub-settings activitypub-settings-page hide-if-no-js">
|
||||
<div class="activitypub-settings activitypub-settings-page activitypub-event-extensions-settings-page hide-if-no-js">
|
||||
<form method="post" action="options.php">
|
||||
<?php \settings_fields( 'activitypub-event-extensions' ); ?>
|
||||
|
||||
|
|
Loading…
Reference in a new issue