Просмотр исходного кода

Made buttons unselectable

tags/v0.2.8
Fen Dweller 8 лет назад
Родитель
Сommit
8883145b5f
1 измененных файлов: 5 добавлений и 1 удалений
  1. +5
    -1
      feast.css

+ 5
- 1
feast.css Просмотреть файл

@@ -27,24 +27,28 @@ button {
width: 100px; width: 100px;
height: 100px; height: 100px;
font-size: 18px; font-size: 18px;
user-select: none;
} }


.action-button { .action-button {
width: 100px; width: 100px;
height: 100px; height: 100px;
font-size: 18px; font-size: 18px;
user-select: none;
} }


.combat-button { .combat-button {
width: 100px; width: 100px;
height: 100px; height: 100px;
font-size: 18px; font-size: 18px;
user-select: none;
} }


.dialog-button { .dialog-button {
width: 300px; width: 300px;
height: 75px; height: 75px;
font-size: 18px;s
font-size: 18px;
user-select: none;
} }


#dialog { #dialog {


Загрузка…
Отмена
Сохранить