mirror of
https://github.com/smittix/intercept.git
synced 2026-07-23 08:28:11 -07:00
Add CSS styling for WiFi client cards
- Add .wifi-client-card styles matching network card layout - Purple border and subtle background for visual distinction - Consistent font sizing with network cards Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -2615,6 +2615,22 @@ header p {
|
|||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* WiFi client cards in device list */
|
||||||
|
.wifi-client-card {
|
||||||
|
margin-bottom: 8px;
|
||||||
|
padding: 10px !important;
|
||||||
|
border-left-color: var(--accent-purple) !important;
|
||||||
|
background: rgba(153, 51, 255, 0.05);
|
||||||
|
}
|
||||||
|
|
||||||
|
.wifi-client-card .header {
|
||||||
|
font-size: 12px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wifi-client-card .sensor-data {
|
||||||
|
font-size: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
.wifi-network-card .sensor-data {
|
.wifi-network-card .sensor-data {
|
||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user