﻿
/* Kendo 2018 appears to have an incorrect icon in the silver theme. It should not have a background-image. */
.k-column-menu .k-sprite, 
.k-drop-hint, 
.k-gantt-views > .k-current-view > .k-link::after, 
.k-grid-mobile .k-resize-handle-inner::after, 
.k-grid-mobile .k-resize-handle-inner::before, 
.k-grouping-dropclue, 
.k-icon, 
.k-pager-numbers .k-current-page .k-link::after, 
.k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view > .k-link::after,
.k-tool-icon {
    background-image: inherit;
    border-color: inherit;
}