locked
TabContainer1, TabPanel1,TabPanel2 don´t show separator and color RRS feed

  • Question

  • User-1987825426 posted

    Hi

    How can i force the color and separator because i just have the text visible parte is lost?

    Thank you

    Tuesday, October 11, 2016 3:39 PM

All replies

  • User1724605321 posted

    Hi Rebotea,

    How can i force the color and separator because i just have the text visible parte is lost?

    What do you mean by " because i just have the text visible parte is lost" ? You could change  background color of Active and Inactive AJAX Tab Panel Header like :

    <style type="text/css">
        .ajax__tab_xp .ajax__tab_active .ajax__tab_tab
        {
            color: White !important;
            background-color: blue !important;
            background-image: none !important;
        }
        .ajax__tab_xp .ajax__tab_tab
        {          
            background-color: Gray !important;
            background-image: none !important;
        }
        .btnColor
        {
            background-color: Gray;
            color: White;
        }
    </style>

    Best Regards,

    Nan Yu

    Wednesday, October 12, 2016 7:40 AM
  • User-1987825426 posted

    Hi Nan Yu <br>
    i thinK Was some control i try from New and the color and seperator for panels apear.<br>
    Wednesday, October 12, 2016 8:44 AM
  • User1724605321 posted

    Hi Rebotea,

    Rebotea

    i thinK Was some control i try from New and the color and seperator for panels apear.<br>

    Please explain more about your issue , i am not confused about your requirement .

    Best Regards,

    Nan Yu

    Monday, October 17, 2016 8:53 AM