Changes to attribute color highlights

This commit is contained in:
Vilem.Seda
2024-09-10 15:47:49 +02:00
parent 25804a58cf
commit 0e7305aaba
+24 -12
View File
@@ -829,22 +829,28 @@ input[name="attr_influence_current"],
input[name="attr_companion_bond_current"] {
font-weight: bold;
}
.ui-dialog .charsheet input[name="attr_danger"],
/*.ui-dialog .charsheet input[name="attr_danger"],*/
.ui-dialog .charsheet input[name="attr_body_current"] {
color: rgb(179, 29, 29);
}
.ui-dialog .charsheet input[name="attr_amulets_total"],
.ui-dialog .charsheet input[name="attr_amulet_charge"],
/*.ui-dialog .charsheet input[name="attr_amulets_total"],*/
/*.ui-dialog .charsheet input[name="attr_amulet_charge"],*/
.ui-dialog .charsheet input[name="attr_spirit_current"],
.ui-dialog .charsheet .drd-npc input[name="attr_tenacity_current"],
.ui-dialog .charsheet .drd-npc input[name="attr_tenacity_current_max"] {
color: rgb(80, 129, 194);
}
.ui-dialog .charsheet input[name="attr_advantages"],
.ui-dialog .charsheet input[name="attr_influence_current"],
.ui-dialog .charsheet input[name="attr_companion_bond_current"] {
/*.ui-dialog .charsheet input[name="attr_advantages"],*/
/*.ui-dialog .charsheet input[name="attr_companion_bond_current"],*/
.ui-dialog .charsheet input[name="attr_influence_current"] {
color: rgb(86, 168, 101);
}
.ui-dialog .charsheet input[name="attr_danger"] {
color: #c01dcc;
}
.ui-dialog .charsheet input[name="attr_companion_bond_current"] {
color: #555;
}
.drd-pc-companion {
flex-wrap: wrap;
}
@@ -1658,22 +1664,28 @@ body.sheet-darkmode .ui-dialog .charsheet .drd-spirit-butts .drd-resource-butt:h
body.sheet-darkmode .ui-dialog .charsheet .drd-influence-butts .drd-resource-butt:hover {
background-color: rgba(86, 168, 101, 0.25);
}
body.sheet-darkmode .ui-dialog .charsheet input[name="attr_danger"],
/*body.sheet-darkmode .ui-dialog .charsheet input[name="attr_danger"],*/
body.sheet-darkmode .ui-dialog .charsheet input[name="attr_body_current"] {
color: rgb(226, 72, 72);
}
body.sheet-darkmode .ui-dialog .charsheet input[name="attr_amulets_total"],
body.sheet-darkmode .ui-dialog .charsheet input[name="attr_amulet_charge"],
/*body.sheet-darkmode .ui-dialog .charsheet input[name="attr_amulets_total"],*/
/*body.sheet-darkmode .ui-dialog .charsheet input[name="attr_amulet_charge"],*/
body.sheet-darkmode .ui-dialog .charsheet input[name="attr_spirit_current"],
body.sheet-darkmode .ui-dialog .charsheet .drd-npc input[name="attr_tenacity_current"],
body.sheet-darkmode .ui-dialog .charsheet .drd-npc input[name="attr_tenacity_current_max"] {
color: rgb(112, 174, 255);
}
body.sheet-darkmode .ui-dialog .charsheet input[name="attr_advantages"],
body.sheet-darkmode .ui-dialog .charsheet input[name="attr_influence_current"],
body.sheet-darkmode .ui-dialog .charsheet input[name="attr_companion_bond_current"] {
/*body.sheet-darkmode .ui-dialog .charsheet input[name="attr_advantages"],*/
/*body.sheet-darkmode .ui-dialog .charsheet input[name="attr_companion_bond_current"],*/
body.sheet-darkmode .ui-dialog .charsheet input[name="attr_influence_current"] {
color: rgb(113, 216, 132);
}
body.sheet-darkmode .ui-dialog .charsheet input[name="attr_danger"] {
color: #c01dcc;
}
body.sheet-darkmode .ui-dialog .charsheet input[name="attr_companion_bond_current"] {
color: #bbb;
}
body.sheet-darkmode .drd-row {
color: #ddd7;
}