help button with no help dialog yet

This commit is contained in:
zadam 2019-02-09 19:48:19 +01:00
parent 176c3a5d51
commit e04f1cd574
2 changed files with 12 additions and 1 deletions

View File

@ -118,7 +118,7 @@ button.close {
}
.nav-link.active {
background-color: var(--more-accented-background-color) !important;
background-color: inherit;
color: var(--main-text-color) !important;
}
@ -578,6 +578,10 @@ button.icon-button {
width: 15em;
}
#global-menu .dropdown-menu {
width: 20em;
}
.ck.ck-block-toolbar-button {
transform: translateX(10px);
}

View File

@ -61,9 +61,16 @@
Sync (<span id="outstanding-syncs-count">0</span>)
</a>
<a class="dropdown-item" id="show-help-button">
<span class="jam jam-help"></span>
Show Help
<kbd>F1</kbd>
</a>
<a class="dropdown-item" id="open-dev-tools-button">
<span class="jam jam-terminal"></span>
Open Dev Tools
<kbd>CTRL+SHIFT+I</kbd>
</a>
<a class="dropdown-item" id="logout-button">