1 /* This Source Code Form is subject to the terms of the Mozilla Public
2 * License, v. 2.0. If a copy of the MPL was not distributed with this
3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
5 @import url("chrome://inspector/skin");
6 @import url("chrome://navigator/skin");
7 @import url("chrome://browser/skin");
23 /* ::::: toolbar buttons ::::: */
26 list-style-image: url("chrome://inspector/skin/btnSelecting.gif");
30 #btnSelecting[checked="true"] {
31 list-style-image: url("chrome://inspector/skin/btnSelecting-act.gif");
34 #btnSelecting[disabled="true"],
35 #btnSelecting[disabled="true"]:hover {
36 list-style-image: url("chrome://inspector/skin/btnSelecting-dis.gif");
40 list-style-image: url("chrome://inspector/skin/btnFind.gif");
44 list-style-image: url("chrome://inspector/skin/btnFind-act.gif");
47 #btnFind[disabled="true"],
48 #btnFind[disabled="true"]:hover {
49 list-style-image: url("chrome://inspector/skin/btnFind-dis.gif");
52 /* HACK: this button has no id !!! */
53 #bxURLBarContainer + toolbarbutton {
58 .viewer-list, .viewer-menu {
59 -moz-user-focus: ignore;