Commit b621f66c authored by Markus Bergt's avatar Markus Bergt

fixed mixed-up colors for glyphicons

parent 379958ed
...@@ -16,12 +16,12 @@ body { ...@@ -16,12 +16,12 @@ body {
margin-bottom: 125px; margin-bottom: 125px;
} }
.glyphicon-warning { .glyphicon-warning {
color: #D9534F; color: #F0AD4E;
} }
.glyphicon-danger { .glyphicon-danger {
color: #F0AD4E; color: #D9534F;
} }
.chatnavbar > .container-fluid{ .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