DO NOT DOWNLOAD. NO MATTER HOW PRETTY IT LOOKS

Adding better tree hover styles. Looking very Win7 now

[TFS Changeset #64555]
This commit is contained in:
slace
2010-03-08 11:01:55 +00:00
parent 4e989680b1
commit cfb17900d9
3 changed files with 5 additions and 2 deletions

View File

@@ -1446,6 +1446,7 @@
<Content Include="config\splashes\booting.aspx" />
<Content Include="config\splashes\noNodes.aspx" />
<Content Include="config\splashes\worker.png" />
<Content Include="umbraco_client\Tree\Themes\umbraco\arrows.png" />
<Content Include="web.config.EQUIUM-SAT1.xslt" />
<Content Include="web.config.INDIGO64.xslt" />
<Content Include="web.config.NIBBLE-LAPTOP.xslt" />

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

@@ -29,8 +29,10 @@
.tree-umbraco li { padding-left:0px; }
.tree-umbraco li li { padding-left: 15px; }
.tree-umbraco li.open { background-image:none; }
.tree-umbraco li li.open { background:url("icons.png") -32px -48px no-repeat; }
.tree-umbraco li.closed, #jstree-dragged.tree-default li li.open { background:url("icons.png") -48px -32px no-repeat; }
.tree-umbraco li li.open { background:url("arrows.png") -18px -43px no-repeat; }
.tree-umbraco li li:hover.open { background-position: -2px -43px; }
.tree-umbraco li.closed, #jstree-dragged.tree-default li li.open { background:url("arrows.png") 0px -20px no-repeat; }
.tree-umbraco li:hover.closed, #jstree-dragged.tree-default li li:hover.open { background-position:0px 2px; }
/* Ensure no sprite is loaded */
.tree-umbraco li a.noSpr, .tree-umbraco li a.noSpr:hover
{