Add some crude CSS for highlighting the selected event
(To be useful, this needs functionality which hasn't yet landed in react-sdk).pull/846/head
parent
3b18b9b54b
commit
f94272c539
|
@ -89,6 +89,15 @@ limitations under the License.
|
|||
|
||||
/* end of overrides */
|
||||
|
||||
/* this is used for the tile for the event which is selected via the URL.
|
||||
* for now, it is just a crude color; ultimately we probably want some
|
||||
* transition on here.
|
||||
*/
|
||||
.mx_EventTile_selected {
|
||||
background-color: #76cfa6;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.mx_EventTile_searchHighlight {
|
||||
background-color: #76cfa6;
|
||||
color: #fff;
|
||||
|
|
Loading…
Reference in New Issue