I have an excel button and two custom buttons in a grid toolbar that I have pulled to the right. There are two hyphen-like separators that I want to remove that appear just to the right of the excel button. You can see this in the attached pciture. I tried to remove it with some very novice css but it didn't quite work. Any ideas?
/* hide kendo grid toolbar separators */
.k-button.k-button-icontext.a[class*='k-grid-'] {
visibility:hidden;
}