fix search highlight css

pull/972/head
Matthew Hodgson 2016-02-15 20:19:30 +00:00
parent 11c9aff69a
commit cdc1447804
1 changed files with 3 additions and 1 deletions

View File

@ -102,7 +102,9 @@ limitations under the License.
background-color: #76cfa6; background-color: #76cfa6;
color: #fff; color: #fff;
border-radius: 5px; border-radius: 5px;
padding: 4px; padding-left: 2px;
padding-right: 2px;
cursor: pointer;
} }
.mx_EventTile_searchHighlight a { .mx_EventTile_searchHighlight a {