Added a commonListeners in helper to avoid repetitions

Added a "compendium-link" listener class to open compendium folder in JournalEntries
This commit is contained in:
Vlyan
2021-06-02 15:05:50 +02:00
parent aeec63dcc4
commit b1a1430114
7 changed files with 57 additions and 19 deletions

View File

@@ -324,6 +324,16 @@ sup {
}
}
// Entity link style for compendium folder custom link
a.compendium-link {
background: #ddd;
padding: 1px 4px;
border: 1px solid #4b4a44;
border-radius: 2px;
white-space: nowrap;
word-break: break-all;
}
// Fix for "search anywhere" draggable icon
.window-draggable-handle {
z-index: 2;