diff --git a/skins/base/css/organisms/LeftPanel.css b/skins/base/css/organisms/LeftPanel.css index bfe26f115f..af074b321f 100644 --- a/skins/base/css/organisms/LeftPanel.css +++ b/skins/base/css/organisms/LeftPanel.css @@ -24,8 +24,6 @@ limitations under the License. display: flex; flex-direction: column; -webkit-flex-direction: column; - - border-right: 1px solid #d8d8d8; } .mx_LeftPanel_hideButton { @@ -48,29 +46,6 @@ limitations under the License. overflow-y: scroll; } -/* -.mx_LeftPanel .mx_RoomCreate { - -webkit-box-ordinal-group: 2; - -moz-box-ordinal-group: 2; - -ms-flex-order: 2; - -webkit-order: 2; - order: 2; - - padding-left: 16px; - padding-right: 16px; - min-height: 46px; - - border-top: 1px solid #d8d8d8; - border-bottom: 1px solid #d8d8d8; -} - -.mx_LeftPanel .mx_RoomCreate .mx_RoomCreate_table { - display: table; - width: 100%; - height: 46px; -} -*/ - .mx_LeftPanel .mx_DirectoryMenu { -webkit-box-ordinal-group: 3; -moz-box-ordinal-group: 3; diff --git a/skins/base/css/organisms/MemberList.css b/skins/base/css/organisms/MemberList.css index f0ededa1aa..fb55176ead 100644 --- a/skins/base/css/organisms/MemberList.css +++ b/skins/base/css/organisms/MemberList.css @@ -27,7 +27,7 @@ limitations under the License. } .mx_MemberList_border { - border: 1px solid #d8d8d8; + border: 1px solid #a9dbf4; overflow-y: scroll; height: auto; max-height: 75%;