Maximo Open Forum

 View Only
  • 1.  CSS to get 7.6 blue background?

    Posted 7 days ago
    Edited by Danny Richardson 6 days ago

    Is it possible to use the CSS function, or something similar, in MAS 9.1 to have a blue background look similar to 7.6 on tab groups?


    #Administration
    #Customizations
    #EndUser
    #EverythingMaximo
    #MaximoApplicationSuite

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



  • 2.  RE: CSS to get 7.6 blue background?

    Posted 5 days ago

    Hi Danny,

    I don't know the exact CSS to change as I have not done this specifically, but I would think it is possible. This IBM Link may help get you where you need to go: https://www.ibm.com/docs/en/masv-and-l/cd?topic=interface-updating-user

    As a tip- I have used DevTools to find the CSS that needs to be changed.

    Thank you,



    ------------------------------
    Allan Henle
    Naviam
    ------------------------------



  • 3.  RE: CSS to get 7.6 blue background?

    Posted 5 days ago

    Danny,

    Try something like this as a start:

    .tabgroup A {

       color: #ffffff;
        background-color: <devtools-color-swatch tabindex="-1"></devtools-color-swatch>#325C80 !important;
    }



    ------------------------------
    Tim Ferrill
    Solutions Consultant
    Intelligent Technology Solutions
    tferrill@webuildits.com
    www.webuildits.com
    @tferrill/@webuildits
    ------------------------------