adding hover to icon panel

Ezequiel Bergamaschi 2014-07-06 01:29:00 -03:00
parent c1b678c1aa
commit 039da8e73d
1 changed files with 4 additions and 0 deletions

View File

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