So, i need a style for
.question_actions.active
my existing CSS
.question_actions {
float: right;
font-size: 1em;
width: 110px;
}
.question_action {
margin-bottom: 8px;
padding: 3px;
}
.question_actions.active {
/* some CSS */
}
what would be the syntax to combine them?