/* Show Stop and Reload buttons smartly*/

#stop-button[disabled] { display: none;}

#stop-button:not([disabled]) + #reload-button {
display: none;
}

/* Thanks, ScaryDave 
http://lifehacker.com/396582/turn-firefox-3s-location-bar-yellow-at-https-urls#c6299412 */