use sprites for bookmark button, too
This commit is contained in:
parent
63c31eba22
commit
42f975a926
@ -1238,3 +1238,10 @@ img.openwebrx-mirror-img
|
|||||||
width: 14px;
|
width: 14px;
|
||||||
height: 12.5px;
|
height: 12.5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.sprite-bookmark {
|
||||||
|
background-size: 101px 276px;
|
||||||
|
background-position: -50px -227.5px;
|
||||||
|
width: 20.5px;
|
||||||
|
height: 27px;
|
||||||
|
}
|
@ -153,7 +153,7 @@
|
|||||||
<div class="webrx-mouse-freq"></div>
|
<div class="webrx-mouse-freq"></div>
|
||||||
</div>
|
</div>
|
||||||
<div class="openwebrx-button openwebrx-square-button openwebrx-bookmark-button" style="display:none;" title="Add bookmark...">
|
<div class="openwebrx-button openwebrx-square-button openwebrx-bookmark-button" style="display:none;" title="Add bookmark...">
|
||||||
<img src="static/gfx/openwebrx-bookmark.png">
|
<span class="sprite sprite-bookmark"></span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="openwebrx-panel-line">
|
<div class="openwebrx-panel-line">
|
||||||
|
Loading…
Reference in New Issue
Block a user