den Strich bekommst du mit
in der entsprechenden Class weg
Edit. Sorry ändere den a-Tag in der Form
HTML
a {
background: -webkit-gradient(linear,left top,left bottom,from(#8462cc),color-stop(#8462cc),0);
background: -webkit-linear-gradient(#8462cc, #8462cc) no-repeat scroll center bottom / 100% 0px rgba(0, 0, 0, 0) !important;
background: -moz-linear-gradient(#8462cc, #8462cc) no-repeat scroll center bottom / 100% 0px rgba(0, 0, 0, 0) !important;
background: -o-linear-gradient(#8462cc, #8462cc) no-repeat scroll center bottom / 100% 0px rgba(0, 0, 0, 0) !important;
background: linear-gradient(#8462cc, #8462cc) no-repeat scroll center bottom / 100% 0px rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
border: none !important;
color: #8462cc !important;
padding: 3px !important;
-webkit-transition: background-size 0.2s ease 0s, color 0.1s ease 0.1s !important;
-moz-transition: background-size 0.2s ease 0s, color 0.1s ease 0.1s !important;
-o-transition: background-size 0.2s ease 0s, color 0.1s ease 0.1s !important;
transition: background-size 0.2s ease 0s, color 0.1s ease 0.1s !important;
}
Alles anzeigen