mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Tab header styling
li styling was being applied to nested lists in the tab, but this was only meant for the tab headers list
This commit is contained in:
parent
ce6405d5b1
commit
530a3b0d44
1 changed files with 6 additions and 11 deletions
|
@ -6,8 +6,13 @@
|
||||||
margin-top: -@line-height-computed; //- adjusted for portal-name
|
margin-top: -@line-height-computed; //- adjusted for portal-name
|
||||||
padding: @padding-lg 0 @padding-md;
|
padding: @padding-lg 0 @padding-md;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.nav-tabs > li {
|
||||||
|
display: inline-block;
|
||||||
|
float: none;
|
||||||
a {
|
a {
|
||||||
|
border: 0;
|
||||||
color: @link-color;
|
color: @link-color;
|
||||||
&:hover {
|
&:hover {
|
||||||
background-color: transparent!important;
|
background-color: transparent!important;
|
||||||
|
@ -17,14 +22,6 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
li {
|
|
||||||
display: inline-block;
|
|
||||||
float: none;
|
|
||||||
a {
|
|
||||||
border: 0;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
li.active > a {
|
li.active > a {
|
||||||
background-color: transparent!important;
|
background-color: transparent!important;
|
||||||
border: 0!important;
|
border: 0!important;
|
||||||
|
@ -39,6 +36,4 @@
|
||||||
background-color: transparent!important;
|
background-color: transparent!important;
|
||||||
border: none!important;
|
border: none!important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue