Apply red and green to "Add to domains" buttons

Signed-off-by: darkexplosiveqwx <101737077+darkexplosiveqwx@users.noreply.github.com>
This commit is contained in:
darkexplosiveqwx
2025-06-28 14:56:53 +02:00
parent d9c7423959
commit a2c662e1e2

View File

@@ -100,10 +100,10 @@ mg.include('scripts/lua/header_authenticated.lp','r')
</div>
<div class="btn-toolbar pull-right" role="toolbar" aria-label="Toolbar with buttons">
<div class="btn-group" role="group">
<button type="button" class="btn btn-primary" id="add_deny">Add to denied domains</button>
<button type="button" class="btn btn-danger" id="add_deny">Add to denied domains</button>
</div>
<div class="btn-group" role="group">
<button type="button" class="btn btn-primary" id="add_allow">Add to allowed domains</button>
<button type="button" class="btn btn-success" id="add_allow">Add to allowed domains</button>
</div>
</div>
</div>