Skip to content

Commit

Permalink
nav pills fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernhard Posselt committed Jun 25, 2016
1 parent 8ef8d54 commit e6c8028
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nextcloudappstore/core/static/assets/css/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
text-decoration: underline;
}

#sidebar .active a {
#body .nav-pills .active a {
background-color: var(--bg-color);
border-radius: var(--border-radius);
color: var(--link-active-color);
}

#sidebar a:hover {
#body .nav-pills a:hover {
text-decoration: none;
border-radius: var(--border-radius);
}
Expand Down

0 comments on commit e6c8028

Please sign in to comment.