tart up mx_EventTile_selected

This commit is contained in:
Matthew Hodgson 2016-02-15 20:22:45 +00:00
parent cdc1447804
commit 2cd3150c56

View File

@ -90,12 +90,12 @@ 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.
* TODO: ultimately we probably want some transition on here.
*/
.mx_EventTile_selected {
background-color: #76cfa6;
color: #fff;
border-left: #76cfa6 5px solid;
margin-left: 53px;
padding-left: 7px;
}
.mx_EventTile_searchHighlight {