File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -4360,6 +4360,18 @@ class FastSearchCard extends HTMLElement {
43604360 .timer-item[data-action-type="fan"] .timer-icon-container {
43614361 background: linear-gradient(135deg, #4CAF50, #388E3C); /* Grün für Lüften */
43624362 }
4363+
4364+ .timer-item[data-action-type="cover_open"] .timer-icon-container {
4365+ background: linear-gradient(135deg, #4CAF50, #388E3C); /* Grün für Öffnen */
4366+ }
4367+
4368+ .timer-item[data-action-type="cover_close"] .timer-icon-container {
4369+ background: linear-gradient(135deg, #F44336, #D32F2F); /* Rot für Schließen */
4370+ }
4371+
4372+ .timer-item[data-action-type="cover_50"] .timer-icon-container {
4373+ background: linear-gradient(135deg, #FF9800, #F57C00); /* Orange für 50% */
4374+ }
43634375
43644376
43654377
You can’t perform that action at this time.
0 commit comments