|
72 | 72 | .stat-row { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 8px; margin-bottom: 12px; } |
73 | 73 | .stat { background: var(--surface2); border-radius: var(--radius-sm); padding: 7px 14px; |
74 | 74 | display: flex; align-items: center; gap: 10px; } |
75 | | - .s-label { font-size: 11px; color: var(--primary-text-color, var(--text1)); text-transform: uppercase; |
76 | | - letter-spacing: 0.03em; flex: 1; opacity: 0.85; } |
77 | | - .s-val { font-size: 22px; font-weight: 600; } |
| 75 | + .s-label { font-size: 12px; font-weight: 500; color: var(--primary-text-color, #ffffff); |
| 76 | + text-transform: uppercase; letter-spacing: 0.03em; flex: 1; } |
| 77 | + .s-val { font-size: 22px; font-weight: 700; } |
78 | 78 | .s-danger .s-val { color: var(--red); } |
79 | 79 | .s-ok .s-val { color: var(--green); } |
80 | 80 | .s-warn .s-val { color: #BA7517; } |
|
195 | 195 | tr.ignored td { color:var(--text3); } |
196 | 196 | .ignore-section { background:var(--surface2); border-radius:var(--radius-sm); margin-bottom:8px; overflow:hidden; } |
197 | 197 | .ignore-header { display:flex; align-items:center; justify-content:space-between; |
198 | | - padding:7px 14px; cursor:pointer; user-select:none; font-size:12px; color:var(--text2); } |
| 198 | + padding:7px 14px; cursor:pointer; user-select:none; font-size:13px; font-weight:500; |
| 199 | + color:var(--primary-text-color, #ffffff); } |
199 | 200 | .ignore-header:hover { background:rgba(255,255,255,.03); } |
200 | 201 | .ignore-badge { background:rgba(46,204,113,.15); color:#2ecc71; border-radius:99px; |
201 | 202 | font-size:10px; padding:1px 7px; margin-left:6px; } |
202 | | - .ignore-arrow { font-size:10px; color:var(--text3); transition:transform .2s; margin-left:auto; } |
| 203 | + .ignore-arrow { font-size:12px; color:var(--primary-text-color, #ffffff); opacity:0.6; transition:transform .2s; margin-left:auto; } |
203 | 204 | .ignore-arrow.open { transform:rotate(180deg); } |
204 | 205 | .ignore-body { border-top:.5px solid var(--border2); padding:8px 14px 10px; display:none; } |
205 | 206 | .ignore-body.open { display:block; } |
206 | | - .ignore-hint { font-size:11px; color:var(--text3); margin-bottom:8px; } |
| 207 | + .ignore-hint { font-size:12px; color:var(--primary-text-color, #ffffff); opacity:0.7; margin-bottom:8px; } |
207 | 208 | .ignore-input-row { display:flex; align-items:center; gap:6px; margin-bottom:7px; } |
208 | 209 | .ignore-input-row input[type=text] { width:150px; font-size:12px; } |
209 | 210 | .ignore-saved-tags { display:flex; flex-wrap:wrap; gap:5px; min-height:18px; align-items:center; } |
|
236 | 237 | <svg viewBox="0 0 24 24"><path d="M19.36 2.72 20.78 4.14l-1.4 1.41 1.41 1.41-4.24 4.24-1.41-1.41-6.89 6.9a4 4 0 0 1-1.2 4.71l-2.83 2.12-1.41-1.41 2.12-2.83a2 2 0 0 0 .27-2.1l-.27-.42L3 15.36l1.41-1.41 1.42 1.42 5.65-5.66-1.41-1.41 4.24-4.24 1.41 1.41z"/></svg> |
237 | 238 | </div> |
238 | 239 | <div> |
239 | | - <div class="topbar-title">Orphan Entity Cleaner <span style="font-size:11px;font-weight:400;color:var(--text2);margin-left:6px">v2.3.3</span></div> |
| 240 | + <div class="topbar-title">Orphan Entity Cleaner <span style="font-size:11px;font-weight:400;color:var(--text2);margin-left:6px">v2.3.4</span></div> |
240 | 241 | <div class="topbar-sub">Home Assistant Integration — orphan entity cleanup</div> |
241 | 242 | </div> |
242 | 243 | <div class="topbar-spacer"></div> |
|
0 commit comments