Commit b621f66c authored by Markus Bergt's avatar Markus Bergt

fixed mixed-up colors for glyphicons

parent 379958ed
......@@ -17,11 +17,11 @@ body {
}
.glyphicon-warning {
color: #D9534F;
color: #F0AD4E;
}
.glyphicon-danger {
color: #F0AD4E;
color: #D9534F;
}
.chatnavbar > .container-fluid{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment