@@ -261,8 +261,8 @@ <h3>Android</h3>
261261 </ div >
262262 </ div >
263263
264- <!-- Windows Download -->
265- < div class ="download-card ">
264+ <!-- Windows Download (Disabled) -->
265+ < div class ="download-card disabled " aria-disabled =" true ">
266266 < div class ="download-header ">
267267 < div class ="download-icon windows ">
268268 < span class ="material-symbols-rounded "> laptop_windows</ span >
@@ -272,23 +272,27 @@ <h3>Windows</h3>
272272 < p > OpenTune para Windows. Descarga la última versión estable.</ p >
273273 </ div >
274274 </ div >
275+
275276 < div class ="download-badges ">
276277 < span class ="version-badge stable "> Cerrado</ span >
277- < span id ="currentVersionWindows " class ="version-badge "> Cargando... </ span >
278+ < span id ="currentVersionWindows " class ="version-badge "> No disponible </ span >
278279 </ div >
280+
279281 < div class ="download-actions ">
280- < button class ="text-button " onclick =" showChangelogWindows() " >
282+ < button class ="text-button " disabled >
281283 < span class ="material-symbols-rounded "> list</ span >
282284 < span > Ver cambios</ span >
283285 </ button >
284- < button class ="text-button " onclick ="showVersionsWindows() ">
286+
287+ < button class ="text-button " disabled >
285288 < span class ="material-symbols-rounded "> history</ span >
286289 < span > Versiones anteriores</ span >
287290 </ button >
288- < a id ="downloadBtnWindows " class ="primary-button download-button " href ="" download >
289- < span class ="material-symbols-rounded "> download</ span >
290- < span > Descargar EXE</ span >
291- </ a >
291+
292+ < button class ="primary-button download-button " disabled >
293+ < span class ="material-symbols-rounded "> block</ span >
294+ < span > No disponible</ span >
295+ </ button >
292296 </ div >
293297 </ div >
294298 </ div >
@@ -470,7 +474,7 @@ <h2 class="dialog-title">Versiones</h2>
470474 background-color : var (--md-sys-color-surface );
471475 border-bottom : 1px solid var (--md-sys-color-outline-variant );
472476 z-index : 10 ;
473- --webkit-backdrop-filter : blur (10px ),
477+ --webkit-backdrop-filter : blur (10px ),
474478 }
475479
476480 .app-bar-container {
@@ -948,7 +952,7 @@ <h2 class="dialog-title">Versiones</h2>
948952
949953 .md3-dialog ::backdrop {
950954 background-color : rgba (0 , 0 , 0 , 0.5 );
951- --webkit-backdrop-filter : blur (4px ),
955+ --webkit-backdrop-filter : blur (4px ),
952956 }
953957
954958 .dialog-header {
@@ -1142,7 +1146,7 @@ <h2 class="dialog-title">Versiones</h2>
11421146 }
11431147
11441148 .overlay .blur {
1145- --webkit-backdrop-filter : blur (10px ),
1149+ --webkit-backdrop-filter : blur (10px ),
11461150 }
11471151
11481152 /* ── Focus ── */
@@ -1244,6 +1248,27 @@ <h2 class="dialog-title">Versiones</h2>
12441248 transition-duration : 0.01ms !important ;
12451249 }
12461250 }
1251+
1252+
1253+
1254+ /* Disabled Download Card */
1255+ .download-card .disabled {
1256+ opacity : 0.6 ;
1257+ filter : grayscale (0.4 );
1258+ pointer-events : none;
1259+ --webkit-user-select : none;
1260+ }
1261+
1262+ /* Botones disabled estilo M3 */
1263+ .download-card .disabled button ,
1264+ .download-card .disabled a {
1265+ cursor : not-allowed;
1266+ }
1267+
1268+ /* Opcional: icono más tenue */
1269+ .download-card .disabled .download-icon {
1270+ opacity : 0.7 ;
1271+ }
12471272 </ style >
12481273
12491274</ body >
0 commit comments