/* ESTILOS PARA LOS MODALES MÓVILES */ .htc_modal_backdrop { display: none; /* Oculto por defecto */ position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.75); /* Fondo oscuro */ backdrop-filter: blur(4px); /* EFECTO DIFUMINADO */ z-index: 99999; align-items: center; justify-content: center; padding: 20px; box-sizing: border-box; } .htc_modal_content { background: #fff; width: 100%; max-width: 350px; /* Ancho máximo para que no se vea gigante en tablets */ border-radius: 12px; box-shadow: 0 10px 25px rgba(0,0,0,0.5); overflow: hidden; position: relative; animation: slideUp 0.3s ease-out; } /* Animación suave de entrada */ @keyframes slideUp { from { transform: translateY(50px); opacity: 0; } to { transform: translateY(0); opacity: 1; } } .htc_modal_header { background: #f5f5f5; padding: 15px; font-weight: bold; color: #333; border-bottom: 1px solid #ddd; display: flex; justify-content: space-between; align-items: center; } .htc_close_btn { background: none; border: none; font-size: 20px; color: #888; cursor: pointer; padding: 0 10px; } .htc_modal_body { padding: 20px; } /* Botones grandes táctiles */ .htc_mobile_btn { display: block; width: 100%; padding: 12px; margin-bottom: 10px; background: #f0f7ff; color: #0066cc; text-align: center; border-radius: 8px; text-decoration: none; font-weight: bold; border: 1px solid #cce5ff; } .htc_mobile_btn:active { background: #0066cc; color: #fff; } /* Resultados del buscador móvil */ #mobile_res_ira { max-height: 250px; overflow-y: auto; margin-top: 10px; border-top: 1px solid #eee; } .mobile_ira_item { display: block; padding: 12px 5px; border-bottom: 1px solid #eee; color: #333; text-decoration: none; } HTCMania - Ver Mensaje Individual - [ CONSULTA ] Notificaciones gmail
Tema: [ CONSULTA ] Notificaciones gmail
Ver Mensaje Individual
  #2  
Viejo 29/07/13, 19:28:00
Avatar de zZarZiLLoSs
zZarZiLLoSs zZarZiLLoSs no está en línea
Usuario muy activo
Mensajes: 1,739
Compra y venta: (7)
 
Fecha de registro: ene 2009
Localización: Valencia
Mensajes: 1,739
Modelo de smartphone: OnePlus 6
Versión de ROM: Oxygen OS
Versión de Radio: EuropaFM
Tu operador: Lowi
Mencionado: 15 comentarios
Tagged: 0 hilos
Cita:
Originalmente Escrito por davidrome Ver Mensaje
Desde hace un tiempo, no me aparecen las notificaciomes de gmail en la barra de notificiones, tengo que entrar en la aplicacion para ver los correos. Tengo activada la sincronizacion. Sabeis que puede pasar?
A mi también me pasa hace tiempo, tengo todo configurado correctamente.
Desde que pusieron las etiquetas me pasa esto.
Responder Con Cita