This commit is contained in:
@@ -312,4 +312,31 @@
|
||||
border-radius: 3px;
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
/* Section title headings inside sheet-box (Profil, etc.) */
|
||||
.tab .sheet-box h3,
|
||||
.tab .sheet-box .items-title-text {
|
||||
font-family: "CentaurMT", "Palatino Linotype", serif;
|
||||
font-size: 0.85rem;
|
||||
font-weight: 700;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 1px;
|
||||
color: #f0dfc0 !important;
|
||||
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.9);
|
||||
margin: 0.25rem 0;
|
||||
padding: 0.2rem 0;
|
||||
}
|
||||
|
||||
/* Suppress formInput label when heading already provides it */
|
||||
.tab .sheet-box .form-group > label {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* ProseMirror editor in sheet-box — ensure readable background */
|
||||
.tab .sheet-box .editor {
|
||||
min-height: 4rem;
|
||||
background: rgba(255, 250, 240, 0.9);
|
||||
border: 1px solid rgba(139, 69, 19, 0.35);
|
||||
border-radius: 3px;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user