This commit is contained in:
David Humphrey (:humph) david.humphrey@senecacollege.ca 2015-07-02 15:23:31 -04:00 коммит произвёл Gideon Thomas
Родитель 25d02b2528
Коммит 598f300eb6
1 изменённых файлов: 5 добавлений и 0 удалений

Просмотреть файл

@ -9,3 +9,8 @@
flex-flow: space-between;
}
}
/* Make it obvious that files in the sidebar are something you can click. */
li.jstree-leaf > a {
cursor: pointer !important;
}