Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Earthdawn V341 - Big fixes #13742

Merged
merged 1 commit into from
Feb 4, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 12 additions & 6 deletions Earthdawn (FASA Official)/Earthdawn.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* ############################################### Earthdawn.css ###################################################################*/
/*v3.4 relesed 2025 01 12*/
/*v3.41 relesed 2025 02 02*/

/* ############################################ CSS Instruction ######################################################################### */

Expand Down Expand Up @@ -538,7 +538,7 @@ display:inline-block;
.sheet-testTarget:not([value="None"])~.sheet-HideIfNotNone,
.sheet-testTarget:not([value="PD1: @{target|Target|token_id}"])~.sheet-HideIfNotPD1,
.sheet-testTarget:not([value="MD1: @{target|Target|token_id}"])~.sheet-HideIfNotMD1,
.sheet-testTarget:not([value="PD1: @{target|Target|token_id}"])~.sheet-HideIfNotSD1,
.sheet-testTarget:not([value="SD1: @{target|Target|token_id}"])~.sheet-HideIfNotSD1,
.sheet-testTarget:not([value="Ask: ?{Target Number|0}"])~.sheet-HideIfNotAsk,
.sheet-testTarget:not([value="Ask: PD: ?{Target Number, maybe relative to PD|0}"])~.sheet-HideIfNotAskPD,
.sheet-testTarget:not([value="Ask: MD: ?{Target Number, maybe relative to MD|0}"])~.sheet-HideIfNotAskMD,
Expand Down Expand Up @@ -1018,10 +1018,6 @@ flex-direction: column;
width: 100%;
}

/*JBF@JBF useful ???*/
.sheet-w50 {
width: 100%;
}

.sheet-w30 {
display: inline-block;
Expand Down Expand Up @@ -2924,6 +2920,16 @@ fieldset+.repcontainer .repitem .sheet-filter-box {
display: none;
}

/*3.41 Trying a homemade rep_add*/
.repcontrol_add{
display:none !important;
opacity:0;
}





/*Hides the garbage bin and reordering controls if the repeatingsection is in not Edit Mode*/
.ui-dialog .charsheet .sheet-testRepEditMode:not(:checked)~.repcontainer.editmode .repitem .itemcontrol
{
Expand Down
Loading