17 lines
325 B
Plaintext
17 lines
325 B
Plaintext
.im-record-locate-row {
|
|
> td {
|
|
background: #fff7e6 !important;
|
|
animation: im-record-locate-flash 1.2s ease-in-out 2;
|
|
}
|
|
}
|
|
|
|
@keyframes im-record-locate-flash {
|
|
0%,
|
|
100% {
|
|
box-shadow: inset 0 0 0 9999px rgba(250, 173, 20, 0.08);
|
|
}
|
|
50% {
|
|
box-shadow: inset 0 0 0 9999px rgba(250, 173, 20, 0.22);
|
|
}
|
|
}
|