zotero-better-notes/addon/chrome/content/styles/linkCreator/linkCreator.css

23 lines
270 B
CSS

.container {
min-height: 0;
height: 100%;
margin: 0;
}
.content-container {
overflow: auto;
}
window {
-moz-window-dragging: drag;
}
#top-container {
-moz-window-dragging: no-drag;
}
/* TODO: remove fx115 workaround */
tab {
color: unset !important;
}