Ueberall dasselbe Beschattungs-Symbol (bi-beschattung)

Raum-Modal, Zeitleiste und Automatik-Editor zeigten drei verschiedene
Zeichen; bi-blinds gibt es in der Icon-Schrift gar nicht. Das neue Symbol
liegt als CSS-Maske in solar.css und verhaelt sich wie ein Icon aus der
Schrift.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
2026-09-16 07:37:42 +02:00
co-authored by Claude Opus 5
parent 7caa3850d5
commit fe8630eb4f
5 changed files with 30 additions and 9 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ function zeitleisteBahnen()
{
return [
"licht" => ["titel" => "Licht", "symbol" => "bi-lightbulb"],
"beschattung" => ["titel" => "Beschattung", "symbol" => "bi-window-split"],
"beschattung" => ["titel" => "Beschattung", "symbol" => "bi-beschattung"],
"heizung" => ["titel" => "Heizung", "symbol" => "bi-thermometer-half"],
"bewaesserung" => ["titel" => "Bewässerung", "symbol" => "bi-droplet"],
"schalter" => ["titel" => "Schalter", "symbol" => "bi-toggle-on"],