diff --git a/css/screen.css b/css/screen.css index 7f5225ec4d..33001f1ade 100644 --- a/css/screen.css +++ b/css/screen.css @@ -35,6 +35,7 @@ .cms .AssetAdmin .cms-content-toolbar .cms-page-add-button { background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f3f3f3), color-stop(100%, #d9d9d9)); background-image: -webkit-linear-gradient(#f3f3f3, #d9d9d9); background-image: -moz-linear-gradient(#f3f3f3, #d9d9d9); background-image: -o-linear-gradient(#f3f3f3, #d9d9d9); background-image: -ms-linear-gradient(#f3f3f3, #d9d9d9); background-image: linear-gradient(#f3f3f3, #d9d9d9); border-color: #c0c0c2; } .cms .AssetAdmin .cms-content-toolbar .cms-page-add-button span.btn-icon-add { height: 17px; } .cms .AssetAdmin .cms-content-toolbar .cms-page-add-button span.ui-button-text { color: #393939; text-shadow: white 0 1px 1px; } +.cms .AssetAdmin #Root_TreeView .cms-tree ul .class-Folder a span.text span.jstree-foldericon { background: url(../images/blue-folder-horizontal.png) no-repeat; width: 16px; height: 16px; float: left; display: block; margin-right: 4px; } .cms .AssetAdmin #Form_EditForm_File td { padding-top: 0; padding-bottom: 0; } .cms .AssetAdmin #Form_EditForm_File td.bottom-all { padding: 0.7em; } .cms .AssetAdmin #Form_EditForm_File td.col-StripThumbnail { padding: 0; width: 32px; height: 32px; display: block; } diff --git a/images/blue-folder-horizontal.png b/images/blue-folder-horizontal.png new file mode 100755 index 0000000000..e38659fbd2 Binary files /dev/null and b/images/blue-folder-horizontal.png differ diff --git a/scss/_AssetAdmin.scss b/scss/_AssetAdmin.scss index 276f69ff61..0230c2d3af 100644 --- a/scss/_AssetAdmin.scss +++ b/scss/_AssetAdmin.scss @@ -67,6 +67,18 @@ } } } + + #Root_TreeView { + .cms-tree ul .class-Folder a span.text span.jstree-foldericon { + background: url(../images/blue-folder-horizontal.png) no-repeat; + width:16px; + height:16px; + float:left; + display:block; + margin-right:4px; + } + } + #Form_EditForm_File { td { // Taken care of by minimum image sizes