mirror of
https://github.com/darkwire/darkwire.io.git
synced 2025-07-20 20:17:38 +00:00
Add squirrel logo and favicon
This commit is contained in:
parent
a2a0b02517
commit
7eebbe0a95
Binary file not shown.
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 3.7 KiB |
@ -149,7 +149,7 @@ input {
|
||||
|
||||
.inputMessage{
|
||||
border: none;
|
||||
border-top: 2px solid #ececec;
|
||||
border-top: 1px solid #e7e7e7;
|
||||
bottom: 0;
|
||||
height: 60px;
|
||||
left: 0;
|
||||
@ -181,8 +181,7 @@ input {
|
||||
.chat .warning-sign {
|
||||
display: none;
|
||||
cursor: pointer;
|
||||
color: red;
|
||||
font-size: 24px;
|
||||
width: 35px;
|
||||
}
|
||||
|
||||
.inputMessage.encryption-disabled {
|
||||
@ -193,4 +192,16 @@ input {
|
||||
position: relative;
|
||||
top: 16px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.navbar {
|
||||
background: none;
|
||||
}
|
||||
|
||||
.navbar-brand {
|
||||
padding: 5px 15px;
|
||||
}
|
||||
|
||||
.navbar-brand img {
|
||||
width: 40px;
|
||||
}
|
@ -24,7 +24,9 @@
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
</button>
|
||||
<a class="navbar-brand" href="javascript:void(0)">FattyChat</a>
|
||||
<a class="navbar-brand" href="javascript:void(0)">
|
||||
<img src="https://s3.amazonaws.com/fattychat/img/logo.png">
|
||||
</a>
|
||||
<span class="participants">
|
||||
<span class="glyphicon glyphicon-user"></span> <span id="participants"></span>
|
||||
</span>
|
||||
@ -52,7 +54,7 @@
|
||||
</div>
|
||||
<input class="inputMessage" placeholder="Type here..."/>
|
||||
<div id="input-icons">
|
||||
<span class="glyphicon glyphicon-warning-sign warning-sign"></span>
|
||||
<img src="https://s3.amazonaws.com/fattychat/img/warning-icon.png" class="warning-sign">
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
|
Loading…
x
Reference in New Issue
Block a user