mirror of
https://github.com/zombieFox/nightTab.git
synced 2025-02-01 19:09:51 +01:00
add helper text to theme settings
This commit is contained in:
parent
34a967b0b6
commit
dacc257f3d
@ -1018,13 +1018,17 @@ themeSetting.shade = (parent) => {
|
||||
applyCSSVar('theme.shade.blur');
|
||||
data.save();
|
||||
}
|
||||
}),
|
||||
blurHelper: new Control_helperText({
|
||||
text: ['Not supported by all browsers.']
|
||||
})
|
||||
};
|
||||
|
||||
parent.appendChild(
|
||||
node('div', [
|
||||
themeSetting.control.shade.opacity.wrap(),
|
||||
themeSetting.control.shade.blur.wrap()
|
||||
themeSetting.control.shade.blur.wrap(),
|
||||
themeSetting.control.shade.blurHelper.wrap()
|
||||
])
|
||||
);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user