adding hover to icon panel

This commit is contained in:
Ezequiel Bergamaschi 2014-07-06 01:29:00 -03:00
parent c1b678c1aa
commit 039da8e73d

View File

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