mirror of https://github.com/vector-im/riot-web
ensure even hyperlinks are highlighted
parent
dcea0dd601
commit
fdc94ccf98
|
@ -106,6 +106,11 @@ limitations under the License.
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mx_MessageTile_searchHighlight a {
|
||||||
|
background-color: #76cfa6;
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
.mx_EventTile_sending {
|
.mx_EventTile_sending {
|
||||||
color: #ddd;
|
color: #ddd;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue