ensure even hyperlinks are highlighted

pull/550/head
Matthew Hodgson 2015-12-18 17:18:33 +00:00
parent dcea0dd601
commit fdc94ccf98
1 changed files with 5 additions and 0 deletions

View File

@ -106,6 +106,11 @@ limitations under the License.
padding: 4px;
}
.mx_MessageTile_searchHighlight a {
background-color: #76cfa6;
color: #fff;
}
.mx_EventTile_sending {
color: #ddd;
}