added link to 'install plugins' page in acp installed plugins menu dropdown

also fixed annoying white background when a menu item other than the one active is focused upon
This commit is contained in:
Julian Lam
2015-05-05 11:37:02 -04:00
parent b561c49de5
commit e18f6c95fa
3 changed files with 16 additions and 3 deletions

View File

@@ -105,6 +105,7 @@
.nav-list {
background: #232323;
li {
i {
margin-right: 6px;
@@ -134,6 +135,10 @@
padding-left: 11px;
outline: 0;
&:focus {
background-color: transparent;
}
span {
opacity: 0;
margin-right: -8px;