TabView Styling

Forum rules
Please note that response time for technical support is within 3-5 business days.
Post Reply
IMCUser
Posts: 5
Joined: 17 Apr 2018, 11:06

09 May 2018, 13:37

TabView styling does not give an indication of the selected tab.

kubrasulukan
Posts: 87
Joined: 10 Jan 2018, 16:04

11 May 2018, 10:01

Can you send a screenshot of it?

IMCUser
Posts: 5
Joined: 17 Apr 2018, 11:06

14 May 2018, 08:54

Below the 2nd tab is selected "Godfather Part II" but there is no indicator for it:

Image

The same applies for the Horizontal Menu.
There is no indicator which menuItem is selected.

kubrasulukan
Posts: 87
Joined: 10 Jan 2018, 16:04

14 May 2018, 15:30

We'll check and back to you

denizhamzai
Posts: 10
Joined: 13 Apr 2017, 09:58

22 Oct 2018, 10:04

Had the same issue.

Edit the _main.scss and add the following:



.ui-tabs.ui-tabs-top .ui-tabs-nav li.ui-state-active{
background: $menuItemTextColor !important;
}

then recompile the sass

mert.sincan
Posts: 5281
Joined: 29 Jun 2013, 12:38

22 Oct 2018, 11:47

Sorry for the delayed response!

Thanks denizhamzai ;)

Or

in _menu.scss

Code: Select all

//line 200
              &.ui-state-active {
                        background-color: $primaryColor;
                        
                        a {
                            color: $highlightTextColor;
                        }
                        
                        .ui-icon-close {
                            color: $highlightTextColor;
                        }
                        
                        &.ui-tabs-outline {
                            background-color: lighten($primaryColor,5%);
                        }
                    }
// line 214
Fixed for next version.

Best Regards,

Post Reply

Return to “Verona - PrimeFaces”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 2 guests