diff --git a/admin-dev/themes/default/css/admin-theme.sass b/admin-dev/themes/default/css/admin-theme.sass index f249b7d34..e3889b813 100755 --- a/admin-dev/themes/default/css/admin-theme.sass +++ b/admin-dev/themes/default/css/admin-theme.sass @@ -1168,11 +1168,6 @@ fieldset > .row +opacity(1) +scale(1) - -$treeBackgroundHover: lighten(blue,30%) -$treeBackgroundSelect: blue - - .tree padding: 0 0 0 20px list-style: none @@ -1202,61 +1197,6 @@ $treeBackgroundSelect: blue background-color: #ccc +border-radius(6px) -// .tree -// padding: 0 0 0 18px -// .tree-folder -// width: 100% -// min-height: 20px -// cursor: pointer -// margin-top: 1px -// .tree-folder-header -// position: relative -// height: 20px -// +border-radius(6px) -// &:hover -// background-color: $treeBackgroundHover -// i -// position: absolute -// float: left -// top: 1px -// left: 5px -// .tree-folder-name -// padding-left: 29px -// white-space: nowrap -// overflow: hidden -// text-overflow: ellipsis -// .tree-folder-content -// margin-left: 23px -// .tree-item -// position: relative -// width: 100% -// height: 20px -// cursor: pointer -// margin-top: 1px -// &:hover -// background-color: $treeBackgroundHover -// .tree-item-name -// position: absolute -// left: 29px -// .tree-dot -// position: absolute -// top: 8px -// left: 10px -// display: block -// width: 4px -// height: 4px -// background-color: #ccc -// +border-radius(6px) -// .icon-ok -// position: absolute -// top: 1px -// left: 5px -// .tree-selected -// background-color: $treeBackgroundSelect -// &:hover -// background-color: $treeBackgroundSelect - - #carrier_wizard.swMain position: relative display: block diff --git a/admin-dev/themes/default/template/controllers/products/helpers/list/list_header.tpl b/admin-dev/themes/default/template/controllers/products/helpers/list/list_header.tpl index 869aaa2b3..6b51a87aa 100644 --- a/admin-dev/themes/default/template/controllers/products/helpers/list/list_header.tpl +++ b/admin-dev/themes/default/template/controllers/products/helpers/list/list_header.tpl @@ -37,7 +37,6 @@ else location.href = base_url + '&reset_filter_category=1'; }); - // Make sure the checkbox is checked/unchecked when the link is clicked $('#toggle_category_tree').bind('click', function(event){ event.preventDefault(); @@ -51,13 +50,13 @@ } }); }); -