mirror of
https://github.com/humhub/humhub.git
synced 2025-01-29 12:28:06 +01:00
Overwritten original bootstrap focus class for navbar entry
This commit is contained in:
parent
ec99520ef1
commit
9ff437db2a
@ -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;
|
||||
}
|
||||
|
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user