michael@0: /* This Source Code Form is subject to the terms of the Mozilla Public michael@0: * License, v. 2.0. If a copy of the MPL was not distributed with this michael@0: * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ michael@0: michael@0: @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); michael@0: michael@0: /** michael@0: * All the properties in this rule are important to avoid having to create michael@0: * a special type of tree. This stylesheet can be loaded into a document with michael@0: * a single tree that is a link tree. Hardly elegant but it's efficient. michael@0: */ michael@0: treeitem[selected="true"] > treerow michael@0: { michael@0: background : transparent !important; michael@0: border : none !important; michael@0: color : -moz-FieldText !important; michael@0: } michael@0: michael@0: treecell:hover michael@0: { michael@0: text-decoration : underline !important; michael@0: color : #000080 !important; michael@0: cursor : pointer; michael@0: } michael@0: michael@0: treecell:hover:active michael@0: { michael@0: text-decoration : underline !important; michael@0: color : red !important; michael@0: } michael@0: michael@0: