Zum Hauptinhalt gehen

Customize result list feature actions button

Kommentare

1 Kommentar

  • Jeff DeWitt

    Found a solution for this issue from a similar idea I had to customize the back arrow in a panel by using CSS - https://support.vertigis.com/hc/en-us/community/posts/18796867990162-Customize-back-arrow-on-panel-in-Web

    I ended up injecting CSS into a startup workflow to add text to the feature actions menu in the results list:

    /*Add text to the results list feature actions button*/

    button.MuiButtonBase-root.MuiIconButton-root.MuiIconButton-sizeSmall.gcx-menu-button.gxw-ltr-1668nnj::before {
      content: "Actions Menu";
      font-size: medium;
      font-style: normal;
      color: #555555;
      position: relative;
      padding: 5px;
    }

    Thanks again to Kylie Day for the idea and the CSS to do this!

    0

Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.