display search results correct; support HTML markup
This commit is contained in:
parent
d315e4afcd
commit
fdfa0cbd0e
7 changed files with 116 additions and 7 deletions
|
@ -66,6 +66,13 @@ limitations under the License.
|
|||
margin-right: 100px;
|
||||
}
|
||||
|
||||
.mx_MessageTile_searchHighlight {
|
||||
background-color: #76cfa6;
|
||||
color: #fff;
|
||||
border-radius: 5px;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
.mx_EventTile_sending {
|
||||
color: #ddd;
|
||||
}
|
||||
|
@ -78,6 +85,10 @@ limitations under the License.
|
|||
color: #FF0064;
|
||||
}
|
||||
|
||||
.mx_EventTile_contextual {
|
||||
opacity: 0.4;
|
||||
}
|
||||
|
||||
.mx_EventTile_msgOption {
|
||||
float: right;
|
||||
}
|
||||
|
|
|
@ -17,4 +17,3 @@ limitations under the License.
|
|||
.mx_MTextTile {
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue