Merge pull request #590 from glowing-bear/thdesign
[WIP] Improve footer, more monochrome dark design
This commit is contained in:
commit
c145457b91
5 changed files with 42 additions and 6 deletions
|
@ -54,9 +54,18 @@ td.message {
|
|||
|
||||
#sendMessage {
|
||||
width: 100%;
|
||||
height: 36px;
|
||||
height: 35px;
|
||||
resize: none;
|
||||
}
|
||||
|
||||
#sendMessage:focus, #sendMessage:active {
|
||||
border-bottom: 2px solid #555;
|
||||
}
|
||||
|
||||
.input-group-addon, .input-group-btn {
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.footer button {
|
||||
border-radius: 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue