Corrections CSS diverses

This commit is contained in:
2026-05-10 18:37:58 +02:00
parent 0fec217528
commit c1a9bfbb04
46 changed files with 467 additions and 163 deletions
+1 -2
View File
@@ -73,8 +73,7 @@ button,
background: rgba(0, 0, 0, 0.75);
}
.window-app.sheet .window-content,
.application.sheet .window-content {
.fvtt-ecryme .window-content {
margin: 0;
padding: 0;
overflow: hidden auto;
+25 -30
View File
@@ -1,30 +1,35 @@
// ============================================================
// Sheet styles (actor + item, AppV1 + AppV2)
// Scoped to .fvtt-ecryme to avoid overriding core Foundry UI
// ============================================================
// Sheet header background
.window-app.sheet .window-content .sheet-header,
.application.sheet .window-content .sheet-header {
// Sheet window-content + header background
.fvtt-ecryme .window-content,
.fvtt-ecryme .window-content .sheet-body {
font-size: 0.8rem;
background: @background-image;
color: @color-text-dark;
}
.fvtt-ecryme .window-content .sheet-header {
color: @color-text-dark;
background: @background-image;
}
// Input / select base (light background)
input[type="text"],
input[type="number"],
select[type="text"] {
background: @color-input-bg;
color: @color-input-text;
}
// Inputs & selects inside Ecryme sheets
.fvtt-ecryme .window-content {
input[type="text"],
input[type="number"],
select[type="text"] {
background: @color-input-bg;
color: @color-input-text;
}
select {
background: @color-input-bg;
color: @color-input-text;
}
select {
background: @color-input-bg;
color: @color-input-text;
}
// Sheet content inputs & selects — dark text
.window-app.sheet .window-content,
.application.sheet .window-content {
.sheet-header,
.sheet-body {
select[type="text"],
@@ -53,16 +58,6 @@ select {
}
}
// Sheet body + window-content background
.window-app .window-content,
.window-app.sheet .window-content .sheet-body,
.application .window-content,
.application.sheet .window-content .sheet-body {
font-size: 0.8rem;
background: @background-image;
color: @color-text-dark;
}
section.sheet-body {
padding: 0.25rem 0.5rem;
@@ -73,7 +68,7 @@ section.sheet-body {
}
}
.sheet {
.fvtt-ecryme {
header.sheet-header {
.profile-img {
object-fit: cover;
@@ -135,8 +130,8 @@ nav.sheet-tabs {
}
}
// Tooltip
.window-app.sheet .window-content {
// Tooltip (scoped to Ecryme sheets)
.fvtt-ecryme .window-content {
.tooltip:hover .tooltiptext {
top: 2rem;
left: 2rem;