mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-24 05:22:46 +00:00
Merge pull request #962 from sharelatex/jel-tab-lists
Tab header styling
This commit is contained in:
commit
dc9e317f8f
1 changed files with 6 additions and 11 deletions
|
@ -6,8 +6,13 @@
|
|||
margin-top: -@line-height-computed; //- adjusted for portal-name
|
||||
padding: @padding-lg 0 @padding-md;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.nav-tabs > li {
|
||||
display: inline-block;
|
||||
float: none;
|
||||
a {
|
||||
border: 0;
|
||||
color: @link-color;
|
||||
&:hover {
|
||||
background-color: transparent!important;
|
||||
|
@ -17,14 +22,6 @@
|
|||
}
|
||||
}
|
||||
|
||||
li {
|
||||
display: inline-block;
|
||||
float: none;
|
||||
a {
|
||||
border: 0;
|
||||
}
|
||||
}
|
||||
|
||||
li.active > a {
|
||||
background-color: transparent!important;
|
||||
border: 0!important;
|
||||
|
@ -40,5 +37,3 @@
|
|||
border: none!important;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in a new issue