Browse Source

Removed dropdown toggler outline

master
Igor Zhukov 10 years ago
parent
commit
b57c3b3cf0
  1. 4
      app/css/app.css

4
app/css/app.css

@ -154,6 +154,10 @@ input[type="number"] { @@ -154,6 +154,10 @@ input[type="number"] {
.btn-link.dropdown-toggle:hover {
background: none;
}
.btn-link.dropdown-toggle:active {
outline: none;
box-shadow: none;
}
.tg_page_head .navbar-quick-nav,
.tg_page_head .navbar-toggle {

Loading…
Cancel
Save