Skip to content

Commit

Permalink
added parchment background to roll-table prosemirror #1653 (#1680)
Browse files Browse the repository at this point in the history
  • Loading branch information
Forien authored Jul 11, 2023
1 parent abfae58 commit 95fc735
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions static/css/wfrp4e.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/******************************************************************/
/*=============== TABLE OF CONTENTS ==============================*/
/******************************************************************/
/* II. GENERAL USER INTERFACE */
/* I. LOCAL FONTS */
/* II. GENERAL USER INTERFACE */
/* III. SIDEBAR */
/* IV. ITEM SHEET */
/* V. ACTOR SHEET (CHARACTER) */
Expand Down Expand Up @@ -12043,7 +12043,7 @@ font-family: var(--actor-input-font-family);


/******************************************************************/
/*=============== XIV. MISCELLANEOUS GAME WINDOWS ================*/
/*=============== XV. MISCELLANEOUS GAME WINDOWS ================*/
/******************************************************************/

/* ==================== (A) DEFAULT WINDOWS =================== */
Expand Down Expand Up @@ -13553,6 +13553,10 @@ font-family: var(--actor-input-font-family);
}


/* ================== 16. ROLL-TABLE CONFIG ============== */
.app.window-app.sheet.roll-table-config .editable > .form-group.stacked {
background: url(../ui/frames/parchment-texture.webp);
}

/******************************************************************/
/******************************************************************/
Expand All @@ -13562,7 +13566,7 @@ font-family: var(--actor-input-font-family);


/******************************************************************/
/*=============== XV. HOTBAR =====================================*/
/*=============== XIV. HOTBAR =====================================*/
/******************************************************************/

/* ==================== (A) WINDOW FRAMEWORK ================== */
Expand Down

0 comments on commit 95fc735

Please sign in to comment.