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