You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// @description Allows you to style a tooltip in the chrome window based on
7
-
// which node triggered it. duskFox uses this to make certain tooltips gray
8
-
// instead of indigo, since we have gray system pages. If you want to use this
9
-
// for custom purposes, you'll need to edit the script and add CSS to your AGENT
10
-
// sheet like tooltip[backdrop-color"red"] {...}
7
+
// which node triggered it. duskFox uses this to make certain tooltips and
8
+
// popups gray instead of indigo, since we have gray system pages. If you want
9
+
// to use this for custom purposes, you'll need to edit the script and add CSS
10
+
// to your AGENT sheet like tooltip[backdrop-color"red"] {...}
11
11
// @license This Source Code Form is subject to the terms of the Creative Commons Attribution-NonCommercial-ShareAlike International License, v. 4.0. If a copy of the CC BY-NC-SA 4.0 was not distributed with this file, You can obtain one at http://creativecommons.org/licenses/by-nc-sa/4.0/ or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.
0 commit comments