Corrections diverses pour CYD2.03
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
|
||||
--actor-label-font-size: 0.9rem;
|
||||
--actor-label-font-weight: 700;
|
||||
--actor-label-color: #464331c4;
|
||||
--actor-label-color: #2a2515;
|
||||
|
||||
/* =================== 2. DEBUGGING HIGHLIGHTERS ============ */
|
||||
--debug-background-color-red: #ff000054;
|
||||
@@ -972,13 +972,13 @@
|
||||
}
|
||||
|
||||
.message-content .roll-success {
|
||||
color: rgb(52, 238, 52);
|
||||
color: rgb(20, 120, 20);
|
||||
font-weight: bold;
|
||||
font-family: Charlemagne;
|
||||
}
|
||||
|
||||
.message-content .roll-failure {
|
||||
color: rgb(224, 133, 13);
|
||||
color: rgb(180, 90, 0);
|
||||
font-weight: bold;
|
||||
font-family: Charlemagne;
|
||||
}
|
||||
@@ -1897,11 +1897,35 @@
|
||||
}
|
||||
|
||||
.mournblade-cyd2-roll-dialog .checkbox-label input[type="checkbox"] {
|
||||
width: auto;
|
||||
width: 14px;
|
||||
height: 14px;
|
||||
min-width: 14px;
|
||||
min-height: 14px;
|
||||
margin: 0;
|
||||
flex-shrink: 0;
|
||||
padding: 0;
|
||||
flex: 0 0 auto;
|
||||
cursor: pointer;
|
||||
accent-color: #8b4513;
|
||||
appearance: none;
|
||||
-webkit-appearance: none;
|
||||
-moz-appearance: none;
|
||||
background: rgba(230, 215, 195, 0.5);
|
||||
border: 1px solid #8a7a6a;
|
||||
filter: none;
|
||||
box-shadow: none;
|
||||
font-size: 11px;
|
||||
line-height: 1;
|
||||
}
|
||||
.mournblade-cyd2-roll-dialog .checkbox-label input[type="checkbox"]:checked {
|
||||
background: rgba(180, 140, 80, 0.4);
|
||||
border-color: #6a4a20;
|
||||
}
|
||||
.mournblade-cyd2-roll-dialog .checkbox-label input[type="checkbox"]::before {
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
font-size: 11px;
|
||||
line-height: 12px;
|
||||
color: #2a1a0a;
|
||||
}
|
||||
|
||||
.mournblade-cyd2-roll-dialog .checkbox-label span {
|
||||
|
||||
Reference in New Issue
Block a user