hovers only for desktop

This commit is contained in:
Gustavo Maximiliano Cortez 2014-12-12 10:48:12 -03:00
commit 78db09e9b9
2 changed files with 9 additions and 8 deletions

View file

@ -172,3 +172,12 @@ a.text-warning:hover {color: #FD7262;}
background: #ddd;
}
.reveal-modal .close-reveal-modal:hover, dialog .close-reveal-modal:hover {
background-color: #7A8C9E;
color: #fff;
}
.last-transactions-content.active:hover {
background-color: #E4E8EC;
}