Disable window dragging inside toolbar controls

And enable in the context pane toolbar extension.
This commit is contained in:
Abe Jellinek 2023-05-17 16:45:53 +03:00
parent 33ac72ebac
commit eecd85a1c2
2 changed files with 6 additions and 1 deletions

View file

@ -52,6 +52,10 @@
background: linear-gradient(to top, #a9a9a9 0, #a9a9a9 1px, #f6f6f6 1px, #f6f6f6 100%);
}
#zotero-tab-toolbar .toolbarButton {
-moz-window-dragging: no-drag;
}
#zotero-item-toolbar {
height: 32px;
}
@ -63,6 +67,7 @@
width: 100%;
margin-inline-start: -5px;
background: linear-gradient(to top, #a9a9a9 0, #a9a9a9 1px, #f6f6f6 1px, #f6f6f6 100%);
-moz-window-dragging: drag;
}
.zotero-context-notes-list {

@ -1 +1 @@
Subproject commit 5c21f0a43b328bb53e290954e67fe59a54401bf1
Subproject commit 9e2d8969c5c54e2b4617b4d60b566aca8bd1bd8e