Skip to content

roll20 starfinder missing tabs hack by jfejt

Details

Authorjfejt

LicenseNo License

Categoryroll20

Created

Updated

Size628 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

A hacky fix for the missing tabs on starfinder character sheets in roll20.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         roll20 starfinder missing tabs hack
@version      20220403.18.48
@namespace    userstyles.world/user/jfejt
@description  A hacky fix for the missing tabs on starfinder character sheets in roll20.
@author       jfejt
@license      No License
==/UserStyle== */

@-moz-document domain("roll20.net") {
.charsheet .sheet-hide-tab:not(:checked):not(:hover) + .sheet-section{
    z-index:4;
}
.charsheet .sheet-page.sheet-core .sheet-combat .sheet-section-check:not(:checked):not(:hover) + .sheet-head
{
    z-index:0;
}
.charsheet .sheet-page.sheet-core .sheet-combat .sheet-section{
    z-index:10;
}
}

Reviews

No reviews yet.