mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-09-11 17:42:29 +00:00
Merge pull request #1517 from plutosdad/master
Pathfinder .40 css file fix to spells so they don't overwrite
This commit is contained in:
@@ -414,6 +414,20 @@ input.sheet-tab:checked::before {
|
||||
min-height: 1em;
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
|
||||
input.sheet-spells_level-tab0:not(:checked) ~ div.sheet-section-level-0,
|
||||
input.sheet-spells_level-tab1:not(:checked) ~ div.sheet-section-level-1,
|
||||
input.sheet-spells_level-tab2:not(:checked) ~ div.sheet-section-level-2,
|
||||
input.sheet-spells_level-tab3:not(:checked) ~ div.sheet-section-level-3,
|
||||
input.sheet-spells_level-tab4:not(:checked) ~ div.sheet-section-level-4,
|
||||
input.sheet-spells_level-tab5:not(:checked) ~ div.sheet-section-level-5,
|
||||
input.sheet-spells_level-tab6:not(:checked) ~ div.sheet-section-level-6,
|
||||
input.sheet-spells_level-tab7:not(:checked) ~ div.sheet-section-level-7,
|
||||
input.sheet-spells_level-tab8:not(:checked) ~ div.sheet-section-level-8,
|
||||
input.sheet-spells_level-tab9:not(:checked) ~ div.sheet-section-level-9 {
|
||||
display:none;
|
||||
}
|
||||
|
||||
input.sheet-tab1:checked ~ div.sheet-section-core,
|
||||
input.sheet-tab2:checked ~ div.sheet-section-class,
|
||||
input.sheet-tab3:checked ~ div.sheet-section-defenses,
|
||||
|
||||
Reference in New Issue
Block a user