By Yuka Kiyohara on Friday, 14 March 2014
Posted in Technical Issues
Replies 5
Likes 0
Views 718
Votes 0
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.
Hello Hideki Kiyohara,

Sorry for late reply to this,
I have tried to hover in your button, it seems like you already resolved by yourself right? Please advise.
·
Friday, 14 March 2014 22:23
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,Arlex.I did not change anything.Well,it seems somebody fixed ..and I would like to change the button of color to (#FA7789) and hover too.
please tell me how to change it?
·
Friday, 14 March 2014 23:12
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Hideki Kiyohara.

Please change the color code below to your preference and paste it in your template custom.css file.


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;
}


Thanks:)
·
Saturday, 15 March 2014 03:31
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello, Khairul .Thank you very much.
·
Wednesday, 19 March 2014 11:18
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Hideki,

You're welcome.
·
Wednesday, 19 March 2014 11:30
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post