Skip to content

Commit de95fac

Browse files
author
Franz646
committed
style: uniform input field style across all controls — v2.3.5
1 parent 8435ef1 commit de95fac

3 files changed

Lines changed: 6 additions & 10 deletions

File tree

custom_components/orphan_cleaner/const.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@
4747
PANEL_ICON = "mdi:broom"
4848

4949
# Versione corrente (usata per cache-busting)
50-
VERSION = "2.3.4"
50+
VERSION = "2.3.5"

custom_components/orphan_cleaner/frontend/panel.html

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -178,18 +178,14 @@
178178
font-size:13px; }
179179
.ctrl-bar label { display:flex; align-items:center; gap:5px; cursor:pointer; }
180180
.ctrl-sep { width:1px; height:18px; background:var(--border2); }
181-
.ctrl-bar input[type=number] { width:58px; border:0.5px solid var(--border2);
182-
border-radius:var(--radius-sm); padding:3px 7px; font-size:13px;
183-
background:var(--surface); color:var(--text); text-align:center; }
181+
.ctrl-bar input[type=number] { width:62px; border:0.5px solid var(--border2); border-radius:var(--radius-sm); padding:5px 9px; font-size:13px; background:var(--surface); color:var(--text); text-align:center; }
184182

185183
.ignore-tag { display:inline-flex; align-items:center; gap:4px;
186184
background:var(--surface2); border:0.5px solid var(--border2);
187185
border-radius:99px; padding:2px 9px; font-size:11px; color:var(--text2); }
188186
.ignore-tag-x { cursor:pointer; opacity:0.5; font-size:13px; line-height:1; }
189187
.ignore-tag-x:hover { opacity:1; }
190-
.ctrl-bar input[type=text] { border:0.5px solid var(--border2);
191-
border-radius:var(--radius-sm); padding:3px 8px; font-size:12px;
192-
background:var(--surface); color:var(--text); width:120px; }
188+
.ctrl-bar input[type=text] { width:120px; border:0.5px solid var(--border2); border-radius:var(--radius-sm); padding:5px 9px; font-size:13px; background:var(--surface); color:var(--text); }
193189
.ctrl-bar button.btn-add { font-size:11px; padding:3px 9px; }
194190
tr.ignored { opacity:0.35; pointer-events:none; user-select:none; }
195191
tr.ignored td { color:var(--text3); }
@@ -206,7 +202,7 @@
206202
.ignore-body.open { display:block; }
207203
.ignore-hint { font-size:12px; color:var(--primary-text-color, #ffffff); opacity:0.7; margin-bottom:8px; }
208204
.ignore-input-row { display:flex; align-items:center; gap:6px; margin-bottom:7px; }
209-
.ignore-input-row input[type=text] { width:150px; font-size:12px; }
205+
.ignore-input-row input[type=text] { width:150px; border:0.5px solid var(--border2); border-radius:var(--radius-sm); padding:5px 9px; font-size:13px; background:var(--surface); color:var(--text); }
210206
.ignore-saved-tags { display:flex; flex-wrap:wrap; gap:5px; min-height:18px; align-items:center; }
211207
.tag-saved { background:rgba(46,204,113,.12); border:.5px solid rgba(46,204,113,.3);
212208
border-radius:99px; padding:2px 9px; font-size:11px; color:#2ecc71;
@@ -237,7 +233,7 @@
237233
<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>
238234
</div>
239235
<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>
236+
<div class="topbar-title">Orphan Entity Cleaner <span style="font-size:11px;font-weight:400;color:var(--text2);margin-left:6px">v2.3.5</span></div>
241237
<div class="topbar-sub">Home Assistant Integration — orphan entity cleanup</div>
242238
</div>
243239
<div class="topbar-spacer"></div>

custom_components/orphan_cleaner/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
"iot_class": "local_push",
1414
"issue_tracker": "https://github.com/Franz646/orphan-cleaner/issues",
1515
"requirements": [],
16-
"version": "2.3.4"
16+
"version": "2.3.5"
1717
}

0 commit comments

Comments
 (0)