Fix: Status closed unreadable
This commit is contained in:
parent
88bc4aad8d
commit
6287292939
@ -46,7 +46,7 @@
|
||||
</a>
|
||||
</li>
|
||||
<li id="status_closed" style="background-color:#D9534F;">
|
||||
<a href="/status.html" style="color:#ffffff">
|
||||
<a href="/status.html" style="color:#ffffff !important;">
|
||||
<i class="fa fa-lock"></i> Raumstatus: geschlossen
|
||||
</a>
|
||||
</li>
|
||||
|
@ -107,11 +107,11 @@ ul.nav>li>a {
|
||||
}
|
||||
|
||||
#status_open a {
|
||||
color: #29A900 !important;
|
||||
color: #fff !important;
|
||||
}
|
||||
|
||||
#status_closed a {
|
||||
color: #D9534F !important;
|
||||
color: #fff !important;
|
||||
}
|
||||
|
||||
#status_bar {
|
||||
|
Loading…
Reference in New Issue
Block a user