adding hover to icon panel

This commit is contained in:
Ezequiel Bergamaschi 2014-07-06 01:29:00 -03:00
parent 86bbfd7784
commit a85d3db2c8

View File

@ -143,4 +143,8 @@ div.shareModalDialog {
cursor: pointer
}
.panelIcon:hover {
background-color: #efefef;
}