Maximo Open Forum

 View Only
  • 1.  MAS Manage: Custom Colors for pop up

    Posted 10-15-2025 18:45

    Hello all, I believe MAS Manage is a lot more customizable than 7.6.  So I was curious if there is a way to edit these button colors/backgrounds.

    Thank you,


    #Administration
    #Customizations
    #EndUser
    #EverythingMaximo
    #MaximoApplicationSuite

    ------------------------------
    Danny Richardson
    Maximo Administrator Manager
    Technimark LLC
    ------------------------------


  • 2.  RE: MAS Manage: Custom Colors for pop up

    Posted 17 days ago

    Give this a go under CSS Customization

    Checks for "White: #ffffff" updates background to "Orange : #eb6b0f

    Updates background color to "Orange : #f8781c"

    .dsc1 .dbottom div[ctype="buttongroup"][data-three-buttons="true"] button.pb:first-of-type,
    #msgbox-dialog_inner div[ctype="buttongroup"][data-three-buttons="true"] button.pb:first-of-type {
        margin-inline-end: 25% !important;
        background: #eb6b0f;
        color: #ffffff !important;
    }
    .dsc1 .dbottom div[ctype="buttongroup"][data-three-buttons="true"] button.pb:first-of-type:hover,
    #msgbox-dialog_inner div[ctype="buttongroup"][data-three-buttons="true"] button.pb:first-of-type:hover {
        background-color: #f8781c !important;
    }



    ------------------------------
    Niv Geo
    ------------------------------



  • 3.  RE: MAS Manage: Custom Colors for pop up

    Posted 15 days ago

    I didn't know there was a way to customize these colors.  That would be very helpful.  We just transitioned to MAS 9.0 and everything is so different than the other versions - layout, cell sizes, colors and navigation.  Is the user able to update these colors or does that need to come from an admin person?



    ------------------------------
    Lori Goetzfridt
    Rainbow Energy Center LLC
    ------------------------------



  • 4.  RE: MAS Manage: Custom Colors for pop up

    Posted 13 days ago

    Would require user with Admin privilege and technical skills in css modifications to perform basic to minor updates. Skills to update CSS is evolving so we will have many in the team sharing their experience updating the look and feel of MAS



    ------------------------------
    Niv Geo
    ------------------------------