chore(css) .current-file: border -> box-shadow

This commit is contained in:
coderaiser 2013-08-06 14:32:46 +00:00
parent 17eb392562
commit 75573d12a5

View file

@ -181,7 +181,7 @@ body {
/* фон файла, на котором курсор*/
.current-file {
border: 1.5px solid rgba(49, 123, 249, .40);
box-shadow: inset 0 0 2px rgb(49, 123, 249);
}
.selected-file, .selected-file .name > a{