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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user