Files
DocumentServer-v-9.2.0/web-apps/apps/common/main/resources/less/tabbar.less
Yajbir Singh f1b860b25c
Some checks failed
check / markdownlint (push) Has been cancelled
check / spellchecker (push) Has been cancelled
updated
2025-12-11 19:03:17 +05:30

68 lines
1.6 KiB
Plaintext

.nav-tabs {
white-space: nowrap;
overflow: hidden;
> li {
float: none;
display: inline-block;
&.active {
> span, > span:hover, > span:focus {
background-color: @background-normal-ie;
background-color: @background-normal;
color: @text-normal-ie;
color: @text-normal;
border-color: @background-normal-ie;
border-color: @background-normal;
cursor: pointer;
}
}
&:not(.dragged) {
transition: left .2s;
}
> span {
display: inline;
background-color: @background-pane-ie;
background-color: @background-pane;
color: @text-secondary-ie;
color: @text-secondary;
padding-top: 0;
padding-bottom: 0;
white-space: pre;
text-align: center;
&::after {
content: attr(tabtitle);
.font-weight-bold();
display: block;
}
&:hover, &:focus {
background-color: @background-pane-ie;
background-color: @background-pane;
border-color: @background-pane-ie;
border-color: @background-pane;
cursor: pointer;
}
}
}
&.bottom {
border-bottom: none;
border-top: none;
> li {
vertical-align: middle;
> span {
padding-bottom: 1px;
border-radius: 0 0 4px 4px;
}
}
}
}