adding hover to icon panel

main
Ezequiel Bergamaschi 2014-07-06 01:29:00 -03:00
parent 86bbfd7784
commit a85d3db2c8
1 changed files with 4 additions and 0 deletions

View File

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