diff --git a/skins/base/css/molecules/MessageComposer.css b/skins/base/css/molecules/MessageComposer.css index d1ae413218..1f2d703a1f 100644 --- a/skins/base/css/molecules/MessageComposer.css +++ b/skins/base/css/molecules/MessageComposer.css @@ -21,7 +21,7 @@ limitations under the License. margin: auto; background-color: #fff; border-radius: 25px; - border: 1px solid #e1e1e1; + border: 1px solid #a9dbf4; } .mx_MessageComposer_row { @@ -40,7 +40,7 @@ limitations under the License. .mx_MessageComposer .mx_MessageComposer_avatar img { margin-top: 5px; border-radius: 20px; - background-color: #bdbdbd; + background-color: #dbdbdb; } .mx_MessageComposer_input { diff --git a/skins/base/css/molecules/RoomHeader.css b/skins/base/css/molecules/RoomHeader.css index 687844f109..292c7d2b3b 100644 --- a/skins/base/css/molecules/RoomHeader.css +++ b/skins/base/css/molecules/RoomHeader.css @@ -48,7 +48,7 @@ limitations under the License. margin-top: 18px; background-color: #fff; border-radius: 48px; - border: 1px solid #e1e1e1; + border: 1px solid #a9dbf4; -webkit-box-ordinal-group: 2; -moz-box-ordinal-group: 2; diff --git a/skins/base/css/organisms/RightPanel.css b/skins/base/css/organisms/RightPanel.css index 11f425b824..6ee7f6ffdf 100644 --- a/skins/base/css/organisms/RightPanel.css +++ b/skins/base/css/organisms/RightPanel.css @@ -45,7 +45,7 @@ limitations under the License. float: right; background-color: #fff; border-radius: 48px; - border: 1px solid #e1e1e1; + border: 1px solid #a9dbf4; margin-right: 22px; } diff --git a/skins/base/img/chevron.png b/skins/base/img/chevron.png index 3c908d1ca9..47c49f6881 100644 Binary files a/skins/base/img/chevron.png and b/skins/base/img/chevron.png differ