diff --git a/src/components/structures/RoomSubList.js b/src/components/structures/RoomSubList.js index 461c87fb0b..f190c584d6 100644 --- a/src/components/structures/RoomSubList.js +++ b/src/components/structures/RoomSubList.js @@ -268,7 +268,7 @@ var RoomSubList = React.createClass({

{ this.props.collapsed ? '' : this.props.label }

); diff --git a/src/skins/vector/css/molecules/EventTile.css b/src/skins/vector/css/molecules/EventTile.css index e3956bdb2b..17d1599e1f 100644 --- a/src/skins/vector/css/molecules/EventTile.css +++ b/src/skins/vector/css/molecules/EventTile.css @@ -106,6 +106,11 @@ limitations under the License. padding: 4px; } +.mx_MessageTile_searchHighlight a { + background-color: #76cfa6; + color: #fff; +} + .mx_EventTile_sending { color: #ddd; } diff --git a/src/skins/vector/css/molecules/RoomHeader.css b/src/skins/vector/css/molecules/RoomHeader.css index 31d6539a3b..70d9bf310d 100644 --- a/src/skins/vector/css/molecules/RoomHeader.css +++ b/src/skins/vector/css/molecules/RoomHeader.css @@ -118,7 +118,6 @@ limitations under the License. .mx_RoomHeader_searchStatus { display: inline-block; font-weight: normal; - overflow-y: hidden; opacity: 0.6; }