mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
Added linked message styling
This commit is contained in:
parent
f0bac3a3b0
commit
3099ef68a9
@ -83,10 +83,14 @@ limitations under the License.
|
|||||||
/* this is used for the tile for the event which is selected via the URL.
|
/* this is used for the tile for the event which is selected via the URL.
|
||||||
* TODO: ultimately we probably want some transition on here.
|
* TODO: ultimately we probably want some transition on here.
|
||||||
*/
|
*/
|
||||||
.mx_EventTile_selected {
|
.mx_EventTile_selected .mx_EventTile_line {
|
||||||
border-left: #76cfa6 5px solid;
|
border-left: #76cfa6 5px solid;
|
||||||
margin-left: 53px;
|
padding-left: 60px;
|
||||||
padding-left: 7px;
|
background-color: #f7f7f7;
|
||||||
|
}
|
||||||
|
|
||||||
|
.mx_EventTile:hover .mx_EventTile_line {
|
||||||
|
background-color: #f7f7f7;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_EventTile_searchHighlight {
|
.mx_EventTile_searchHighlight {
|
||||||
@ -135,10 +139,6 @@ limitations under the License.
|
|||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_EventTile:hover .mx_EventTile_line {
|
|
||||||
background-color: #f7f7f7;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mx_EventTile_last .mx_MessageTimestamp {
|
.mx_EventTile_last .mx_MessageTimestamp {
|
||||||
visibility: visible;
|
visibility: visible;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user