From 6efecb9b142e0105e4836e07fd37cd10f6365c36 Mon Sep 17 00:00:00 2001 From: DanielQueijeiro Date: Sun, 11 May 2025 19:01:20 -0600 Subject: [PATCH] Arreglar css para que los botones tengan pointer --- harvester-app/src/framework/utils/css/moduloFormulas.css | 3 +++ harvester-app/src/framework/utils/css/moduloInicio.css | 2 ++ harvester-app/src/framework/utils/css/moduloPlantillas.css | 5 +---- harvester-app/src/framework/utils/css/moduloTractores.css | 3 +++ harvester-app/src/framework/utils/css/moduloUsuario.css | 1 + harvester-app/src/framework/utils/css/styles.css | 1 + 6 files changed, 11 insertions(+), 4 deletions(-) diff --git a/harvester-app/src/framework/utils/css/moduloFormulas.css b/harvester-app/src/framework/utils/css/moduloFormulas.css index 054cd9b5..7aa1b7e6 100644 --- a/harvester-app/src/framework/utils/css/moduloFormulas.css +++ b/harvester-app/src/framework/utils/css/moduloFormulas.css @@ -136,6 +136,7 @@ position: relative; transform-origin: 0 0; transform: rotate(0deg) scale(1, 1); + cursor: pointer; } .mas { flex-shrink: 0; @@ -249,6 +250,7 @@ width: 71px; height: 70px; position: relative; + cursor: pointer; } .editar-icono { border-radius: 8px; @@ -273,6 +275,7 @@ width: 71px; height: 70px; position: relative; + cursor: pointer; } .eliminar-icono { flex-shrink: 0; diff --git a/harvester-app/src/framework/utils/css/moduloInicio.css b/harvester-app/src/framework/utils/css/moduloInicio.css index 1d6d00c0..62beeb25 100644 --- a/harvester-app/src/framework/utils/css/moduloInicio.css +++ b/harvester-app/src/framework/utils/css/moduloInicio.css @@ -129,6 +129,7 @@ align-self: stretch; flex-shrink: 0; position: relative; + cursor: pointer; } .texto-cargar { color: var(--blanco, #ffffff); @@ -164,6 +165,7 @@ align-self: stretch; flex-shrink: 0; position: relative; + cursor: pointer; } .texto-avanzar { color: var(--blanco, #ffffff); diff --git a/harvester-app/src/framework/utils/css/moduloPlantillas.css b/harvester-app/src/framework/utils/css/moduloPlantillas.css index 3d09cb15..8c65b1f2 100644 --- a/harvester-app/src/framework/utils/css/moduloPlantillas.css +++ b/harvester-app/src/framework/utils/css/moduloPlantillas.css @@ -35,7 +35,6 @@ justify-content: flex-end; flex-shrink: 0; position: relative; - border: none; background: transparent; border-radius: 8px; @@ -47,7 +46,6 @@ } .more-horizontal { - display: flex; align-items: center; gap: 10px; @@ -60,8 +58,6 @@ color: #969696; width: 100%; transition: background 0.2s; - - flex-shrink: 0; width: 38px; height: 38px; @@ -474,6 +470,7 @@ button { border: none; background: transparent; border-radius: 8px; + cursor: pointer; } button:hover{ background: rgba(0, 0, 0, 0.25); diff --git a/harvester-app/src/framework/utils/css/moduloTractores.css b/harvester-app/src/framework/utils/css/moduloTractores.css index 2516f735..5da6ddd1 100644 --- a/harvester-app/src/framework/utils/css/moduloTractores.css +++ b/harvester-app/src/framework/utils/css/moduloTractores.css @@ -139,6 +139,7 @@ input:focus { align-self: stretch; flex-shrink: 0; position: relative; + cursor: pointer; } .rancho { background: #ffffff; @@ -155,6 +156,7 @@ input:focus { flex-shrink: 0; height: 94px; position: relative; + cursor: pointer; } .rancho.seleccionado { background-color: #bcbcbc; /* Azul claro, por ejemplo */ @@ -425,6 +427,7 @@ input:focus { position: relative; transform-origin: 0 0; transform: rotate(0deg) scale(1, 1); + cursor: pointer; } .generar-reporte2 { color: #ffffff; diff --git a/harvester-app/src/framework/utils/css/moduloUsuario.css b/harvester-app/src/framework/utils/css/moduloUsuario.css index 4b850bd5..c8fa786f 100644 --- a/harvester-app/src/framework/utils/css/moduloUsuario.css +++ b/harvester-app/src/framework/utils/css/moduloUsuario.css @@ -123,6 +123,7 @@ flex-shrink: 0; position: relative; overflow: hidden; + cursor: pointer; } .cerrar-sesi-n { color: #ffffff; diff --git a/harvester-app/src/framework/utils/css/styles.css b/harvester-app/src/framework/utils/css/styles.css index 9d411b84..649427e3 100644 --- a/harvester-app/src/framework/utils/css/styles.css +++ b/harvester-app/src/framework/utils/css/styles.css @@ -252,6 +252,7 @@ line-height: 100%; font-weight: 400; text-decoration: underline; + cursor: pointer; } .no-tienes-cuenta-cont-ctanos-span3 { color: #ffffff;