web-apps/apps/common/main/resources/less/tabbar.less

54 lines
1.1 KiB
Plaintext
Raw Normal View History

2016-03-11 00:48:53 +00:00
.nav-tabs {
white-space: nowrap;
overflow: hidden;
> li {
float: none;
display: inline;
&.active {
> a, > a:hover, > a:focus {
background-color: #fff;
color: #000;
border-color: #fff;
cursor: pointer;
}
}
2018-11-13 14:30:46 +00:00
&:not(.dragged) {
transition: left .2s;
}
2016-03-11 00:48:53 +00:00
> a {
display: inline;
background-color: #7a7a7a;
color: #fff;
padding-top: 0;
padding-bottom: 0;
white-space: pre-wrap;
&:hover, &:focus {
background-color: #7a7a7a;
border-color: #7a7a7a;
cursor: pointer;
}
}
}
&.bottom {
border-bottom: none;
border-top: none;
> li {
vertical-align: middle;
> a {
padding-bottom: 1px;
border-radius: 0 0 4px 4px;
}
}
}
}