Skip to content

Commit

Permalink
1.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Dorako committed Mar 4, 2022
1 parent 3ea1e08 commit d5062d6
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# 1.3.7
Fixed styling of worn-related buttons and crafting screen on dark mode pc sheets. Added minor support for Navigation Presets module.
# 1.3.6
Fixed top left controls that broke in recent core foundry patch.
# 1.3.5
Expand Down
4 changes: 2 additions & 2 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Overhauls the Foundry UI and several modules.",
"url": "https://github.com/Dorako/pf2e-dorako-ui",
"author": "Dorako",
"version": "1.3.6",
"version": "1.3.7",
"minimumCoreVersion": "9",
"compatibleCoreVersion": "9",
"system": ["pf2e"],
Expand All @@ -14,6 +14,6 @@
"templates": [
"templates/*"
],
"download": "https://github.com/Dorako/pf2e-dorako-ui/archive/refs/tags/v1.3.6.zip",
"download": "https://github.com/Dorako/pf2e-dorako-ui/archive/refs/tags/v1.3.7.zip",
"manifest": "https://github.com/Dorako/pf2e-dorako-ui/raw/main/module.json"
}
9 changes: 9 additions & 0 deletions styles/navigation.css
Original file line number Diff line number Diff line change
Expand Up @@ -223,4 +223,13 @@
border: 0px;
box-shadow: var(--gold-and-glow);
border-radius: 50%;
}

/* Navigation presets */

li.nav-preset,
a.create-preset,
a.scene-presets {
border: none;
box-shadow: var(--glassy);
}
14 changes: 14 additions & 0 deletions styles/sheet-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -170,4 +170,18 @@ crb-style .inventory .encumbrance .encumbrance-light-bulk-overflow {
.crb-style .sheet-body .sheet-content .spell-list .item .item-summary {
background:none;
background-color: transparent;
}

.actor.sheet.character .tab.actions .actions-list li.item .auxiliary-actions button {
color: black;
}

.actor.sheet.character .tab.crafting .known-formulas .formula-list .formula-level-header.formula-level-header,
.actor.sheet.character .tab.crafting .crafting-entry .formula-list .formula-level-header.formula-level-header {
color: white;
}

.actor.sheet.character .tab.inventory .inventory-list .item-list .container-capacity {
background-color: rgba(0,0,0,.35);
box-shadow: inset 0 0 3px #000;
}

0 comments on commit d5062d6

Please sign in to comment.