本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
登入
clonk2u
/
feast-classic
複製自
chemicalcrux/feast-classic
關注
1
收藏
0
複製
0
程式碼
問題
0
合併請求
0
版本發佈
0
Wiki
活動
瀏覽代碼
Made buttons unselectable
tags/v0.2.8
Fen Dweller
7 年之前
父節點
22b1d65b60
當前提交
8883145b5f
共有
1 個檔案被更改
,包括
5 行新增
和
1 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-1
feast.css
+ 5
- 1
feast.css
查看文件
@@ -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
Preview
Loading…
取消
儲存