Tabs
|
Tabs Example
|
Tabs With Close Buttons
|
.nav-tabs>li {
float: left;
margin-bottom: -1px
}
.nav-tabs>li>a {
margin-right: 2px;
line-height: 10px;
border-top-color: rgb(66, 152, 181);
border-top-style: solid;
border-top-width: 1px;
border-right-color: rgb(66, 152, 181);
border-right-style: solid;
border-right-width: 1px;
/* border-bottom-color: rgb(66, 152, 181);
border-bottom-style: solid;
border-bottom-width: 1px;*/
border-left-color: rgb(66, 152, 181);
border-left-style: solid;
border-left-width: 1px;
border-radius: 4px 4px 0 0;
}
.nav-tabs>li>a:hover {
border-color: #03789b;
background-color: #CADFE5;
color: #000;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
color: #fff;
background-color: #03789b;
border: 1px solid #03789b;
border-bottom-color: transparent;
cursor: default
}
.nav-tabs.nav-justified {
width: 100%;
border-bottom: 0
}
.nav-tabs.nav-justified>li {
float: none
}
.nav-tabs.nav-justified>li>a {
text-align: center;
margin-bottom: 5px;
margin-right: 0;
border-radius: 4px
}
.nav-tabs.nav-justified>.dropdown .dropdown-menu {
top: auto;
left: auto
}
.nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:focus, .nav-tabs.nav-justified>.active>a:hover {
border: 1px solid #828282
}
If you need help, please e-mail the PX Team or send us a message on Microsoft Teams. |