home *** CD-ROM | disk | FTP | other *** search
- /* ***** BEGIN LICENSE BLOCK *****
- * Version: NPL 1.1/GPL 2.0/LGPL 2.1
- *
- * The contents of this file are subject to the Netscape Public License
- * Version 1.1 (the "License"); you may not use this file except in
- * compliance with the License. You may obtain a copy of the License at
- * http://www.mozilla.org/NPL/
- *
- * Software distributed under the License is distributed on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
- * for the specific language governing rights and limitations under the
- * License.
- *
- * The Original Code is mozilla.org code.
- *
- * The Initial Developer of the Original Code is
- * Netscape Communications Corporation.
- * Portions created by the Initial Developer are Copyright (C) 1998-1999
- * the Initial Developer. All Rights Reserved.
- *
- * Contributor(s):
- * Joe Hewitt (hewitt@netscape.com)
- * Jason Kersey (kerz@netscape.com)
- * Pierre Chanial (chanial@noos.fr)
- * Dean Tessman (dean_tessman@hotmail.com)
- * Roman Joost (romanjoost@gmx.de)
- * Victor Nilsson (vervex@home.se)
- *
- * Alternatively, the contents of this file may be used under the terms of
- * either the GNU General Public License Version 2 or later (the "GPL"), or
- * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
- * in which case the provisions of the GPL or the LGPL are applicable instead
- * of those above. If you wish to allow use of your version of this file only
- * under the terms of either the GPL or the LGPL, and not to allow others to
- * use your version of this file under the terms of the NPL, indicate your
- * decision by deleting the provisions above and replace them with the notice
- * and other provisions required by the GPL or the LGPL. If you do not delete
- * the provisions above, a recipient may use your version of this file under
- * the terms of any one of the NPL, the GPL or the LGPL.
- *
- * ***** END LICENSE BLOCK ***** */
-
- @import url("chrome://global/skin/");
-
- @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
-
- #PersonalToolbar {
- min-height: 26px;
- }
-
- /* ::::: bookmark buttons ::::: */
-
- toolbarbutton.bookmark-item {
- margin: 0;
- min-width: 0;
- max-width: 13em;
- padding: 2px 3px;
- color: -moz-DialogText !important;
- }
-
- toolbarbutton.bookmark-item:hover:active,
- toolbarbutton.bookmark-item[open="true"] {
- padding: 3px 2px 1px 4px;
- }
-
- .bookmark-item > .toolbarbutton-icon {
- width: 16px;
- height: 16px;
- }
-
- /* Prevent [mode="icons"] from hiding the label */
- .bookmark-item > .toolbarbutton-text {
- display: -moz-box !important;
- }
-
- .bookmark-item > .toolbarbutton-menu-dropmarker {
- display: none;
- }
-
- .toolbarpaletteitem-box[type="bookmarks-toolbar"][place="palette"] {
- width: 32px;
- height: 32px;
- background: url("chrome://browser/skin/Bookmarks-folder.png") no-repeat;
- }
-
- .bookmarks-toolbar-customize {
- display: none;
- max-width: 15em !important;
- }
-
- toolbarpaletteitem[place="toolbar"] .bookmarks-toolbar-customize {
- display: -moz-box;
- }
-
- toolbarpaletteitem[place="toolbar"] .bookmarks-toolbar-overflow-items {
- visibility: hidden;
- }
-
- toolbarpaletteitem[place="toolbar"] .bookmarks-toolbar-items {
- visibility: hidden;
- }
-
- /* ::::: bookmark menus ::::: */
-
- menu.bookmark-item,
- menuitem.bookmark-item {
- min-width: 0;
- max-width: 26em;
- border-top: 1px solid transparent !important;
- border-bottom: 1px solid transparent !important;
- padding: 1px 3px 1px 2px;
- margin-top: 1px;
- }
-
- .bookmark-item > .menu-iconic-left > .menu-iconic-icon {
- width: 16px;
- height: 16px;
- }
-
- /* ..... drag and drop styles ..... */
-
- .bookmark-item[dragover-left="true"] {
- -moz-border-left-colors: #000000;
- }
- .bookmark-item[dragover-right="true"] {
- -moz-border-right-colors: #000000;
- }
- .bookmark-item[dragover-top="true"] {
- -moz-border-top-colors: #000000;
- }
- .bookmark-item[dragover-bottom="true"] {
- -moz-border-bottom-colors: #000000;
- }
-
- /* ::::: bookmark items ::::: */
-
- .bookmark-item {
- list-style-image: url("chrome://global/skin/icons/folder-item.png") !important;
- -moz-image-region: rect(0px, 16px, 16px, 0px)
- }
-
- .bookmark-item[container="true"] {
- -moz-image-region: rect(0px, 32px, 16px, 16px) !important;
- }
- .bookmark-item[open="true"],
- .bookmark-item[container="true"][open="true"] {
- -moz-image-region: rect(16px, 32px, 32px, 16px) !important;
- }
-
- /* ::::: primary toolbar buttons ::::: */
-
- .toolbarbutton-1 {
- -moz-box-orient: vertical;
- min-width: 0px;
- list-style-image: url("chrome://browser/skin/toolbar.png");
- }
-
- .toolbarbutton-1, .toolbarbutton-menubutton-button {
- padding: 8px 4px 8px 4px;
- }
-
- .toolbarbutton-1:hover:active,
- .toolbarbutton-1[open="true"],
- .toolbarbutton-menubutton-button:hover:active,
- .toolbarbutton-menubutton-button[open="true"] {
- padding: 9px 3px 7px 5px
- }
-
- .toolbarbutton-1[disabled="true"],
- .toolbarbutton-1[disabled="true"]:hover,
- .toolbarbutton-1[disabled="true"]:hover:active,
- .toolbarbutton-1[disabled="true"][open="true"],
- .toolbarbutton-menubutton-button[disabled="true"],
- .toolbarbutton-menubutton-button[disabled="true"]:hover,
- .toolbarbutton-menubutton-button[disabled="true"]:hover:active,
- .toolbarbutton-menubutton-button[disabled="true"][open="true"] {
- padding: 8px 4px 8px 4px;
- }
-
- .toolbarbutton-1[checked="true"],
- .toolbarbutton-menubutton-button[checked="true"] {
- padding: 9px 3px 7px 5px !important;
- }
-
- .toolbarbutton-menubutton-button,
- .toolbarbutton-menubutton-button:hover,
- .toolbarbutton-menubutton-button[buttonover="true"] {
- padding-left: 8px;
- }
-
- .toolbarbutton-menubutton-button:hover:active,
- .toolbarbutton-menubutton-button[open="true"],
- .toolbarbutton-menubutton-button[checked="true"] {
- padding-left: 9px;
- }
-
-
- .toolbarbutton-menubutton-button[disabled="true"],
- .toolbarbutton-menubutton-button[disabled="true"]:hover,
- .toolbarbutton-menubutton-button[disabled="true"]:hover:active,
- .toolbarbutton-menubutton-button[disabled="true"][open="true"] {
- padding-left: 8px;
- }
-
- toolbarbutton:not([disabled="true"]):hover,
- menubutton:not([disabled="true"]):hover,
- toolbarbutton:not([disabled="true"]):hover:active,
- menubutton:not([disabled="true"]):hover:active {
- color: ButtonText !important;
- }
-
- .toolbarbutton-menubutton-stack,
- .toolbarbutton-menubutton-button,
- .toolbarbutton-menubutton-stack:hover,
- .toolbarbutton-menubutton-button:hover,
- .toolbarbutton-menubutton-stack:hover:active,
- .toolbarbutton-menubutton-button:hover:active {
- margin: 0 !important;
- display: -moz-box;
- }
-
- toolbar[mode="icons"] .toolbarbutton-text {
- display: none;
- }
-
- toolbar[mode="text"] .toolbarbutton-icon {
- display: none;
- }
-
- toolbar[mode="text"] .toolbarbutton-text {
- padding: 0 !important;
- margin: 3px 5px !important;
- }
-
- /* workaround */
- toolbar[mode="text"] toolbarbutton[type="menu"] .toolbarbutton-text {
- margin: 2px 5px 4px 5px !important;
- }
-
- /* Smaller padding on toolbar buttons in text mode */
-
- toolbar[mode="text"] .toolbarbutton-1,
- toolbar[mode="text"] .toolbarbutton-menubutton-button {
- padding: 3px;
- }
-
- toolbar[mode="text"] .toolbarbutton-1:hover:active,
- toolbar[mode="text"] .toolbarbutton-1[open="true"],
- toolbar[mode="text"] .toolbarbutton-menubutton-button:hover:active,
- toolbar[mode="text"] .toolbarbutton-menubutton-button[open="true"] {
- padding: 4px 2px 2px 4px;
- }
-
- toolbar[mode="text"] .toolbarbutton-1[disabled="true"],
- toolbar[mode="text"] .toolbarbutton-1[disabled="true"]:hover,
- toolbar[mode="text"] .toolbarbutton-1[disabled="true"]:hover:active,
- toolbar[mode="text"] .toolbarbutton-1[disabled="true"][open="true"],
- toolbar[mode="text"] .toolbarbutton-menubutton-button[disabled="true"],
- toolbar[mode="text"] .toolbarbutton-menubutton-button[disabled="true"]:hover,
- toolbar[mode="text"] .toolbarbutton-menubutton-button[disabled="true"]:hover:active,
- toolbar[mode="text"] .toolbarbutton-menubutton-button[disabled="true"][open="true"] {
- padding: 3px;
- }
-
- toolbar[mode="text"] .toolbarbutton-1[checked="true"],
- toolbar[mode="text"] .toolbarbutton-menubutton-button[checked="true"] {
- padding: 4px 2px 2px 4px !important;
- }
-
- #back-button {
- -moz-image-region: rect(0px 20px 20px 0px);
- }
- #back-button[buttonover="true"] {
- -moz-image-region: rect(20px 20px 40px 0px);
- }
- #back-button[disabled="true"] {
- -moz-image-region: rect(40px 20px 60px 0px);
- }
-
- #forward-button {
- -moz-image-region: rect(0px 40px 20px 20px);
- }
- #forward-button[buttonover="true"] {
- -moz-image-region: rect(20px 40px 40px 20px);
- }
- #forward-button[disabled="true"] {
- -moz-image-region: rect(40px 40px 60px 20px) !important;
- }
-
- #reload-button {
- -moz-image-region: rect(0px 80px 20px 60px);
- }
- #reload-button:hover {
- -moz-image-region: rect(20px 80px 40px 60px);
- }
- #reload-button[disabled="true"] {
- -moz-image-region: rect(40px 80px 60px 60px) !important;
- }
-
- #stop-button {
- -moz-image-region: rect(0px 60px 20px 40px);
- }
- #stop-button:hover {
- -moz-image-region: rect(20px 60px 40px 40px);
- }
- #stop-button[disabled="true"] {
- -moz-image-region: rect(40px 60px 60px 40px) !important;
- }
-
- #home-button {
- -moz-image-region: rect(0px 100px 20px 80px);
- }
- #home-button:hover {
- -moz-image-region: rect(20px 100px 40px 80px);
- }
-
- #print-button {
- -moz-image-region: rect(0px 180px 20px 160px);
- }
- #print-button:hover {
- -moz-image-region: rect(20px 180px 40px 160px);
- }
- #print-button[disabled="true"] {
- -moz-image-region: rect(40px 180px 60px 160px);
- }
-
- #downloads-button {
- -moz-image-region: rect(0px 120px 20px 100px);
- }
- #downloads-button:hover,
- #downloads-button[checked="true"] {
- -moz-image-region: rect(20px 120px 40px 100px);
- }
- #downloads-button[disabled="true"] {
- -moz-image-region: rect(40px 120px 60px 100px) !important;
- }
-
- #new-tab-button {
- -moz-image-region: rect(0px 200px 20px 180px);
- }
- #new-tab-button:hover,
- #new-tab-button[checked="true"] {
- -moz-image-region: rect(20px 200px 40px 180px);
- }
- #new-tab-button[disabled="true"] {
- -moz-image-region: rect(40px 200px 60px 180px) !important;
- }
-
- #new-window-button {
- -moz-image-region: rect(0px 220px 20px 200px);
- }
- #new-window-button:hover,
- #new-window-button[checked="true"] {
- -moz-image-region: rect(20px 220px 40px 200px);
- }
- #new-window-button[disabled="true"] {
- -moz-image-region: rect(40px 220px 60px 200px) !important;
- }
-
- #bookmarks-button {
- -moz-image-region: rect(0px 160px 20px 140px);
- }
- #bookmarks-button:hover,
- #bookmarks-button[checked="true"] {
- -moz-image-region: rect(20px 160px 40px 140px);
- }
- #bookmarks-button[disabled="true"] {
- -moz-image-region: rect(40px 160px 60px 140px) !important;
- }
-
- #history-button {
- -moz-image-region: rect(0px 140px 20px 120px);
- }
- #history-button:hover,
- #history-button[checked="true"] {
- -moz-image-region: rect(20px 140px 40px 120px);
- }
- #history-button[disabled="true"] {
- -moz-image-region: rect(40px 140px 60px 120px) !important;
- }
-
- #cut-button {
- -moz-image-region: rect(0px 240px 20px 220px);
- }
- #cut-button:hover,
- #cut-button[checked="true"] {
- -moz-image-region: rect(20px 240px 40px 220px);
- }
- #cut-button[disabled="true"] {
- -moz-image-region: rect(40px 240px 60px 220px) !important;
- }
-
- #copy-button {
- -moz-image-region: rect(0px 260px 20px 240px);
- }
- #copy-button:hover,
- #copy-button[checked="true"] {
- -moz-image-region: rect(20px 260px 40px 240px);
- }
- #copy-button[disabled="true"] {
- -moz-image-region: rect(40px 260px 60px 240px) !important;
- }
-
- #paste-button {
- -moz-image-region: rect(0px 280px 20px 260px);
- }
- #paste-button:hover,
- #paste-button[checked="true"] {
- -moz-image-region: rect(20px 280px 40px 260px);
- }
- #paste-button[disabled="true"] {
- -moz-image-region: rect(40px 280px 60px 260px) !important;
- }
-
- #mail-button {
- -moz-image-region: rect(0px 300px 20px 280px);
- }
- #mail-button:hover,
- #mail-button[checked="true"] {
- -moz-image-region: rect(20px 300px 40px 280px);
- }
- #mail-button[disabled="true"] {
- -moz-image-region: rect(40px 300px 60px 280px);
- }
-
- /* ::::: small primary toolbar buttons ::::: */
-
- /* Smaller padding on small toolbar buttons */
-
- toolbar[iconsize="small"] .toolbarbutton-1,
- toolbar[iconsize="small"] .toolbarbutton-menubutton-button {
- padding: 1px;
- }
-
- toolbar[iconsize="small"] .toolbarbutton-1:hover:active,
- toolbar[iconsize="small"] .toolbarbutton-1[open="true"],
- toolbar[iconsize="small"] .toolbarbutton-menubutton-button:hover:active,
- toolbar[iconsize="small"] .toolbarbutton-menubutton-button[open="true"] {
- padding: 4px 2px 2px 4px;
- }
-
- toolbar[iconsize="small"] .toolbarbutton-1[disabled="true"],
- toolbar[iconsize="small"] .toolbarbutton-1[disabled="true"]:hover,
- toolbar[iconsize="small"] .toolbarbutton-1[disabled="true"]:hover:active,
- toolbar[iconsize="small"] .toolbarbutton-1[disabled="true"][open="true"],
- toolbar[iconsize="small"] .toolbarbutton-menubutton-button[disabled="true"],
- toolbar[iconsize="small"] .toolbarbutton-menubutton-button[disabled="true"]:hover,
- toolbar[iconsize="small"] .toolbarbutton-menubutton-button[disabled="true"]:hover:active,
- toolbar[iconsize="small"] .toolbarbutton-menubutton-button[disabled="true"][open="true"] {
- padding: 1px;
- }
-
- toolbar[iconsize="small"] .toolbarbutton-1[checked="true"],
- toolbar[iconsize="small"] .toolbarbutton-menubutton-button[checked="true"] {
- padding: 4px 2px 2px 4px !important;
- }
-
- .toolbarbutton-1[type="menu-button"],
- .toolbarbutton-1[type="menu-button"]:hover,
- .toolbarbutton-1[type="menu-button"]:hover:active,
- .toolbarbutton-1[type="menu-button"][open="true"],
- .toolbarbutton-1[type="menu-button"][disabled="true"],
- .toolbarbutton-1[type="menu-button"][disabled="true"]:hover,
- .toolbarbutton-1[type="menu-button"][disabled="true"]:hover:active {
- padding: 0 !important;
- }
-
- /* ::::: fullscreen window controls ::::: */
-
- #window-controls {
- -moz-box-align: center;
- padding: 0 2px 0 4px;
- border-left: 2px solid;
- -moz-border-left-colors: ThreeDHighlight ThreeDShadow;
- }
-
- #minimize-button {
- list-style-image: url("chrome://global/skin/icons/window-controls.gif");
- -moz-image-region: rect(0px, 10px, 9px, 0px);
- }
- #restore-button {
- list-style-image: url("chrome://global/skin/icons/window-controls.gif");
- -moz-image-region: rect(0px, 20px, 9px, 10px);
- }
- #close-button {
- list-style-image: url("chrome://global/skin/icons/window-controls.gif");
- -moz-image-region: rect(0px, 30px, 9px, 20px);
- }
-
- /* ::::: nav-bar-inner ::::: */
-
- #urlbar {
- margin: 2px 3px;
- }
-
- #search-bar {
- width: 12em;
- }
-
- /* ::::: page proxy icon ::::: */
-
- #page-proxy-deck,
- #page-proxy-favicon,
- #page-proxy-button {
- width: 16px;
- height: 16px;
- }
-
- #page-proxy-deck {
- cursor: -moz-grab;
- margin: 2px 3px;
- }
-
- #page-proxy-favicon {
- list-style-image: none;
- }
-
- #page-proxy-button {
- list-style-image: url("chrome://global/skin/icons/folder-item.png") !important;
- -moz-image-region: rect(0px, 16px, 16px, 0px);}
-
- #page-proxy-button[pageproxystate="invalid"] {
- cursor: default;
- -moz-image-region: rect(32px, 16px, 48px, 0px) !important;
- }
-
-
- statusbarpanel#statusbar-display {
- padding-left: 0;
- }
-
- /* ::::: search-bar :::::
- * Only for 0.8-0.9.1+ back compatibility, searchbar.css is now used instead */
-
- #search-proxy-button {
- margin-top: 2px;
- margin-bottom: 1px;
- }
-
- .search-proxy-button-image {
- margin: 0px;
- list-style-image: url("chrome://browser/skin/search-bar.png");
- }
-
- .search-proxy-button-dropmarker {
- margin-left: 12px;
- margin-top: 8px;
- list-style-image: url("chrome://browser/skin/search-arrow.gif");
- }
-
- /* for 0.8-0.9 back compatibility */
- #__PhoenixFindInPage {
- list-style-image: url("chrome://browser/skin/search-bar.png");
- }
-
- /* ::::: autocomplete ::::: */
-
- .autocomplete-treebody::-moz-tree-cell-text(treecolAutoCompleteComment) {
- color: #555566;
- }
-
-
- /* ::::: go button ::::: */
-
- /* In Firefox 0.9.1+ the go button became a "toolbarbutton" (instead of a
- "button"), which makes most of this code unnecessary, but it's still there
- for back compatibility */
-
- #go-button,
- #go-container {
- -moz-appearance: none;
- background-color: transparent;
- margin: 0;
- padding: 2px;
- min-width: 0;
- list-style-image: url("chrome://browser/skin/Go.png");
- -moz-image-region: rect(0px, 20px, 20px, 0px);
- }
-
- #go-button {
- -moz-appearance: toolbarbutton;
- border-width: 1px !important;
- -moz-border-top-colors: transparent;
- -moz-border-right-colors: transparent;
- -moz-border-bottom-colors: transparent;
- -moz-border-left-colors: transparent;
- -moz-appearance: toolbarbutton;
- }
-
- #go-button:hover {
- -moz-border-top-colors: ThreeDHighlight;
- -moz-border-right-colors: ThreeDShadow;
- -moz-border-bottom-colors: ThreeDShadow;
- -moz-border-left-colors: ThreeDHighlight;
- -moz-image-region: rect(0px, 40px, 20px, 20px);
- }
-
- #go-button:hover:active {
- -moz-border-top-colors: ThreeDShadow;
- -moz-border-right-colors: ThreeDHighlight;
- -moz-border-bottom-colors: ThreeDHighlight;
- -moz-border-left-colors: ThreeDShadow;
- }
-
- #go-button[disabled="true"] {
- -moz-image-region: rect(0px, 60px, 20px, 40px);
- border-color: transparent;
- }
-
- #go-button > .button-box > .button-text {
- margin-left: 5px !important;
- display: inline !important;
- }
-
- #go-button > .button-box {
- border: none;
- }
-
- #go-button > .toolbarbutton-text {
- display: -moz-box !important;
- }
-
- #sidebar {
- background-color: Window;
- }
-
- /* ::::: content area ::::: */
-
- #status-bar {
- border-top: none;
- }
-
- #security-button {
- display: none;
- }
-
- #security-button[level="high"], #security-button[level="low"] {
- list-style-image: url("chrome://browser/skin/lock-secure.png");
- display: -moz-box;
- padding: 0px 3px 0px 3px;
- }
-
- #security-button[level="broken"] {
- list-style-image: url("chrome://browser/skin/lock-broken.png");
- display: -moz-box;
- padding: 0px 3px 0px 3px;
- }
-
- #page-report-button {
- display: none;
- }
-
- #page-report-button[blocked] {
- list-style-image: url("chrome://browser/skin/popup-blocked.png");
- display: -moz-box;
- padding: 0px 3px 0px 3px;
- }
-
- #page-theme-button {
- display: none;
- }
-
- #page-theme-button[themes] {
- display: -moz-box;
- padding: 0px 3px 0px 3px;
- list-style-image: url("chrome://browser/skin/page-themes.png");
- }
-
- #livemark-button {
- display: none;
- }
-
- #livemark-button[livemarks] {
- display: -moz-box;
- list-style-image: url("chrome://browser/skin/page-livemarks.png");
- padding: 0px 3px 0px 3px;
- }
-
-
- /* ::::: throbber ::::: */
-
- #navigator-throbber {
- -moz-appearance: none;
- -moz-user-focus: ignore;
- margin: 0 !important;
- border: none !important;
- padding: 0px !important;
- min-width: 0;
- background-color: transparent;
- list-style-image: url("chrome://browser/skin/throbber16-single.gif");
- }
-
- #navigator-throbber[busy="true"] {
- list-style-image: url("chrome://browser/skin/throbber16-anim.gif");
- }
-
- toolbar[iconsize="small"] #navigator-throbber,
- toolbar[mode="text"] #navigator-throbber {
- list-style-image: url("chrome://browser/skin/throbber16-single.gif");
- }
- toolbar[iconsize="small"] #navigator-throbber[busy="true"],
- toolbar[mode="text"] #navigator-throbber[busy="true"] {
- list-style-image: url("chrome://browser/skin/throbber16-anim.gif");
- }
-
- .tabs-closebutton {
- list-style-image: url("chrome://global/skin/icons/close-button.gif");
- }
-
- #content .tabs-closebutton {
- list-style-image: url("chrome://browser/skin/tab-close.png");
- -moz-image-region: rect(0px, 16px, 14px, 0px);
- }
- #content .tabs-closebutton:hover {
- -moz-image-region: rect(0px, 32px, 14px, 16px);
- }
-
- .tabs-newbutton {
- list-style-image: url("chrome://browser/skin/tab-new.png") !important;
- -moz-image-region: rect(0px, 16px, 14px, 0px) !important;
- margin: 2px 3px 2px 3px;
- }
- .tabs-newbutton:hover {
- -moz-image-region: rect(0px, 32px, 14px, 16px) !important;
- }
-
- toolbarbutton.chevron {
- list-style-image: url("chrome://global/skin/toolbar/chevron.gif") !important;
- }
-
- toolbarbutton.chevron > .toolbarbutton-menu-dropmarker {
- display: none;
- }
-
- toolbar[mode="text"] > #window-controls > toolbarbutton > .toolbarbutton-icon {
- display: -moz-box;
- }
-
- toolbar[mode="text"] > #window-controls > toolbarbutton > .toolbarbutton-text {
- display: none;
- }
-
- #sidebar-throbber[loading="true"] {
- list-style-image: url(chrome://global/skin/icons/loading.gif);
- }
-
-
- #find-previous
- {
- list-style-image: url("chrome://browser/skin/find.png");
- -moz-image-region: rect(0px 16px 16px 0px);
- }
-
- #find-previous[disabled="true"]
- {
- -moz-image-region: rect(0px 48px 16px 32px) !important;
- }
-
- #find-previous:hover
- {
- -moz-image-region: rect(0px 32px 16px 16px);
- }
-
- #find-next
- {
- list-style-image: url("chrome://browser/skin/find.png");
- -moz-image-region: rect(16px 16px 32px 0px);
- }
-
- #find-next[disabled="true"]
- {
- -moz-image-region: rect(16px 48px 32px 32px) !important;
- }
-
- #find-next:hover
- {
- -moz-image-region: rect(16px 32px 32px 16px);
- }
-
- #find-status-icon
- {
- list-style-image: none;
- margin: 1px 0px 0px 12px;
- width: 16px;
- height: 16px;
- }
-
- #find-status
- {
- margin: 1px 0px 0px 5px;
- }
-
- #find-status-icon[status="notfound"]
- {
- list-style-image: url("chrome://mozapps/skin/shared/extensionalert.png");
- -moz-image-region: rect(0px 48px 16px 32px);
- }
-
- #find-field {
- -moz-appearance: none;
- border: none;
- margin: 0px;
- }
-
- #find-field[status="notfound"]
- {
- background-color: #FF6666;
- color: #FFFFFF;
- }
-
- #find-status-icon[status="wrapped"]
- {
- list-style-image: url("chrome://mozapps/skin/shared/extensionalert.png");
- -moz-image-region: rect(0px 32px 16px 16px);
- }
-
- #highlight
- {
- list-style-image: url("chrome://browser/skin/highlight.png");
- -moz-image-region: rect(0px 16px 16px 0px);
- }
-
- #highlight:hover
- {
- -moz-image-region: rect(0px 32px 16px 16px);
- }
-
- #highlight[disabled="true"]
- {
- -moz-image-region: rect(0px 48px 16px 32px) !important;
- }
-
- #highlight:active, #highlight[checked="true"] {
- -moz-image-region: rect(0px 32px 16px 16px);
- }
-
- #FindToolbar {
- border: none;
- border-top: 1px solid ThreeDShadow;
- }
-
- #find-field-container {
- -moz-appearance: textfield;
- }
-
- #FindToolbar[flash="true"] > #find-field-container > #find-field {
- background-color: yellow;
- }
-
- /* ::::: web developer toolbar ::::: */
- .webdeveloper-toolbar-button
- {
- list-style-image: url("chrome://mozapps/skin/webdeveloper/webdev-toolbar.png") !important;
- }
- .webdeveloper-statusbar-button
- {
- list-style-image: url("chrome://mozapps/skin/webdeveloper/webdev-statusbar.png") !important;
- }
- .webdeveloper-sidebar-button
- {
- list-style-image: url("chrome://mozapps/skin/webdeveloper/webdev-sidebar.png") !important;
- }
-
-