mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 03:40:32 +00:00
Add files via upload
This commit is contained in:
+13
-10
@@ -18,7 +18,8 @@
|
||||
border-radius: 0;
|
||||
display: inline-block;
|
||||
font-size: 19px;
|
||||
width: 100%;
|
||||
width: 16px;
|
||||
height: 19px;
|
||||
}
|
||||
|
||||
button[type=roll]::before {
|
||||
@@ -112,23 +113,26 @@ button[type=roll].sheet-roll-button::before {
|
||||
min-width: 100%;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.sheet-rolltemplate-basic{
|
||||
color:black!important;
|
||||
}
|
||||
|
||||
|
||||
.sheet-rolltemplate-basic .inlinerollresult {
|
||||
background-color: transparent;
|
||||
border:none;
|
||||
background-color: transparent!important;
|
||||
border:none!important;
|
||||
}
|
||||
|
||||
.sheet-rolltemplate-basic .inlinerollresult.importantroll {
|
||||
border:none;
|
||||
border:none!important;
|
||||
}
|
||||
|
||||
.sheet-rolltemplate-basic .inlinerollresult.fullcrit {
|
||||
border:none;
|
||||
border:none!important;
|
||||
}
|
||||
|
||||
.sheet-rolltemplate-basic .inlinerollresult.fullfail {
|
||||
border:none;
|
||||
border:none!important;
|
||||
}
|
||||
|
||||
|
||||
@@ -430,9 +434,8 @@ button[type=roll].sheet-roll-button::before {
|
||||
font-size: 0.7rem;
|
||||
font-style: italic;
|
||||
position: absolute;
|
||||
left: 1.6rem;
|
||||
top: -1.1rem;
|
||||
}
|
||||
left: 21px;
|
||||
top: -8px;
|
||||
|
||||
.sheet-hex .sheet-weapon-isranged ~ .sheet-ranged-stats {
|
||||
display: none;
|
||||
|
||||
Reference in New Issue
Block a user