Corrections de styles incorrects

- combo de sélection des dommages d'empoignade
- boutons de navigation dans les journaux
- boutons de blessures dans la feuille de personnage
This commit is contained in:
2025-11-15 00:59:07 +01:00
parent 33c6b35601
commit 2ac35ef5d1
3 changed files with 106 additions and 80 deletions

View File

@@ -216,7 +216,15 @@
}
/* =================== Autres ============ */
:is(section.scenes-sidebar, section.compendium-sidebar) li.directory-item.folder {
a {
text-shadow: 1px 1px 2px var(--rdd-color-text-primary);
color: var( --color-background-chat-message);
}
a:hover {
text-shadow: 1px 0px 0px #ff6600;
}
}
.tabs .item.active,
.blessures-list li ul li:first-child:hover,
i.moral-radio-checkmark-off:hover,
@@ -934,20 +942,14 @@
.journal-entry .journal-sidebar {
background: url(../assets/ui/bg_left.webp) no-repeat left top;
color: var(--rdd-color-text-primary);
label,
.hint,
.permissions-list,
nav.tabs,
nav.tabs button,
nav.tabs button .count,
button {
label, .hint, .permissions-list, nav.tabs {
color: var(--rdd-color-text-primary);
}
a {
color: var(--color-dark-3);
}
a.filter.active {
color: var(--color-dark-1);
button .count,
button {
background-color: var(--background-color-button);
color: var(--rdd-color-text-primary);
}
}
@@ -1590,7 +1592,7 @@
#sidebar-tabs > .collapsed,
#chat-controls .chat-control-icon {
color: rgba(220, 220, 220, 0.75);
text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.75);
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
}
.sidebar-tab .directory-list .entity {
@@ -2264,24 +2266,6 @@
color: var(--color-tooltip-faint);
}
.chat-card-button,
.chat-card-button-pushed {
border-radius: 0.2rem;
cursor: pointer;
font-family: CaslonPro;
font-size: 0.9rem;
padding: 0.2rem 0.4rem 0rem 0.4rem;
text-decoration: none;
position: relative;
margin: 0.3rem;
border: 2px ridge #846109;
display: inline-block;
img {
max-width: 1rem;
max-height: 1rem;
}
}
.chat-card-info {
font-size: 1.1rem;
display: flex;
@@ -2298,16 +2282,47 @@
.jet-astrologie {
color: var(--major-button-color) !important;
}
.chat-card-button,
.chat-card-button-checked,
select.chat-card-select {
border-radius: 0.2rem;
cursor: pointer;
font-family: CaslonPro;
font-size: 0.9rem;
padding: 0.2rem 0.4rem 0rem 0.4rem;
text-decoration: none;
position: relative;
margin: 0.3rem;
border: 2px ridge #846109;
display: inline-block;
img {
max-width: 1rem;
max-height: 1rem;
}
}
select.chat-card-select {
width: calc(100% - 0.6rem);
color: var(--major-button-color);
background-color: var(--background-color-custom-button);
option {
background-color: var(--background-color-custom-button);
}
}
.chat-card-button {
text-shadow: 1px 1px #4d3534;
box-shadow: inset 1x 1px #a6827e;
color: var(--major-button-color) !important;
color: var(--major-button-color);
background: var(--background-custom-button);
background-color: #7d5d3b00;
background-color: var(--background-color-custom-button);
}
.chat-card-button-pushed {
.chat-card-button-checked {
text-shadow: 1px 1px hsla(202, 30%, 70%, 0.5);
box-shadow: inset -1px -1px #a6827e;
color: hsla(202, 42%, 14%, 0.7);
@@ -2319,12 +2334,12 @@
background: var(--background-custom-button-hover);
}
.chat-card-button-pushed:hover {
.chat-card-button-checked:hover {
background: var(--background-custom-button-hover);
}
.chat-card-button:active,
.chat-card-button-pushed:active {
.chat-card-button-checked:active {
position: relative;
top: 1px;
}