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: %include ../../shared/devtools/widgets.inc.css michael@0: michael@0: .breadcrumbs-widget-item:-moz-focusring > .button-box { michael@0: border-width: 0; michael@0: } michael@0: michael@0: .arrow { michael@0: -moz-appearance: none; michael@0: background: url("chrome://global/skin/tree/twisty-clsd.png") center center no-repeat; michael@0: } michael@0: michael@0: .arrow[open] { michael@0: -moz-appearance: none; michael@0: background-image: url("chrome://global/skin/tree/twisty-open.png"); michael@0: }