Sfoglia il codice sorgente

Made buttons unselectable

tags/v0.2.8
Fen Dweller 7 anni fa
parent
commit
8883145b5f
1 ha cambiato i file con 5 aggiunte e 1 eliminazioni
  1. +5
    -1
      feast.css

+ 5
- 1
feast.css Vedi File

@@ -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 {


Loading…
Annulla
Salva