Small changes (Language popup)

This commit is contained in:
RainLoop Team 2014-09-22 11:12:12 +04:00
parent 86dc0c653b
commit 5aea463333
3 changed files with 13 additions and 6 deletions

View file

@ -20,14 +20,16 @@
width: 180px;
background-color: #fff;
text-align: left;
border: 1px solid transparent;
&.selected {
background-color: #f5f5f5;
border-color: #ccc;
}
&:hover {
background-color: #eee;
border-color: #ccc;
}
}
.lang-item:hover {
background-color: #eee;
}
}
}