Overwritten original bootstrap focus class for navbar entry

This commit is contained in:
andystrobel 2014-11-29 13:29:19 +01:00
parent ec99520ef1
commit 9ff437db2a
2 changed files with 13 additions and 0 deletions

View File

@ -91,6 +91,12 @@ h4 {
text-align: center;
min-height: 49px;
}
#topbar-second .nav > li > a:hover,
#topbar-second .nav > li > a:focus {
border-bottom: 3px solid #4cd9c0;
background-color: #f7f7f7;
color: #555555;
}
#topbar-second .nav > li > a i {
font-size: 14px;
}

View File

@ -165,6 +165,13 @@ h4 {
text-align: center;
min-height: 49px;
&:hover,
&:focus {
border-bottom: 3px solid @colorInfo2;
background-color: @colorBackground1;
color: @colorFont3;
}
i {
font-size: 14px;
}