/* v166: submit cursors for the installed Global Shell, older dialog and Nav6.
   This same file is also embedded inside the Nav6 Shadow DOM template. */
html body #elika-global-shell-search .egs-search-dialog form button[type="submit"],
html body #elika-global-shell-search .egs-search-dialog form button[type="submit"] *,
html body #elika-global-search .em-global-search-form button[type="submit"],
html body #elika-global-search .em-global-search-form button[type="submit"] *,
.en6-search-panel .en6-search-form button[type="submit"],
.en6-search-panel .en6-search-form button[type="submit"] * {
  cursor: pointer !important;
}
html body #elika-global-shell-search .egs-search-dialog form button[type="submit"]:disabled,
html body #elika-global-shell-search .egs-search-dialog form button[type="submit"]:disabled *,
html body #elika-global-search .em-global-search-form button[type="submit"]:disabled,
html body #elika-global-search .em-global-search-form button[type="submit"]:disabled *,
.en6-search-panel .en6-search-form button[type="submit"]:disabled,
.en6-search-panel .en6-search-form button[type="submit"]:disabled * {
  cursor: not-allowed !important;
}
