diff --git a/e107_themes/bootstrap3/admin_style.css b/e107_themes/bootstrap3/admin_style.css index b2503b73a..fa7b64cb7 100644 --- a/e107_themes/bootstrap3/admin_style.css +++ b/e107_themes/bootstrap3/admin_style.css @@ -4,6 +4,7 @@ body#admin-admin .popover { position: fixed } @media (max-width: 992px) { body { height: 100vh; overflow-y: auto!important; } + ul.nav-admin a.navbar-admin-button:after { content: attr(title) } } button, button:active { outline: 0; }