
/**
 *
 * FORMS
 */

.image-input .image-input-wrapper {
  background-image: url('/assets/media/misc/upload.png');}

/**
 *
 * LISTING
 */

thead th.sorting {
  background: url('/assets/media/misc/sort_both.png') center right no-repeat;}

thead th.sorting-asc {
  background: url('/assets/media/misc/sort_asc.png') center right no-repeat;}

thead th.sorting-desc {
  background: url('/assets/media/misc/sort_desc.png') center right no-repeat;}
