mirror of
https://github.com/cjfranko/NTP-Timeturner.git
synced 2025-11-08 18:32:02 +00:00
style: Style local status icons for vertical alignment
Co-authored-by: aider (gemini/gemini-2.5-pro) <aider@aider.chat>
This commit is contained in:
parent
dad59ed9ff
commit
80953e7f6d
1 changed files with 6 additions and 0 deletions
|
|
@ -82,6 +82,12 @@ button:hover {
|
||||||
color: #555;
|
color: #555;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.status-icon {
|
||||||
|
height: 1em;
|
||||||
|
vertical-align: middle;
|
||||||
|
margin-right: 0.5em;
|
||||||
|
}
|
||||||
|
|
||||||
/* Status-specific colors */
|
/* Status-specific colors */
|
||||||
#sync-status.in-sync, #jitter-status.good { font-weight: bold; color: #28a745; }
|
#sync-status.in-sync, #jitter-status.good { font-weight: bold; color: #28a745; }
|
||||||
#sync-status.clock-ahead, #sync-status.clock-behind, #jitter-status.average { font-weight: bold; color: #ffc107; }
|
#sync-status.clock-ahead, #sync-status.clock-behind, #jitter-status.average { font-weight: bold; color: #ffc107; }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue