/**********************XnForo.ir**********************/
/*********اضافه کردن آیکون و رنگ به اکشن بار نوار مدیریت پست ها****/
.message-actionBar a.actionBar-action--report, .message-actionBar a.actionBar-action--edit, .message-actionBar a.actionBar-action--reply, .message-actionBar a.actionBar-action--spam, .message-actionBar a.actionBar-action--delete, .message-actionBar a.actionBar-action--ip, .message-actionBar a.actionBar-action--reaction, .message-actionBar a.actionBar-action--warn, .message-actionBar a.actionBar-action--mq {
color: #fff;
}
.actionBar-action--report {
background-color: #ff8700;
}
.actionBar-action--reaction {
background-color: #be37f0;
}
.actionBar-action--mq {
background-color: #1ca844;
}
.actionBar-action--reply {
background-color: #2B6BA3;
}
.actionBar-action--delete {
background-color: #9900CC;
}
.actionBar-action--edit {
background-color: #808000;
}
.actionBar-action--ip {
background-color: #0099FF;
}
/**********************XnForo.ir**********************/
/**********آیکن های نوار اکشن بار مدیریت***********/
.actionBar-action:before {
margin-right: 3px;
}
.actionBar-action--edit:before {.m-faContent("\f040");}
.actionBar-action--report:before {.m-faContent("\f071");}
.actionBar-action--ip:before {.m-faContent("\f002");}
.actionBar-action--delete:before {.m-faContent("\f00d");}
.actionBar-action--spam:before {.m-faContent("\f024");}
.actionBar-action--warn:before {.m-faContent("\f12a");}
.actionBar-action--history:before {.m-faContent("\f1da");}
/**********************XnForo.ir**********************/