
/** Generics          ****************************/

body {
  cursor: wait;
}

/** Push Buttons *********************************/

.gwt-PushButton-up,
.gwt-PushButton-up-hovering,
.gwt-PushButton-up-disabled,
.gwt-PushButton-down,
.gwt-PushButton-down-hovering,
.gwt-PushButton-down-disabled {
  cursor: wait;
}

/** General Page Behavior ***********************/

.PageLink {
  cursor: wait;
}

/** General Component Behavior *******************/

.ComponentLink {
  cursor: wait;
}

/** BreadcrumbComponent **************************/

span.BreadcrumbComponentLink {
  cursor: wait;
}

span.BreadcrumbComponentDeadLink {
  cursor: wait;
}

/** HeaderComponent ******************************/

span.HeaderComponentLink {
  cursor: wait;
}

/** SearchComponentIcon **************************/

.SearchComponentIcon {
  cursor: wait;
}

.SearchComponentAdvanced {
  cursor: wait;
}
