Complete template system overhaul: CSS variables, theme management, and UI improvements #74
@@ -181,4 +181,5 @@ If you want credit, include the name or handle to list in an advisory. If you pr
|
|||||||
|
|
||||||
| Date | Change Summary | Author |
|
| Date | Change Summary | Author |
|
||||||
| ---------- | ------------------------------------------------------------------------------------------------ | --------------- |
|
| ---------- | ------------------------------------------------------------------------------------------------ | --------------- |
|
||||||
|
| 2026-01-30 | Added Template Security Features section documenting custom head content injection controls. | Copilot Agent |
|
||||||
| 2025-12-18 | Initial publication of security policy, intake channels, triage targets, and disclosure process. | Moko Consulting |
|
| 2025-12-18 | Initial publication of security policy, intake channels, triage targets, and disclosure process. | Moko Consulting |
|
||||||
|
|||||||
@@ -2672,6 +2672,7 @@ progress {
|
|||||||
|
|
||||||
.form-control:disabled {
|
.form-control:disabled {
|
||||||
background-color: var(--input-disabled-bg);
|
background-color: var(--input-disabled-bg);
|
||||||
|
border-color: var(--input-disabled-border-color);
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user