I'm assuming this is possible, because other roll templates seem to do so. I'm just not sure how it is accomplished. Preptime and duration are both dice rolls on this particular ability. Prep has only 1 die, but duration has 2, meaning that it could have red, blue, or green outlines depending on dice results. Since there isn't any crit, success, or failure on these dice rolls, I want to make the border go away. I stole some css from another sheet that helped with the background, but the border is still there: .sheet-rolltemplate-psionics .inlinerollresult { background-color: transparent; border: none; } What do I need to add or change to make the green, red, and blue borders go away?