.messageMeta .item {
color: @secondaryDarker;
background-color: @secondaryMedium;
border: 1px solid @secondaryLight;
border-radius: 5px;
padding: 5px;
}
.messageMeta .item:hover {
color: @secondaryDarker;
background-color: @inlineMod;
}
.messageMeta .item:active {
background-color: @secondaryMedium;
}