Corrections CSS diverses
This commit is contained in:
+25
-30
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user