Darker room status
This commit is contained in:
parent
f07feda346
commit
1392325077
@ -33,7 +33,7 @@
|
|||||||
$.getJSON("https://status.chaospott.de/api/").done(function (data) {
|
$.getJSON("https://status.chaospott.de/api/").done(function (data) {
|
||||||
if (data.state.open) {
|
if (data.state.open) {
|
||||||
$("#status_open").css("display", "block");
|
$("#status_open").css("display", "block");
|
||||||
$("#status_bar").css("borderColor", "#5CB85C");
|
$("#status_bar").css("borderColor", "#29A900");
|
||||||
} else {
|
} else {
|
||||||
$("#status_closed").css("display", "block");
|
$("#status_closed").css("display", "block");
|
||||||
$("#status_bar").css("borderColor", "#D9534F");
|
$("#status_bar").css("borderColor", "#D9534F");
|
||||||
@ -41,7 +41,7 @@
|
|||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
<li id="status_open">
|
<li id="status_open">
|
||||||
<a href="/status.html" style="color:#5CB85C !important;">
|
<a href="/status.html" style="color:#29A900 !important;">
|
||||||
<i class="fa fa-unlock"></i> Raumstatus
|
<i class="fa fa-unlock"></i> Raumstatus
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
Loading…
Reference in New Issue
Block a user