Hello,I use easy discuss and the button of easy discuss have a red line when I pointed mouse on the button.
Please tell me how to remove the red line.Thank you for your help.
Please tell me how to remove the red line.Thank you for your help.
div#discuss-wrapper .btn-danger {
color: #fff;
text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
background-color: #da4f49;
background-image: -moz-linear-gradient(top,#ee5f5b,#bd362f);
background-image: -webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#bd362f));
background-image: -webkit-linear-gradient(top,#ee5f5b,#bd362f);
background-image: -o-linear-gradient(top,#ee5f5b,#bd362f);
background-image: linear-gradient(to bottom,#ee5f5b,#bd362f);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
border-color: #bd362f #bd362f #802420;
border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
*background-color: #bd362f;
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
div#discuss-wrapper .btn-danger:hover,
div#discuss-wrapper .btn-danger:active,
div#discuss-wrapper .btn-danger.active,
div#discuss-wrapper .btn-danger.disabled,
div#discuss-wrapper .btn-danger[disabled] {
color: #fff;
background-color: #bd362f;
*background-color: #a9302a;
}
div#discuss-wrapper .btn-danger:active,
div#discuss-wrapper .btn-danger.active {
background-color: #942a25 \9;
}