diff --git a/public_html/index.html b/public_html/index.html index 67ad593..c356e39 100644 --- a/public_html/index.html +++ b/public_html/index.html @@ -134,9 +134,9 @@
- [ Reset Map ] - [ Select All ] - [ Select None ] + Reset Map + Select All + Select None
diff --git a/public_html/style.css b/public_html/style.css index 1c355c6..7eac2f1 100644 --- a/public_html/style.css +++ b/public_html/style.css @@ -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; }