Difference between revisions of "Template:Sidebar"
Adelo Vieira (talk | contribs) |
Adelo Vieira (talk | contribs) |
||
Line 332: | Line 332: | ||
} | } | ||
+ | |||
+ | $("#button-pe").hover(function(){ | ||
+ | $(".fa-atom").css('font-size', '21px') | ||
+ | }, function(){ | ||
+ | $(".fa-atom").css('font-size', '19px') | ||
+ | }); | ||
+ | |||
</script> | </script> | ||
Line 365: | Line 372: | ||
<div id="container-button-tap" style="margin-top:-9px"> | <div id="container-button-tap" style="margin-top:-9px"> | ||
− | <button class="button izquierda tablink bottom-selected" onclick="openCity(event,'PE')" > <i class="fas fa-atom"> </i> </button> | + | <button id="button-pe" class="button izquierda tablink bottom-selected" onclick="openCity(event,'PE')" > <i class="fas fa-atom"> </i> </button> |
− | <button class="button derecha tablink" onclick="openCity(event,'Others')"> <i class="fas fa-info"> </i> </button> | + | <button id="button-others" class="button derecha tablink" onclick="openCity(event,'Others')"> <i class="fas fa-info"> </i> </button> |
− | <button class="button centrar tablink" onclick="openCity(event,'Tools')" > <i class="fas fa-tools"></i> </button> | + | <button id="button-tools" class="button centrar tablink" onclick="openCity(event,'Tools')" > <i class="fas fa-tools"></i> </button> |
</div> | </div> | ||
Revision as of 15:12, 14 March 2021