changed room status colors

This commit is contained in:
Timm 2015-03-18 09:09:10 +01:00
parent a65ee2700e
commit c0810b9be1
1 changed files with 2 additions and 2 deletions

View File

@ -100,11 +100,11 @@ ul.nav>li>a {
} }
#status_open a { #status_open a {
color:#00ff00 !important; color:#5CB85C !important;
} }
#status_closed a { #status_closed a {
color:#ff0000 !important; color:#D9534F !important;
} }
#status_bar { #status_bar {