Adjust button styles
This commit is contained in:
parent
f2ea5a75bb
commit
7363152b93
|
@ -134,9 +134,9 @@
|
||||||
<td colspan="2">
|
<td colspan="2">
|
||||||
<a id="show_map_button" href="#"></a>
|
<a id="show_map_button" href="#"></a>
|
||||||
<div id="sudo_buttons">
|
<div id="sudo_buttons">
|
||||||
<span class="pointer" onclick="resetMap();">[ Reset Map ]</span>
|
<span class="sidebarButton pointer" onclick="resetMap();">Reset Map</span>
|
||||||
<span class="pointer" onclick="selectAllPlanes();">[ Select All ]</span>
|
<span class="sidebarButton pointer" onclick="selectAllPlanes();">Select All</span>
|
||||||
<span class="pointer" onclick="deselectAllPlanes();">[ Select None ]</span>
|
<span class="sidebarButton pointer" onclick="deselectAllPlanes();">Select None</span>
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
|
@ -122,7 +122,6 @@ div#loader { z-index: 99; position: absolute; left: 0; top: 0; bottom: 0; right:
|
||||||
display: flex;
|
display: flex;
|
||||||
padding: 0 40px 0 40px;
|
padding: 0 40px 0 40px;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
font-size: small;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#units_container,
|
#units_container,
|
||||||
|
@ -152,6 +151,18 @@ div#loader { z-index: 99; position: absolute; left: 0; top: 0; bottom: 0; right:
|
||||||
|
|
||||||
.pointer { cursor: pointer; }
|
.pointer { cursor: pointer; }
|
||||||
|
|
||||||
|
.sidebarButton {
|
||||||
|
background-color: #7C99BD;
|
||||||
|
padding: 4px 15px 4px 15px;
|
||||||
|
color: #FFFFFF;
|
||||||
|
font-weight: normal;
|
||||||
|
font-size: small;
|
||||||
|
}
|
||||||
|
|
||||||
|
.sidebarButton:hover {
|
||||||
|
background-color: #4873A8;
|
||||||
|
}
|
||||||
|
|
||||||
.altitudeFilterInput {
|
.altitudeFilterInput {
|
||||||
width: 50px;
|
width: 50px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue