Adjust button styles

This commit is contained in:
Carlos Salaverria 2016-08-30 17:39:55 -05:00
parent f2ea5a75bb
commit 7363152b93
2 changed files with 15 additions and 4 deletions

View file

@ -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;
}