Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

CSS adjustments to sheet tooltips

1428184807
Chad
Plus
Sheet Author
Anyone know the proper CSS to adjust character sheet tooltips? Specifically the CSS that would adjust the appearance and delay of the tooltip that shows up when you mouseover the roll buttons. I can't seem to find the right set of values. Thanks!
Did you try right clicking and selecting inspect element in Chome? Or you could add the Firebug extension and do some digging that way in Firefox.
1428238374
Lithl
Pro
Sheet Author
API Scripter
All classes which appear in the sheet's HTML are prefixed with "sheet-". Therefore, it's impossible to make use of the tooltip classes such as "tipsy" that gets used for inline rolls.
1428243092
vÍnce
Pro
Sheet Author
Any way to prevent the tooltip from "clipping" when hovering over inlines next to the right edge of the browser?
1428254886
Chad
Plus
Sheet Author
Brian said: All classes which appear in the sheet's HTML are prefixed with "sheet-". Therefore, it's impossible to make use of the tooltip classes such as "tipsy" that gets used for inline rolls. Dang, I thought the tooltip was the one they had an exception for. Vince said: Any way to prevent the tooltip from "clipping" when hovering over inlines next to the right edge of the browser? Nope... or actually "yes", but would require access to the css.