Difference between revisions of "Template:Sidebar"
Adelo Vieira (talk | contribs) |
Adelo Vieira (talk | contribs) |
||
Line 389: | Line 389: | ||
if (cityName == "PE") { | if (cityName == "PE") { | ||
− | $(".fa-atom").css( | + | $(".fa-atom").css('font-size', '21px') |
$(".fa-info").css('font-size', '18px') | $(".fa-info").css('font-size', '18px') | ||
$(".fa-tools").css('font-size','17px') | $(".fa-tools").css('font-size','17px') | ||
Line 403: | Line 403: | ||
} | } | ||
− | + | ||
function myFunction() { | function myFunction() { | ||
var checkBox = document.getElementById("inputButton"); | var checkBox = document.getElementById("inputButton"); | ||
Line 486: | Line 486: | ||
$(".fa-atom").css('font-size', '21px') | $(".fa-atom").css('font-size', '21px') | ||
}, function(){ | }, function(){ | ||
− | + | if ( $(this).hasClass("bottom-selected") ) { | |
+ | $(".fa-atom").css('font-size', '19px') | ||
+ | }else{ | ||
+ | $(".fa-atom").css('font-size', '21px') | ||
+ | } | ||
}); | }); | ||
Revision as of 15:39, 14 March 2021