Comment 5 for bug 802685

Revision history for this message
Cris Dywan (kalikiana) wrote :

How about making those buttons respond like normal buttons?

a.button:hover {
    background: #eee;
}
a.button:focus {
    outline: 2px solid #08c;
}