Mercurial > MadButterfly
view inkscape/firefox/content/themes/classic/style.css @ 1433:7bd6c0e88ec8
Fix issue of showing image incorrectly.
- It is discussed in ticket #23 that objects are refreshed partially.
- It is actually only for image since multiple image share a image
paint, it will modify sampling matrix when they transforming.
Values of later ones would over-write eariler ones.
- It is fixed by move matrix setting until drawing.
author | Thinker K.F. Li <thinker@codemud.net> |
---|---|
date | Mon, 11 Apr 2011 12:45:20 +0800 |
parents | 4350aa369149 |
children |
line wrap: on
line source
.tree .tree-classic li.open { background-image:url("minus.gif"); background-position:2px 5px; background-repeat: no-repeat; } .tree .tree-classic li.closed, .tree .tree-classic #dragged li.open { background-image:url("plus.gif"); background-position:2px 5px; background-repeat: no-repeat; } .tree .tree-classic li a, .tree .tree-classic li span { border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; } .tree .tree-classic li.open a { background-image:url("folderopen.gif"); } .tree .tree-classic li.closed a { background-image:url("folder.gif"); } .tree .tree-classic li.leaf a { background-image:url("folder.gif"); } .tree .tree-classic li a:hover { background-color:white; border-color:white; } .tree .tree-classic li a.clicked, .tree .tree-classic li span.clicked { background-color:navy; border-color:navy; color:white; } .rtl .tree-classic li.open { background-position:right 5px; margin-right:-3px; padding-right:19px; } .rtl .tree-classic li.closed { background-position:right 5px; margin-right:-3px; padding-right:19px; } .rtl .tree-classic #dragged li.open { background-position: right 5px; }