Commit 5b870c1d authored by Markus Bergt's avatar Markus Bergt

added glyphicon warning and danger style

parent 90f68bc9
...@@ -169,9 +169,9 @@ ...@@ -169,9 +169,9 @@
<span class="input-group-addon hidden-xs">Username:</span> <span class="input-group-addon hidden-xs">Username:</span>
<input type="text" class="form-control" placeholder="Deine Nachricht..." autofocus> <input type="text" class="form-control" placeholder="Deine Nachricht..." autofocus>
<span class="input-group-btn"> <span class="input-group-btn">
<button class="btn btn-default" type="button"><span class="glyphicon glyphicon-send"></span> <span class="hidden-xs">Senden</span></button> <button class="btn btn-default" type="button"><span class="glyphicon glyphicon-send" /> <span class="hidden-xs">Senden</span></button>
<button class="btn btn-warning" type="button">Mod</button> <button class="btn btn-warning" type="button"><span class="glyphicon glyphicon-send glyphicon-warning" /> <span class="hidden-xs">Mod</span></button>
<button class="btn btn-danger" type="button">Admin</button> <button class="btn btn-danger" type="button"><span class="glyphicon glyphicon-send glyphicon-danger" /> <span class="hidden-xs">Admin</span></button>
</span> </span>
</div> </div>
</div> </div>
......
...@@ -16,6 +16,13 @@ body { ...@@ -16,6 +16,13 @@ body {
margin-bottom: 125px; margin-bottom: 125px;
} }
.glyphicon-warning {
color: #D9534F;
}
.glyphicon-danger {
color: #F0AD4E;
}
.chatnavbar > .container-fluid{ .chatnavbar > .container-fluid{
padding-top: 7px; padding-top: 7px;
......
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