mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 03:40:32 +00:00
minor clean up getting ready for PR
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 96 KiB After Width: | Height: | Size: 112 KiB |
+3
-3
@@ -184,11 +184,11 @@
|
||||
display: none;
|
||||
}
|
||||
.collateral-damage label span:before {
|
||||
content: url("https://raw.githubusercontent.com/patschroed/roll20-character-sheets/master/CDMG/heart.png");
|
||||
content: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/CDMG/heart.png");
|
||||
cursor: pointer;
|
||||
}
|
||||
.collateral-damage label input[type=checkbox]:checked + span:before {
|
||||
content: url("https://raw.githubusercontent.com/patschroed/roll20-character-sheets/master/CDMG/heart-slash.png");
|
||||
content: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/CDMG/heart-slash.png");
|
||||
cursor: pointer;
|
||||
}
|
||||
.collateral-damage ul {
|
||||
@@ -271,5 +271,5 @@
|
||||
/* Using this to pre-load the heart-slash to avoid the flicker */
|
||||
.collateral-damage::after{
|
||||
position:absolute; width:0; height:0; overflow:hidden; z-index:-1;
|
||||
content:url("https://raw.githubusercontent.com/patschroed/roll20-character-sheets/master/CDMG/heart-slash.png")
|
||||
content:url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/CDMG/heart-slash.png")
|
||||
}
|
||||
+1
-1
@@ -2,7 +2,7 @@
|
||||
<!--Logo / Player Name / Movie Title -->
|
||||
<div class="sheet-2colrow">
|
||||
<div class="sheet-col">
|
||||
<img src="https://github.com/patschroed/roll20-character-sheets/blob/master/CDMG/cdmg-logo.png?raw=true" />
|
||||
<img src="https://github.com/Roll20/roll20-character-sheets/blob/master/CDMG/cdmg-logo.png?raw=true" />
|
||||
</div>
|
||||
<div class="sheet-col">
|
||||
<div>
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 21 KiB |
+1
-1
@@ -5,5 +5,5 @@
|
||||
"roll20userid": "1474331",
|
||||
"preview": "cdmg-preview.png",
|
||||
"instructions": "**Collateral Damage Character Sheet**\n\nUse this simple character sheet to track stats and player info for your Collateral Damage games",
|
||||
"legacy": true
|
||||
"legacy": false
|
||||
}
|
||||
Reference in New Issue
Block a user