Match OS version badge styling to service modal version badges
The header badge now uses the exact visual treatment of .creds-title-version-badge from modals.css: neutral translucent pill (rgba(255,255,255,0.06) background, 0.08 white border, 12px radius, --text-secondary text, 0.72rem/600/2px-10px padding), no hover animation, and a bare version number like the modals show (e.g. "2.8.4") instead of the green pill with a "v" prefix. The badge markup flattens to a single text span; the .version-label and .version-number rules are removed. Co-authored-by: arena-agent <297053741+arena-agent@users.noreply.github.com>
This commit is contained in:
co-authored by
arena-agent
parent
cf23438a5c
commit
bd96782229
@@ -25,11 +25,8 @@
|
||||
<div class="title-group">
|
||||
<span class="title">Sovran_SystemsOS Hub</span>
|
||||
|
||||
<!-- OS Version Badge -->
|
||||
<span class="os-version-badge" id="os-version-badge" title="Sovran_SystemsOS Version">
|
||||
<span class="version-label">v</span>
|
||||
<span class="version-number" id="version-number">{{ sovran_version }}</span>
|
||||
</span>
|
||||
<!-- OS Version Badge — styled identically to the version badge in service modals -->
|
||||
<span class="os-version-badge" id="os-version-badge" title="Sovran_SystemsOS Version">{{ sovran_version }}</span>
|
||||
</div>
|
||||
|
||||
<div class="header-buttons">
|
||||
|
||||
Reference in New Issue
Block a user