This commit is contained in:
Mirco Wittrien 2019-08-19 12:24:32 +02:00
parent 18aeaf9d3c
commit 7e86a2b3c5
2 changed files with 4 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -3383,6 +3383,9 @@ var BDFDB = {myPlugins: BDFDB && BDFDB.myPlugins ? BDFDB.myPlugins : {}, BDv2Api
BDFDB.toggleClass(gradientbutton, "selected", isgradient);
updateColors(true);
});
gradientbutton.addEventListener('mouseenter', e => {
BDFDB.createTooltip(gradientbutton, "Color Gradient", {type: "bottom"});
});
function updateRects () {
var hidden = BDFDB.isEleHidden(gradientbar);
if (hidden) BDFDB.toggleEles(gradientbar);