Ajuste visual no efeito que indica registro de service request duplicado no apontamento de hora
This commit is contained in:
@@ -10273,7 +10273,7 @@
|
||||
min-height: 0;
|
||||
overflow-x: hidden;
|
||||
overflow-y: auto;
|
||||
padding-right: 0;
|
||||
padding: 4px 0;
|
||||
scrollbar-gutter: stable;
|
||||
}
|
||||
|
||||
@@ -10325,8 +10325,11 @@
|
||||
.arch-panel-extension-time-management-entry-row.is-duplicate-highlight {
|
||||
border-radius: 10px;
|
||||
animation: arch-panel-extension-duplicate-pulse 1100ms ease-in-out 2;
|
||||
outline: 3px solid rgba(217, 79, 43, 0.88);
|
||||
outline-offset: 3px;
|
||||
box-shadow:
|
||||
inset 0 0 0 3px rgba(217, 79, 43, 0.9),
|
||||
0 0 0 2px rgba(217, 79, 43, 0.12);
|
||||
padding: 4px;
|
||||
margin: -4px 0;
|
||||
}
|
||||
|
||||
.arch-panel-extension-time-management-entry-row.is-compact .arch-panel-extension-form-field {
|
||||
@@ -10335,16 +10338,19 @@
|
||||
|
||||
@keyframes arch-panel-extension-duplicate-pulse {
|
||||
0% {
|
||||
outline-color: rgba(217, 79, 43, 0.25);
|
||||
box-shadow: 0 0 0 0 rgba(217, 79, 43, 0.22);
|
||||
box-shadow:
|
||||
inset 0 0 0 2px rgba(217, 79, 43, 0.35),
|
||||
0 0 0 0 rgba(217, 79, 43, 0.22);
|
||||
}
|
||||
45% {
|
||||
outline-color: rgba(217, 79, 43, 0.95);
|
||||
box-shadow: 0 0 0 8px rgba(217, 79, 43, 0.14);
|
||||
box-shadow:
|
||||
inset 0 0 0 3px rgba(217, 79, 43, 0.95),
|
||||
0 0 0 6px rgba(217, 79, 43, 0.14);
|
||||
}
|
||||
100% {
|
||||
outline-color: rgba(217, 79, 43, 0.62);
|
||||
box-shadow: 0 0 0 0 rgba(217, 79, 43, 0);
|
||||
box-shadow:
|
||||
inset 0 0 0 3px rgba(217, 79, 43, 0.72),
|
||||
0 0 0 0 rgba(217, 79, 43, 0);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"manifest_version": 3,
|
||||
"name": "Arch Panel Injector",
|
||||
"version": "1.0.119",
|
||||
"version": "1.0.1",
|
||||
"description": "Insere o botao Arch panel no header do Oracle Workload Workbench.",
|
||||
"permissions": [
|
||||
"cookies",
|
||||
@@ -170,6 +170,8 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user