Difference between revisions of "Template:Sidebar"
Adelo Vieira (talk | contribs) |
Adelo Vieira (talk | contribs) |
||
| Line 490: | Line 490: | ||
}else{ | }else{ | ||
$(".fa-atom").css('font-size', '19px') | $(".fa-atom").css('font-size', '19px') | ||
| + | } | ||
| + | }); | ||
| + | |||
| + | $("#button-others").hover(function(){ | ||
| + | $(".fa-info").css('font-size', '20px') | ||
| + | }, function(){ | ||
| + | if ( $(this).hasClass("bottom-selected") ) { | ||
| + | $(".fa-info").css('font-size', '20px') | ||
| + | }else{ | ||
| + | $(".fa-info").css('font-size', '18px') | ||
| + | } | ||
| + | }); | ||
| + | |||
| + | $("#button-tools").hover(function(){ | ||
| + | $(".fa-tools").css('font-size', '19px') | ||
| + | }, function(){ | ||
| + | if ( $(this).hasClass("bottom-selected") ) { | ||
| + | $(".fa-tools").css('font-size', '19px') | ||
| + | }else{ | ||
| + | $(".fa-tools").css('font-size', '17px') | ||
} | } | ||
}); | }); | ||
Revision as of 15:45, 14 March 2021