mirror of
https://github.com/smittix/intercept.git
synced 2026-04-24 06:40:00 -07:00
Align listening action button styles
This commit is contained in:
@@ -6083,16 +6083,27 @@ body::before {
|
||||
cursor: not-allowed;
|
||||
}
|
||||
|
||||
.radio-action-btn.scan {
|
||||
.radio-action-btn.scan,
|
||||
.radio-action-btn.listen {
|
||||
background: var(--accent-green);
|
||||
border-color: var(--accent-green);
|
||||
color: #000;
|
||||
}
|
||||
|
||||
.radio-action-btn.scan:hover:not(:disabled) {
|
||||
.radio-action-btn.scan:hover:not(:disabled),
|
||||
.radio-action-btn.listen:hover:not(:disabled) {
|
||||
box-shadow: 0 0 15px rgba(0, 255, 136, 0.4);
|
||||
}
|
||||
|
||||
.radio-action-btn.listen.active {
|
||||
background: var(--accent-red);
|
||||
border-color: var(--accent-red);
|
||||
}
|
||||
|
||||
.radio-action-btn.listen.active:hover:not(:disabled) {
|
||||
box-shadow: 0 0 20px var(--accent-red-dim);
|
||||
}
|
||||
|
||||
/* Statistics Box */
|
||||
.stat-box {
|
||||
background: rgba(0, 0, 0, 0.3);
|
||||
|
||||
Reference in New Issue
Block a user