Difference between revisions of "Template:Sidebar"
Adelo Vieira (talk | contribs) |
Adelo Vieira (talk | contribs) |
||
Line 258: | Line 258: | ||
cursor: pointer; | cursor: pointer; | ||
} | } | ||
− | .button:hover { | + | .button:hover { } |
− | |||
− | |||
− | |||
.bottom-selected { | .bottom-selected { | ||
color:black; | color:black; | ||
Line 267: | Line 264: | ||
font-weight: bold | font-weight: bold | ||
} | } | ||
+ | .sidebar-tap-icon:hover{ | ||
+ | font-size: 20px; | ||
+ | color:black; | ||
+ | } | ||
.area { | .area { | ||
color: black; | color: black; | ||
Line 346: | Line 347: | ||
<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 style="font-size:19px" class="fas fa-atom"> </i> </button> | + | <button class="button izquierda tablink bottom-selected" onclick="openCity(event,'PE')" > <i style="font-size:19px" class="sidebar-tap-icon fas fa-atom"> </i> </button> |
− | <button class="button derecha tablink" onclick="openCity(event,'Others')"> <i style="font-size:18px" class="fas fa-info"> </i> </button> | + | <button class="button derecha tablink" onclick="openCity(event,'Others')"> <i style="font-size:18px" class="sidebar-tap-icon fas fa-info"> </i> </button> |
− | <button class="button centrar tablink" onclick="openCity(event,'Tools')" > <i style="font-size:17px" class="fas fa-tools"></i> </button> | + | <button class="button centrar tablink" onclick="openCity(event,'Tools')" > <i style="font-size:17px" class="sidebar-tap-icon fas fa-tools"></i> </button> |
</div> | </div> | ||
Revision as of 14:31, 14 March 2021