diff --git a/app/assets/css/main.css b/app/assets/css/main.css
index 4fb4c40..738e134 100755
--- a/app/assets/css/main.css
+++ b/app/assets/css/main.css
@@ -41,25 +41,26 @@
/* Client-side highlights inside the detail body. */
mark.search-match {
- background-color: #fde68a;
- color: #78350f;
- padding: 0 2px;
+ background-color: #fdff32;
+ color: #000;
+ padding: 2px;
border-radius: 2px;
font-weight: 600;
- box-shadow: 0 0 0 1px #f59e0b inset;
+ box-shadow: 0 0 0 1px #e9ff32 inset;
}
.dark mark.search-match {
- background-color: #78350f;
- color: #fde68a;
- box-shadow: 0 0 0 1px #f59e0b inset;
+ background-color: #fdff32;
+ color: #000;
+ box-shadow: 0 0 0 1px #e9ff32 inset;
}
/* The currently-focused match (the one the user navigated to). */
mark.search-match.is-current {
- background-color: #f97316;
- color: #ffffff;
- box-shadow: 0 0 0 2px #c2410c inset;
+ background-color: #8cff32;
+ padding: 2px;
+ color: #000;
+ box-shadow: 0 0 0 2px #8cff32 inset;
animation: search-match-pulse 0.9s ease-out 1;
}
@@ -70,7 +71,7 @@ mark.search-match.is-current {
}
@keyframes search-match-pulse {
- 0% { box-shadow: 0 0 0 0 rgba(249, 115, 22, 0.75), 0 0 0 2px #c2410c inset; }
- 70% { box-shadow: 0 0 0 14px rgba(249, 115, 22, 0), 0 0 0 2px #c2410c inset; }
- 100% { box-shadow: 0 0 0 0 rgba(249, 115, 22, 0), 0 0 0 2px #c2410c inset; }
+ 0% { box-shadow: 0 0 0 0 #e9ff32, 0 0 0 2px #8cff32 inset; }
+ 70% { box-shadow: 0 0 0 14px rgba(249, 115, 22, 0), 0 0 0 2px #8cff32 inset; }
+ 100% { box-shadow: 0 0 0 0 rgba(249, 115, 22, 0), 0 0 0 2px #8cff32 inset; }
}
diff --git a/app/components/inbox/InboxActivity.vue b/app/components/inbox/InboxActivity.vue
index 90eb03c..5c7cd68 100755
--- a/app/components/inbox/InboxActivity.vue
+++ b/app/components/inbox/InboxActivity.vue
@@ -367,30 +367,90 @@ function onInputKey(e: KeyboardEvent) {
-
+
+
+
+
No hay contenido disponible para esta coincidencia.
@@ -484,34 +482,6 @@ function onInputKey(e: KeyboardEvent) {
+
- {{ safeDate(row.activity) }}
-