add device favorite filtering
This commit is contained in:
parent
c533119b01
commit
0b451c7b01
4 changed files with 46 additions and 5 deletions
|
|
@ -87,6 +87,9 @@
|
|||
<button id="device-add">+</button>
|
||||
<button id="device-del">-</button>
|
||||
<span id="device-spacer"></span>
|
||||
<button id="device-favorites">favorites</button>
|
||||
<button id="device-all">all</button>
|
||||
<span id="device-spacer"></span>
|
||||
<button id="device-save">save</button>
|
||||
<button id="device-close">close</button>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -441,7 +441,10 @@ button.selected {
|
|||
display: none;
|
||||
}
|
||||
#device-list option[local="1"] {
|
||||
color: #55f;
|
||||
color: #55d;
|
||||
}
|
||||
#device-list option[favorite="1"] {
|
||||
font-weight: bold;
|
||||
}
|
||||
#device label {
|
||||
white-space: nowrap;
|
||||
|
|
|
|||
Loading…
Reference in a new issue