home *** CD-ROM | disk | FTP | other *** search
- @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
- /*Inspector buttons solution*/
-
- /*Inspector Window*/
- #imgURLBarIcon {
- list-style-image: url("chrome://global/skin/icons/bookmark_item.png") !important;
- -moz-image-region: rect(0 48px 16px 32px) !important;
- margin: 2px !important;
- width: 16px !important;
- height: 16px !important;
- }
-
- #btnSelecting {
- list-style-image: url("chrome://browser/skin/extensions/inspector/inspector.png") !important;
- -moz-image-region: rect(0 16px 16px 0) !important;
- }
- #btnSelecting:not([disabled="true"]):hover,
- #btnSelecting[checked="true"]:not([disabled="true"]) {
- -moz-image-region: rect(16px 16px 32px 0) !important;
- }
- #btnSelecting[disabled="true"] {
- -moz-image-region: rect(32px 16px 48px 0) !important;
- }
-
- #tbInspectorPrimary #btnFind {
- list-style-image: url("chrome://browser/skin/extensions/inspector/inspector.png") !important;
- -moz-image-region: rect(0 32px 16px 16px) !important;
- }
- #tbInspectorPrimary #btnFind:not([disabled="true"]):hover {
- -moz-image-region: rect(16px 32px 32px 16px) !important;
- }
- #tbInspectorPrimary #btnFind[disabled="true"] {
- -moz-image-region: rect(32px 32px 48px 16px) !important;
- }
- /*
- #tbInspectorPrimary has to be added, because this #btnFind
- (toolbarbutton) conflicts with the other #btnFind (button)
- of the 'Find in This Page' dialog. This is bad!
- */
-
- /*Panel Set*/
- .viewer-list .toolbarbutton-icon {
- list-style-image: url("chrome://browser/skin/extensions/inspector/inspector.png") !important;
- -moz-image-region: rect(0 48px 16px 32px) !important;
- }
- .viewer-list:not([disabled="true"]):hover .toolbarbutton-icon {
- -moz-image-region: rect(16px 48px 32px 32px) !important;
- }
- .viewer-list[disabled="true"] .toolbarbutton-icon {
- -moz-image-region: rect(32px 48px 48px 32px) !important;
- }
-
- .viewer-menu .toolbarbutton-icon {
- list-style-image: url("chrome://browser/skin/extensions/inspector/inspector.png") !important;
- -moz-image-region: rect(0 64px 16px 48px) !important;
- }
- .viewer-menu:not([disabled="true"]):hover .toolbarbutton-icon {
- -moz-image-region: rect(16px 64px 32px 48px) !important;
- }
- .viewer-menu[disabled="true"] .toolbarbutton-icon {
- -moz-image-region: rect(32px 64px 48px 48px) !important;
- }
-
- /*I have no idea why I put this*/
- .viewer-pane-header{
- -moz-box-align: center;
- }