Skip to content

Commit eeefe2e

Browse files
authored
Update fast-search-card.js
1 parent 5befc5a commit eeefe2e

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

dist/fast-search-card.js

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)