mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 01:24:03 +02:00
Tidying
This commit is contained in:
parent
f584d4d00c
commit
31b96c75ca
2 changed files with 12 additions and 2 deletions
|
@ -521,6 +521,9 @@ input[type=checkbox]:checked + label:hover {
|
|||
.dropdown dt:hover {
|
||||
color: #404040;
|
||||
}
|
||||
.dropdown dt:focus {
|
||||
outline: none;
|
||||
}
|
||||
.dropdown dt span:first-child {
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
|
@ -582,6 +585,9 @@ div.refresh input[type="button"] {
|
|||
background-position: bottom right;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
.color-picker:focus {
|
||||
outline: none;
|
||||
}
|
||||
.color-picker[active="true"] {
|
||||
border-color: #000;
|
||||
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAABDSURBVChTjcoLCkAhCETRNq0tf97Y5xGZ1gVJ45TH6njThIO+xk2UwhWFcEdH6JCqOuiQiMDi/hcii3crRRb/7ggAPvIMVihQwvSXAAAAAElFTkSuQmCC);
|
||||
|
@ -780,6 +786,10 @@ textarea:enabled[scrolling="true"]::-webkit-resizer {
|
|||
background: none;
|
||||
}
|
||||
|
||||
#entity-table th:focus {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
#col-type {
|
||||
width: 16%;
|
||||
}
|
||||
|
|
|
@ -1339,7 +1339,7 @@
|
|||
|
||||
|
||||
<div class="section-header spatial-group">
|
||||
<label>Spatial Properties</label><span>M</span>
|
||||
<label>Spatial</label><span>M</span>
|
||||
</div>
|
||||
<div class="spatial-group property xyz">
|
||||
<label>Position</label>
|
||||
|
@ -1429,7 +1429,7 @@
|
|||
|
||||
|
||||
<div class="section-header physical-group">
|
||||
<label>Physical Properties</label><span>M</span>
|
||||
<label>Physical</label><span>M</span>
|
||||
</div>
|
||||
<div class="physical-group property xyz">
|
||||
<label>Linear velocity</label>
|
||||
|
|
Loading…
Reference in a new issue