diff --git a/admin/images/sitetree_ss_default_icons.png b/admin/images/sitetree_ss_default_icons.png index 04c3cf88c27..101351db99d 100644 Binary files a/admin/images/sitetree_ss_default_icons.png and b/admin/images/sitetree_ss_default_icons.png differ diff --git a/admin/scss/_style.scss b/admin/scss/_style.scss index 8939385c7ee..c3548e7497d 100644 --- a/admin/scss/_style.scss +++ b/admin/scss/_style.scss @@ -555,8 +555,8 @@ body.cms { /** * CMS Batch actions */ -.cms-content-batchactions, .cms-content-constructive-actions { - float: right; +.cms-content-constructive-actions { + float: left; } .cms-content-batchactions { diff --git a/scss/GridField.scss b/scss/GridField.scss index dbb0afc88c4..45d8905c082 100644 --- a/scss/GridField.scss +++ b/scss/GridField.scss @@ -92,7 +92,7 @@ $gf_border_radius: 7px; } } &.even { - background: $gf_colour_zebra; + //background: $gf_colour_zebra; } th { diff --git a/thirdparty/jstree/themes/apple/style.css b/thirdparty/jstree/themes/apple/style.css index d0c4163cef0..1df8a9d8325 100644 --- a/thirdparty/jstree/themes/apple/style.css +++ b/thirdparty/jstree/themes/apple/style.css @@ -6,7 +6,7 @@ .jstree-apple > ul { background:url("bg.jpg") left top repeat; } .jstree-apple li, -.jstree-apple ins { background-image:url("d.png"); background-repeat:no-repeat; background-color:transparent; } +.jstree-apple ins {background-color:transparent; } .jstree-apple li { background-position:-90px 0; background-repeat:repeat-y; } .jstree-apple li.jstree-last { background:transparent; } .jstree-apple .jstree-open > ins { background-position:-72px 0; }