Fix highlighting of channel upon selection in mobile firefox
This commit is contained in:
parent
f5dde0163b
commit
ffde1422e0
1 changed files with 8 additions and 2 deletions
|
@ -242,6 +242,12 @@ input[type=text], input[type=password], #sendMessage, .badge {
|
|||
.nav-pills > li > a:hover, .nav-pills > li > a:hover span {
|
||||
color: #222;
|
||||
}
|
||||
/* fix for mobile firefox which ignores :hover */
|
||||
.nav-pills > li > a:active, .nav-pills > li > a:active span {
|
||||
text-decoration: none;
|
||||
background-color: #eee;
|
||||
color: #222;
|
||||
}
|
||||
.content {
|
||||
height: 100%;
|
||||
min-height: 100%;
|
||||
|
|
Loading…
Reference in a new issue