Temp fix for edit styling

This commit is contained in:
2026-01-22 21:20:09 +01:00
parent 4eaec5c7b1
commit e306226ac8
3 changed files with 58 additions and 0 deletions

View File

@@ -157,6 +157,16 @@ style file at `conf/tpl/<your-template>/style.ini` under the
__luxtools_locationlink__ = "#b57d35" ; @ini_luxtools_locationlink
```
### Temporary global input styling
Because the target template is not ready yet, the plugin currently ships a
temporary stylesheet that applies `@ini_text`, `@ini_background`, and
`@ini_border` to all `input`, `textarea`, and `select` elements site-wide.
This file is explicitly marked as a temporary fix and should be removed once
the template provides proper form control styles.
Temporary file: [temp-input-colors.css](temp-input-colors.css)
## Features and usage