This commit is contained in:
Matthew Hodgson 2015-07-17 20:23:11 +01:00
parent d09ddc48e0
commit 6394978326
4 changed files with 4 additions and 4 deletions

View File

@ -21,7 +21,7 @@ limitations under the License.
margin: auto; margin: auto;
background-color: #fff; background-color: #fff;
border-radius: 25px; border-radius: 25px;
border: 1px solid #e1e1e1; border: 1px solid #a9dbf4;
} }
.mx_MessageComposer_row { .mx_MessageComposer_row {
@ -40,7 +40,7 @@ limitations under the License.
.mx_MessageComposer .mx_MessageComposer_avatar img { .mx_MessageComposer .mx_MessageComposer_avatar img {
margin-top: 5px; margin-top: 5px;
border-radius: 20px; border-radius: 20px;
background-color: #bdbdbd; background-color: #dbdbdb;
} }
.mx_MessageComposer_input { .mx_MessageComposer_input {

View File

@ -48,7 +48,7 @@ limitations under the License.
margin-top: 18px; margin-top: 18px;
background-color: #fff; background-color: #fff;
border-radius: 48px; border-radius: 48px;
border: 1px solid #e1e1e1; border: 1px solid #a9dbf4;
-webkit-box-ordinal-group: 2; -webkit-box-ordinal-group: 2;
-moz-box-ordinal-group: 2; -moz-box-ordinal-group: 2;

View File

@ -45,7 +45,7 @@ limitations under the License.
float: right; float: right;
background-color: #fff; background-color: #fff;
border-radius: 48px; border-radius: 48px;
border: 1px solid #e1e1e1; border: 1px solid #a9dbf4;
margin-right: 22px; margin-right: 22px;
} }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 218 B