Improve visibility of live input activity dots
Some checks failed
Some checks failed
This commit is contained in:
parent
54afa9bb67
commit
718c45b76a
1 changed files with 9 additions and 6 deletions
|
|
@ -735,19 +735,22 @@
|
|||
<style>
|
||||
.activity-dot {
|
||||
display: inline-block;
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
width: 14px;
|
||||
height: 14px;
|
||||
border-radius: 50%;
|
||||
transition: background-color 0.2s;
|
||||
border: 1px solid #9ca3af;
|
||||
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
||||
flex-shrink: 0;
|
||||
vertical-align: middle;
|
||||
margin-right: 3px;
|
||||
}
|
||||
.dot-green {
|
||||
background-color: #22c55e;
|
||||
box-shadow: 0 0 4px #22c55e;
|
||||
border-color: #16a34a;
|
||||
box-shadow: 0 0 6px #22c55e;
|
||||
border: 1px solid #16a34a;
|
||||
}
|
||||
.dot-gray {
|
||||
background-color: #6b7280;
|
||||
border: 1px solid #d1d5db;
|
||||
}
|
||||
</style>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue