This website works better with JavaScript.
首頁
探索
說明
登入
chemicalcrux
/
macrovision
關註
1
收藏
0
複製
0
程式碼
問題管理
5
合併請求
0
版本發佈
10
Wiki
Activity
瀏覽代碼
Improve color/labeling for the view selector
tags/v0.0.4^0
Fen Dweller
6 年之前
父節點
1cdc43756e
當前提交
5fa296e917
共有
2 個文件被更改
,包括
7 次插入
和
0 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
macrovision.css
+3
-0
macrovision.html
+ 4
- 0
macrovision.css
查看文件
@@ -161,6 +161,10 @@ body.toggle-entity-name .entity-name {
margin: 20px;
}
select.menu-item {
color: #000;
}
#display {
width: 100%;
height: 100%;
+ 3
- 0
macrovision.html
查看文件
@@ -63,6 +63,9 @@
</div>
</span>
<div class="options-header">Entity options</div>
<div class="options-label">
Active view
</div>
<select class="menu-item" id="entity-view"></select>
<div class="options-block" id="options-entity-defaults">
</div>
Write
Preview
Loading…
取消
儲存