This commit is contained in:
David Rowe 2016-03-31 16:53:03 +13:00
parent f584d4d00c
commit 31b96c75ca
2 changed files with 12 additions and 2 deletions

View file

@ -521,6 +521,9 @@ input[type=checkbox]:checked + label:hover {
.dropdown dt:hover { .dropdown dt:hover {
color: #404040; color: #404040;
} }
.dropdown dt:focus {
outline: none;
}
.dropdown dt span:first-child { .dropdown dt span:first-child {
display: inline-block; display: inline-block;
position: relative; position: relative;
@ -582,6 +585,9 @@ div.refresh input[type="button"] {
background-position: bottom right; background-position: bottom right;
background-repeat: no-repeat; background-repeat: no-repeat;
} }
.color-picker:focus {
outline: none;
}
.color-picker[active="true"] { .color-picker[active="true"] {
border-color: #000; border-color: #000;
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAABDSURBVChTjcoLCkAhCETRNq0tf97Y5xGZ1gVJ45TH6njThIO+xk2UwhWFcEdH6JCqOuiQiMDi/hcii3crRRb/7ggAPvIMVihQwvSXAAAAAElFTkSuQmCC); background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAABDSURBVChTjcoLCkAhCETRNq0tf97Y5xGZ1gVJ45TH6njThIO+xk2UwhWFcEdH6JCqOuiQiMDi/hcii3crRRb/7ggAPvIMVihQwvSXAAAAAElFTkSuQmCC);
@ -780,6 +786,10 @@ textarea:enabled[scrolling="true"]::-webkit-resizer {
background: none; background: none;
} }
#entity-table th:focus {
outline: none;
}
#col-type { #col-type {
width: 16%; width: 16%;
} }

View file

@ -1339,7 +1339,7 @@
<div class="section-header spatial-group"> <div class="section-header spatial-group">
<label>Spatial Properties</label><span>M</span> <label>Spatial</label><span>M</span>
</div> </div>
<div class="spatial-group property xyz"> <div class="spatial-group property xyz">
<label>Position</label> <label>Position</label>
@ -1429,7 +1429,7 @@
<div class="section-header physical-group"> <div class="section-header physical-group">
<label>Physical Properties</label><span>M</span> <label>Physical</label><span>M</span>
</div> </div>
<div class="physical-group property xyz"> <div class="physical-group property xyz">
<label>Linear velocity</label> <label>Linear velocity</label>