zotero/scss/components/_syncButtonTooltip.scss
Dan Stillman 843bcbb68a Show invalid-data warning in sync button tooltip for group libraries
Instead of showing warning button on toolbar

Otherwise if one person in a group upgrades to a beta with new fields,
everyone in the group will get a warning, even if they're already on the
latest release version. In a personal library, the user can upgrade to
the same version.
2021-02-09 16:36:06 -05:00

8 lines
No EOL
96 B
SCSS

.sync-button-tooltip-messages {
max-width: 400px;
p {
color: gray;
margin: 8px 6px;
}
}