Add style for selected tab
This commit is contained in:
parent
c171670323
commit
359485e863
2 changed files with 9 additions and 4 deletions
|
|
@ -30,6 +30,11 @@ html, body {height: 100%;}
|
|||
box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.10);
|
||||
}
|
||||
|
||||
.text-gray.active {
|
||||
color: #111 !important;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
#footer {
|
||||
position: fixed;
|
||||
margin-top: -96px; /* negative value of footer height */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue