clubstatus

This commit is contained in:
Bandie 2022-04-15 16:14:25 +02:00
parent f5e7041861
commit 366bf6de9b
Signed by: Bandie
GPG Key ID: F4E0AB327841A877
1 changed files with 2 additions and 2 deletions

View File

@ -55,12 +55,12 @@
});
</script>
<li id="status_open" style="background-color:#29A900; display: none;">
<a href="#" title="Club ist geöffnet">
<a href="#" title="Der Club ist geöffnet">
<span style="color:#ffffff !important;">Club: <i class="fa fa-lock-open"></i></span>
</a>
</li>
<li id="status_closed" style="background-color:#D9534F; display: none;">
<a href="#" title="Club ist geschlossen">
<a href="#" title="Der Club ist geschlossen">
<span style="color:#ffffff !important;">Club: <i class="fa fa-lock"></i></span>
</a>
</li>