Browse Source

Improve color/labeling for the view selector

tags/v0.0.4^0
Fen Dweller 5 years ago
parent
commit
5fa296e917
2 changed files with 7 additions and 0 deletions
  1. +4
    -0
      macrovision.css
  2. +3
    -0
      macrovision.html

+ 4
- 0
macrovision.css View File

@@ -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 View File

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


Loading…
Cancel
Save