Minor styling tweaks

This commit is contained in:
nesuprachy
2024-04-30 11:34:26 +02:00
parent bf5552ee40
commit c4e2f0c187
+14 -3
View File
@@ -96,7 +96,7 @@
.drd-tile {
background: var(--bg-tile);
box-shadow: 0px 0px 10px 0px #7d7d7d;
padding: 5px 10px 10px 10px;
padding: 5px;
border: 1px outset #e6e6e6;
}
.drd-start {
@@ -361,7 +361,7 @@ option {
top: 0;
z-index: 1;
margin-bottom: 15px;
padding: 5px 0;
padding: 5px;
background: var(--bg-tile);
box-shadow: 0px 0px 10px 0px #7d7d7d;
border: 1px outset #e6e6e6;
@@ -1019,6 +1019,14 @@ input[name="attr_companion_bond_current"] {
flex-wrap: wrap;
gap: 2px;
}
.ui-dialog .charsheet button.drd-show-category[name="act_azSort"] {
background-color: #3b7e2d;
border-color: #3b7e2d;
}
.ui-dialog .charsheet button.drd-show-category[name="act_azSort"]:hover,
.ui-dialog .charsheet button.drd-show-category[name="act_azSort"].drd-toggled {
background-color: #44a331;
}
.ui-dialog .charsheet button.drd-show-category {
padding: 2px 4px;
background-color: #9b3f2b;
@@ -1152,7 +1160,7 @@ input[name="attr_companion_bond_current"] {
margin-top: 2px;
}
.drd-pc-networks .drd-scars {
grid-template-columns: 95% 5%;
grid-template-columns: 94% 6%;
}
/* PC organisations tab */
@@ -1680,6 +1688,9 @@ body.sheet-darkmode .ui-dialog .charsheet button.drd-load-butt:hover {
body.sheet-darkmode .ui-dialog .charsheet button.drd-show-category {
border: 1px outset #9b3f2b;
}
body.sheet-darkmode .ui-dialog .charsheet button.drd-show-category[name="act_azSort"] {
border-color: #3b7e2d;
}
body.sheet-darkmode .ui-dialog .charsheet .drd-show-category:hover,
body.sheet-darkmode .ui-dialog .charsheet .drd-show-category.drd-toggled,
body.sheet-darkmode .ui-dialog .charsheet .drd-companion-butt.drd-toggled {