Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
clonk2u
/
feast-classic
forkeado de
chemicalcrux/feast-classic
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
Made buttons unselectable
tags/v0.2.8
Fen Dweller
hace 7 años
padre
22b1d65b60
commit
8883145b5f
Se han
modificado 1 ficheros
con
5 adiciones
y
1 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+5
-1
feast.css
+ 5
- 1
feast.css
Ver fichero
@@ -27,24 +27,28 @@ button {
width: 100px;
height: 100px;
font-size: 18px;
user-select: none;
}
.action-button {
width: 100px;
height: 100px;
font-size: 18px;
user-select: none;
}
.combat-button {
width: 100px;
height: 100px;
font-size: 18px;
user-select: none;
}
.dialog-button {
width: 300px;
height: 75px;
font-size: 18px;s
font-size: 18px;
user-select: none;
}
#dialog {
Escribir
Vista previa
Cargando…
Cancelar
Guardar