Skip to content

Commit

Permalink
fix #dokuwiki__sitetools current item not in highlight due to Greebo …
Browse files Browse the repository at this point in the history
…change

Co-Authored-By: Gerrit Uitslag <klapinklapin@gmail.com>
  • Loading branch information
phy25 and Klap-in committed May 6, 2019
1 parent d6c54c8 commit a89870e
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions lib/tpl/dokuwiki/css/design.less
Expand Up @@ -66,16 +66,16 @@
********************************************************************/

/* highlight selected tool */
.mode_admin a.action.admin,
.mode_login a.action.login,
.mode_register a.action.register,
.mode_profile a.action.profile,
.mode_recent a.action.recent,
.mode_index a.action.index,
.mode_media a.action.media,
.mode_revisions a.action.revs,
.mode_backlink a.action.backlink,
.mode_subscribe a.action.subscribe {
.mode_admin .action.admin a,
.mode_login .action.login a,
.mode_register .action.register a,
.mode_profile .action.profile a,
.mode_recent .action.recent a,
.mode_index .action.index a,
.mode_media .action.media a,
.mode_revisions .action.revs a,
.mode_backlink .action.backlink a,
.mode_subscribe .action.subscribe a {
font-weight: bold;
}

Expand Down

0 comments on commit a89870e

Please sign in to comment.