Denna sida fungerar bättre med Javascript igång.
Startsida
Utforska
Hjälp
Logga in
clonk2u
/
feast-classic
forkad från
chemicalcrux/feast-classic
Bevaka
1
Stjärnmärk
0
Förgrening
0
Kod
Ärenden
0
Pull-förfrågningar
0
Släpp
0
Wiki
Aktiviteter
Bläddra i källkod
Made buttons unselectable
tags/v0.2.8
Fen Dweller
7 år sedan
förälder
22b1d65b60
incheckning
8883145b5f
1 ändrade filer
med
5 tillägg
och
1 borttagningar
Delad Vy
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-1
feast.css
+ 5
- 1
feast.css
Visa fil
@@ -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 {
Write
Förhandsgranska
Laddar…
Avbryt
Spara