From 9ad14967e762e4d1497521b24a554141af373441 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Wed, 19 Feb 2014 04:29:12 -0500 Subject: [PATCH] feature(style) change name color on small screens --- css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/style.css b/css/style.css index 39e70b49..53f63747 100644 --- a/css/style.css +++ b/css/style.css @@ -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; }