소스 검색

Improve color/labeling for the view selector

tags/v0.0.4^0
Fen Dweller 6 년 전
부모
커밋
5fa296e917
2개의 변경된 파일7개의 추가작업 그리고 0개의 파일을 삭제
  1. +4
    -0
      macrovision.css
  2. +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>


불러오는 중...
취소
저장