diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-01-24 18:15:21 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-01-24 18:15:21 -0500 |
commit | abcfd02067b348e1c86f61e7545b93f87ea89569 (patch) | |
tree | 88af1382f729659dd8bcdb1669653da827c19d29 /assets/css/src | |
parent | 4fa38bf417dd7f1673f63641460092bd046d57b7 (diff) |
Split project edition into multiple pages
Diffstat (limited to 'assets/css/src')
-rw-r--r-- | assets/css/src/header.css | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/assets/css/src/header.css b/assets/css/src/header.css index 188fc4b5..946a665b 100644 --- a/assets/css/src/header.css +++ b/assets/css/src/header.css @@ -93,10 +93,21 @@ header h1 .tooltip { .menu-inline li, .page-header li { display: inline; - padding-right: 10px; + padding-right: 15px; font-size: 0.95em; } +.page-header li.active a { + color: #333; + text-decoration: none; + font-weight: bold; +} + +.page-header li.active a:hover, +.page-header li.active a:focus { + text-decoration: underline; +} + .menu-inline { margin-bottom: 5px; } |