mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +01:00
* Extended the capabilities of scene rangemeasurement settings * Corrected darkmode tab title
40 lines
885 B
Text
40 lines
885 B
Text
.theme-light .application.sheet.scene-config {
|
|
.sheet-tabs.tabs a[data-tab='dh'] {
|
|
&.active img,
|
|
&:hover img {
|
|
filter: @grey-filter drop-shadow(0 0 4px var(--color-shadow-primary));
|
|
}
|
|
|
|
img {
|
|
filter: @grey-filter;
|
|
}
|
|
}
|
|
}
|
|
|
|
.application.sheet.scene-config {
|
|
.sheet-tabs.tabs {
|
|
a[data-tab='dh'] {
|
|
display: flex;
|
|
align-items: center;
|
|
gap: 4px;
|
|
|
|
&.active,
|
|
&:hover {
|
|
img {
|
|
filter: @beige-filter drop-shadow(0 0 4px var(--color-shadow-primary));
|
|
}
|
|
}
|
|
|
|
img {
|
|
width: 18px;
|
|
position: relative;
|
|
top: -3px;
|
|
filter: @beige-filter;
|
|
}
|
|
}
|
|
}
|
|
|
|
.helper-text {
|
|
font-style: italic;
|
|
}
|
|
}
|