Add style for selected tab

This commit is contained in:
Bechi 2014-06-03 13:53:43 -03:00
commit 359485e863
2 changed files with 9 additions and 4 deletions

View file

@ -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 */