Use icon for show map button

This commit is contained in:
Carlos Salaverria 2016-08-19 17:57:20 -05:00
parent 1c2bea38df
commit 2215a98a08
3 changed files with 23 additions and 7 deletions

View file

@ -21,6 +21,7 @@ html, body {
}
#toggle_sidebar_button {
display: block;
width: 48px;
height: 40px;
position: absolute;
@ -45,6 +46,7 @@ html, body {
}
#expand_sidebar_button {
display: block;
width: 48px;
height: 40px;
position: absolute;
@ -60,6 +62,20 @@ html, body {
background-image: url("images/show_sidebar_active_48x40.png");
}
#show_map_button {
display: block;
width: 48px;
height: 40px;
}
#show_map_button {
background-image: url("images/hide_sidebar_inactive_48x40.png");
}
#show_map_button:hover {
background-image: url("images/hide_sidebar_active_48x40.png");
}
#sidebar_container {
display: flex;
width: 410px;