better style for todolist panel (admin editor)

This commit is contained in:
ilvalle
2013-12-08 10:18:47 +01:00
parent b7192d706c
commit 483de0fc30
2 changed files with 11 additions and 4 deletions
@@ -251,6 +251,10 @@ $(document).on('click', 'a.font_button', function (e) {
</div>
<script>
$(document).on('click', '#window_todo li a', function (e) {
$(this).find('i').toggleClass('icon-chevron-right');
$(this).find('i').toggleClass('icon-chevron-down');
});
$('#windows_hooks li a').click(function (e) {
e.preventDefault();
if ( $(this).parent('li').hasClass('active') ) {