feature(style) change name color on small screens

This commit is contained in:
coderaiser 2014-02-19 04:29:12 -05:00
parent bc266a729a
commit 9ad14967e7

View file

@ -272,10 +272,10 @@ a:hover, a:active {
color:white;
}
/* делаем иконки под курсом белыми*/
.current-file > .mini-icon{
.current-file a {
color:white;
}
.current-file > .text-file::before {
.current-file .text-file::before {
color:white;
}