/* 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 - I9100XWKK2 - I9100XWKK5 y I9100XWKL1 Android 2.3.6
Ver Mensaje Individual
  #143  
Viejo 01/12/11, 23:20:18
Avatar de jandro00
jandro00 jandro00 no está en línea
Usuario muy activo
Mensajes: 797
 
Fecha de registro: jun 2011
Localización: Mieres - Asturias
Mensajes: 797
Modelo de smartphone: Galaxy S25 Ultra
Versión de ROM: S938BXXU7ZYLJ
Versión de Radio: La última disponible
Tu operador: Pepephone
Mencionado: 16 comentarios
Tagged: 0 hilos
@fandi55 tienes que volver a instalar mediante Odin otra stock rom y te deberia funcionar bien ya,un saludo
Responder Con Cita