Skip to content

Commit

Permalink
tart up mx_EventTile_selected
Browse files Browse the repository at this point in the history
  • Loading branch information
ara4n committed Feb 15, 2016
1 parent cdc1447 commit 2cd3150
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 2cd3150

Please sign in to comment.