blue hover

This commit is contained in:
randx 2012-09-27 23:59:41 +03:00
parent db69836319
commit 7ded8584a5
2 changed files with 3 additions and 3 deletions

View file

@ -31,8 +31,8 @@
&:hover {
td {
background: $hover;
border-top:1px solid #FEA;
border-bottom:1px solid #FEA;
border-top:1px solid #ADF;
border-bottom:1px solid #ADF;
}
cursor:pointer;
}