Use a white-bg X for closing and smooth icons in context menu

This commit is contained in:
Jérémie Astori 2016-03-20 17:10:10 -04:00
parent 4f7f862a55
commit f8807df2dc

View File

@ -1244,6 +1244,8 @@ button,
font-family: FontAwesome;
width: 20px;
display: inline-block;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.context-menu-user:before {
@ -1255,7 +1257,7 @@ button,
}
.context-menu-close:before {
content: "\f057";
content: "\f00d";
}
/**