mirror of
https://github.com/overte-org/overte.git
synced 2025-06-21 19:00:48 +02:00
Add "lock" and "visible" icons to checkboxes in entity properties tab
This commit is contained in:
parent
9e2c844dc0
commit
e8f627e3fe
2 changed files with 15 additions and 2 deletions
|
@ -972,6 +972,19 @@ textarea:enabled[scrolling="true"]::-webkit-resizer {
|
||||||
background-position-y: 1px;
|
background-position-y: 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#properties-header .checkbox label span {
|
||||||
|
font-family: HiFi-Glyphs;
|
||||||
|
font-size: 20px;
|
||||||
|
padding-right: 6px;
|
||||||
|
vertical-align: top;
|
||||||
|
position: relative;
|
||||||
|
top: -4px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#properties-header input[type=checkbox]:checked + label span {
|
||||||
|
color: #ffffff;
|
||||||
|
}
|
||||||
|
|
||||||
#properties-header + hr {
|
#properties-header + hr {
|
||||||
margin-top: 12px;
|
margin-top: 12px;
|
||||||
}
|
}
|
||||||
|
|
|
@ -1295,11 +1295,11 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="property checkbox">
|
<div class="property checkbox">
|
||||||
<input type="checkbox" id="property-locked">
|
<input type="checkbox" id="property-locked">
|
||||||
<label for="property-locked">Locked</label>
|
<label for="property-locked"><span></span> Locked</label>
|
||||||
</div>
|
</div>
|
||||||
<div class="property checkbox">
|
<div class="property checkbox">
|
||||||
<input type="checkbox" id="property-visible">
|
<input type="checkbox" id="property-visible">
|
||||||
<label for="property-visible">Visible</label>
|
<label for="property-visible"><span></span> Visible</label>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<hr />
|
<hr />
|
||||||
|
|
Loading…
Reference in a new issue