Mercurial > MadButterfly
view inkscape/firefox/content/themes/apple/style.css @ 455:58b6337fb3b2
Fix bugs of pending keys of animated menu.
- When more than one pending key, the animation would be stoped.
- Now, we have a cyclic queue to keep at most 15 pending keys to
make sure pending keys being dispatched without stop current animation
program.
author | Thinker K.F. Li <thinker@branda.to> |
---|---|
date | Thu, 06 Aug 2009 13:15:57 +0800 |
parents | 4350aa369149 |
children |
line wrap: on
line source
.tree .tree-apple { margin-left:0; min-width:100%; _width:100%; float:left; } /* .tree .tree-apple { font-family:"Lucida Grande"; font-size:14px; } */ .tree .tree-apple, .tree .tree-apple ul, .tree .tree-apple li.leaf { background-image:none; } .tree .tree-apple { background:url("bg.jpg") left top repeat; } .tree .tree-apple li.open { background-image:url("minus.gif"); } .tree .tree-apple li.closed, .tree .tree-apple #dragged li.open { background-image:url("plus.gif"); } .tree .tree-apple li a { background-image:url("folder.png"); } .rtl .tree-apple li.closed { background-image:url("plus_rtl.gif"); } .rtl .tree-apple #dragged li.open { background-image:url("plus_rtl.gif"); } /* .tree .tree-apple li a, .tree .tree-apple li span { border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; } */ .tree .tree-apple li a:hover { background-color:silver; border-color:silver; color:white; } .tree .tree-apple li a.clicked, .tree .tree-apple li span.clicked { background-color:#2E72DF; border-color:#2E72DF; color:white; }