Add some crude CSS for highlighting the selected event

(To be useful, this needs functionality which hasn't yet landed in react-sdk).
This commit is contained in:
Richard van der Hoff 2016-01-30 00:43:47 +00:00
parent 3b18b9b54b
commit f94272c539

View File

@ -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;