*
* The Original Code is mozilla.org code.
*
- * The Initial Developer of the Original Code is
+ * The Initial Developer of the Original Code is
* Netscape Communications Corporation.
* Portions created by the Initial Developer are Copyright (C) 1998
* the Initial Developer. All Rights Reserved.
* Contributor(s):
* Ben Goodger <ben@netscape.com>
* Josh Soref <timeless@mac.com>
+ * Dan Cannon <dc2@myrealbox.com>
* Robert Kaiser <KaiRo@KaiRo.at>
*
* 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
+ * 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
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
-/**
- * Style rules for generic bookmarks items.
- */
-
+/**
+ * Style rules for generic bookmarks items.
+ */
+
treechildren::-moz-tree-image(Name) {
padding-right: 2px;
}
-
-.bookmark-item, treechildren::-moz-tree-image(Name) {
+
+.bookmark-item,
+treechildren::-moz-tree-image(Name) {
list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif");
}
-.bookmark-item[container="true"], treechildren::-moz-tree-image(Name, container) {
+.bookmark-item[container="true"],
+treechildren::-moz-tree-image(Name, container) {
list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-closed.gif");
}
-.bookmark-item[container="true"][open="true"], treechildren::-moz-tree-image(Name, open) {
+.bookmark-item[open="true"],
+treechildren::-moz-tree-image(Name, open) {
list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-open.gif");
}
list-style-image: url("chrome://global/skin/icons/loading.gif") !important;
}
-.bookmark-item[status="new"] {
+.bookmark-item[status="new"],
+treechildren::-moz-tree-image(Name, new) {
list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item-updated.gif") !important;
}
height: 16px;
}
-.bookmark-item > .menu-iconic-left > .menu-iconic-icon {
- max-width: 16px;
- max-height: 16px;
-}
-
toolbarbutton.bookmark-item > .toolbarbutton-menu-dropmarker {
display: none;
}
-.tree-cell-icon, .tree-cell-primary-icon {
+.bookmark-item > .toolbarbutton-box > .toolbarbutton-icon {
list-style-image: inherit;
height: 16px;
- max-width: 16px;
- max-height: 16px;
+ width: 16px;
}
treechildren::-moz-tree-twisty(group, hidetwisty) {
*
* The Original Code is mozilla.org code.
*
- * The Initial Developer of the Original Code is
+ * The Initial Developer of the Original Code is
* Netscape Communications Corporation.
* Portions created by the Initial Developer are Copyright (C) 1998
* the Initial Developer. All Rights Reserved.
* Robert Kaiser <KaiRo@KaiRo.at>
*
* 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
+ * 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
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
-/**
- * XXX - disable print plus. This needs to go into ns/!!!
- */
-#navprintplus {
- display: none !important;
-}
-
#status-bar {
height: 1em;
}
-#notification-icon {
- list-style-image: url("chrome://communicator/skin/bookmarks/notification.gif");
-}
-
-#schedule-icon {
- list-style-image: url("chrome://communicator/skin/bookmarks/schedule.gif");
-}
-
#panel-bar,
#search-bar {
border-top: 1px outset #CCD0DD;
/* ::::: Themes ::::: */
#skinsTree {
height: 80px;
-}
+}
*|*.themesLink {
margin-left: 5px;
#previewImageContainer {
padding: 1px;
- height: 92px;
+ height: 92px;
/* background-color: #000000; */
}
#previewImage {
- max-width: 355px;
+ max-width: 355px;
min-width: 355px;
max-height: 85px;
min-height: 85px;
#mouseWheelMode {
width: 9em;
}
-
-/* ::::: Smart Browsing ::::: */
-
-#disabledDomains {
- max-height: 13em;
-}
\ No newline at end of file
*
* The Original Code is mozilla.org code.
*
- * The Initial Developer of the Original Code is
+ * The Initial Developer of the Original Code is
* Netscape Communications Corporation.
* Portions created by the Initial Developer are Copyright (C) 1998
* the Initial Developer. All Rights Reserved.
* Robert Kaiser <KaiRo@KaiRo.at>
*
* 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
+ * 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
padding: 0;
}
-#profiles > listitem {
+treechildren::-moz-tree-image {
+ margin-right: 2px;
list-style-image: url("chrome://communicator/skin/profile/profileicon-large.gif");
}
-#profiles > listitem[rowMigrate="no"] {
+treechildren::-moz-tree-image(rowMigrate-no) {
list-style-image: url("chrome://communicator/skin/profile/migrate.gif");
}
<binding id="sbtab" extends="xul:button">
<content>
<xul:image class="sbtab-twisty" xbl:inherits="selected"/>
- <xul:label class="sbtab-label" xbl:inherits="value=label" crop="right"/>
+ <xul:label class="sbtab-label" xbl:inherits="value=label,accesskey" crop="right"/>
<xul:spacer flex="1"/>
<xul:image class="sbtab-texture"/>
</content>
*
* The Original Code is mozilla.org code.
*
- * The Initial Developer of the Original Code is
+ * The Initial Developer of the Original Code is
* Netscape Communications Corporation.
* Portions created by the Initial Developer are Copyright (C) 1998
* the Initial Developer. All Rights Reserved.
* Robert Kaiser <KaiRo@KaiRo.at>
*
* 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
+ * 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
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
-treehildren {
- cursor: pointer;
+treechildren::-moz-tree-image,
+treechildren::-moz-tree-cell-text {
+ cursor: pointer;
}
--- /dev/null
+/* ***** BEGIN LICENSE BLOCK *****
+ * Version: MPL 1.1/GPL 2.0/LGPL 2.1
+ *
+ * The contents of this file are subject to the Mozilla 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/MPL/
+ *
+ * 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 smiley style rules.
+ *
+ * The Initial Developer of the Original Code is
+ * Mozilla.
+ * Portions created by the Initial Developer are Copyright (C) 2004
+ * the Initial Developer. All Rights Reserved.
+ *
+ * Contributor(s):
+ *
+ * Alternatively, the contents of this file may be used under the terms of
+ * either of 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 MPL, 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 MPL, the GPL or the LGPL.
+ *
+ * ***** END LICENSE BLOCK ***** */
+
+/* ==== smileys.css ====================================================
+ == Style rules to bind smiley image types generated by editor and the mozTxtToHTMLConv
+ == into skinnable images.
+ ========================================================================== */
+
+/* ::::: we also represent smilies inside of spans ::::: */
+
+span.moz-smiley-s1,
+span.moz-smiley-s2,
+span.moz-smiley-s3,
+span.moz-smiley-s4,
+span.moz-smiley-s5,
+span.moz-smiley-s6,
+span.moz-smiley-s7,
+span.moz-smiley-s8,
+span.moz-smiley-s9,
+span.moz-smiley-s10,
+span.moz-smiley-s11,
+span.moz-smiley-s12,
+span.moz-smiley-s13,
+span.moz-smiley-s14,
+span.moz-smiley-s15,
+span.moz-smiley-s16
+{
+ font-size: 17px;
+ padding-left: 20px;
+ margin-left: 2px;
+ margin-top: 2px;
+ background-repeat: no-repeat;
+ -moz-user-select: all;
+ background-position: center center;
+}
+
+span.moz-smiley-s1 > span,
+span.moz-smiley-s2 > span,
+span.moz-smiley-s3 > span,
+span.moz-smiley-s4 > span,
+span.moz-smiley-s5 > span,
+span.moz-smiley-s6 > span,
+span.moz-smiley-s7 > span,
+span.moz-smiley-s8 > span,
+span.moz-smiley-s9 > span,
+span.moz-smiley-s10 > span,
+span.moz-smiley-s11 > span,
+span.moz-smiley-s12 > span,
+span.moz-smiley-s13 > span,
+span.moz-smiley-s14 > span,
+span.moz-smiley-s15 > span,
+span.moz-smiley-s16 > span
+{
+ display: none;
+}
+
+/* smile */
+span.moz-smiley-s1{
+ background-image: url("chrome://communicator/skin/icons/smileys/smile_n.gif");
+}
+
+/* frown */
+span.moz-smiley-s2 {
+ background-image: url("chrome://communicator/skin/icons/smileys/frown_n.gif");
+}
+
+/* wink */
+span.moz-smiley-s3 {
+ background-image: url("chrome://communicator/skin/icons/smileys/wink_n.gif");
+}
+
+/* tongue */
+span.moz-smiley-s4 {
+ background-image: url("chrome://communicator/skin/icons/smileys/tongue_n.gif");
+}
+
+/* laughing */
+span.moz-smiley-s5 {
+ background-image: url("chrome://communicator/skin/icons/smileys/laughing_n.gif");
+}
+
+/* embarassed */
+span.moz-smiley-s6 {
+ background-image: url("chrome://communicator/skin/icons/smileys/embarrassed_n.gif");
+}
+
+/* undecided */
+span.moz-smiley-s7 {
+ background-image: url("chrome://communicator/skin/icons/smileys/undecided_n.gif");
+}
+
+/* suprise */
+span.moz-smiley-s8 {
+ background-image: url("chrome://communicator/skin/icons/smileys/surprise_n.gif");
+}
+
+/* kiss */
+span.moz-smiley-s9 {
+ background-image: url("chrome://communicator/skin/icons/smileys/kiss_n.gif");
+}
+
+/* yell */
+span.moz-smiley-s10 {
+ background-image: url("chrome://communicator/skin/icons/smileys/yell_n.gif");
+}
+
+/* cool */
+span.moz-smiley-s11 {
+ background-image: url("chrome://communicator/skin/icons/smileys/cool_n.gif");
+}
+
+/* money */
+span.moz-smiley-s12 {
+ background-image: url("chrome://communicator/skin/icons/smileys/money_n.gif");
+}
+
+/* foot */
+span.moz-smiley-s13 {
+ background-image: url("chrome://communicator/skin/icons/smileys/foot_n.gif");
+}
+
+/* innocent */
+span.moz-smiley-s14 {
+ background-image: url("chrome://communicator/skin/icons/smileys/innocent_n.gif");
+}
+
+/* cry */
+span.moz-smiley-s15 {
+ background-image: url("chrome://communicator/skin/icons/smileys/cry_n.gif");
+}
+
+/* sealed */
+span.moz-smiley-s16 {
+ background-image: url("chrome://communicator/skin/icons/smileys/sealed_n.gif");
+}
*
* The Original Code is mozilla.org code.
*
- * The Initial Developer of the Original Code is
+ * The Initial Developer of the Original Code is
* Netscape Communications Corporation.
* Portions created by the Initial Developer are Copyright (C) 1998
* the Initial Developer. All Rights Reserved.
* Robert Kaiser <KaiRo@KaiRo.at>
*
* 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
+ * 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
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
-.rect {position:absolute; top:1px; left:1px; height:1px; width:1px; border: 1 solid #0000ff;}
-.cir {position:absolute; top:1px; left:1px; height:1px; width:1px; border: 1 solid #00ff00; -moz-border-radius: 50%;}
+.rect {position:absolute; top:1px; left:1px; height:1px; width:1px; border: 1px solid #0000ff;}
+.cir {position:absolute; top:1px; left:1px; height:1px; width:1px; border: 1px solid #00ff00; -moz-border-radius: 50%;}
.poly {position:absolute; top:0px; left:0px; height:100%; width:100%;}
.point {position:absolute; top:1px; left:1px; height:3px; width:3px; background-color:#ff0000;}
.pointStart {position:absolute; top:1px; left:1px; height:3px; width:3px; background-color:#8000ff;}
*
* The Original Code is mozilla.org code.
*
- * The Initial Developer of the Original Code is
+ * The Initial Developer of the Original Code is
* Netscape Communications Corporation.
* Portions created by the Initial Developer are Copyright (C) 1998
* the Initial Developer. All Rights Reserved.
* Robert Kaiser <KaiRo@KaiRo.at>
*
* 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
+ * 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
#FormatToolbar > toolbarbutton {
min-width: 18px;
}
-
+
#FormatToolbar > toolbarbutton > .toolbarbutton-text {
display: none;
}
#DecreaseFontSizeButton {
list-style-image: url("chrome://editor/skin/icons/dec-font-size.gif");
-}
+}
#DecreaseFontSizeButton[disabled="true"] {
list-style-image: url("chrome://editor/skin/icons/dec-font-size-disabled.gif") !important;
-}
+}
#IncreaseFontSizeButton {
list-style-image: url("chrome://editor/skin/icons/inc-font-size.gif");
-}
+}
#IncreaseFontSizeButton[disabled="true"] {
list-style-image: url("chrome://editor/skin/icons/inc-font-size-disabled.gif") !important;
-}
+}
#boldButton {
- list-style-image: url(chrome://editor/skin/icons/bold.gif);
+ list-style-image: url(chrome://editor/skin/icons/bold.gif);
}
#boldButton[disabled="true"] {
list-style-image: url("chrome://editor/skin/icons/bold-disabled.gif") !important;
-}
+}
#italicButton {
list-style-image: url("chrome://editor/skin/icons/italic.gif");
-}
+}
#italicButton[disabled="true"] {
list-style-image: url("chrome://editor/skin/icons/italic-disabled.gif") !important;
-}
+}
#underlineButton {
list-style-image: url("chrome://editor/skin/icons/underline.gif");
-}
+}
#underlineButton[disabled="true"] {
list-style-image: url("chrome://editor/skin/icons/underline-disabled.gif") !important;
-}
+}
#ulButton {
list-style-image:url("chrome://editor/skin/icons/bullets.gif");
#ulButton[disabled="true"] {
list-style-image: url("chrome://editor/skin/icons/bullets-disabled.gif") !important;
-}
+}
#olButton {
list-style-image: url("chrome://editor/skin/icons/numbers.gif");
#olButton[disabled="true"] {
list-style-image: url("chrome://editor/skin/icons/numbers-disabled.gif") !important;
-}
+}
#outdentButton {
list-style-image: url("chrome://editor/skin/icons/outdent.gif");
-}
+}
#outdentButton[disabled="true"] {
list-style-image: url("chrome://editor/skin/icons/outdent-disabled.gif") !important;
-}
+}
#indentButton {
list-style-image: url("chrome://editor/skin/icons/indent.gif");
-}
+}
#indentButton[disabled="true"] {
list-style-image: url("chrome://editor/skin/icons/indent-disabled.gif") !important;
-}
+}
#align-left-button {
list-style-image: url("chrome://editor/skin/icons/left.gif");
-}
+}
#align-left-button[disabled="true"] {
list-style-image: url("chrome://editor/skin/icons/left-disabled.gif") !important;
-}
+}
#align-center-button {
list-style-image: url("chrome://editor/skin/icons/center.gif");
-}
+}
#align-center-button[disabled="true"] {
list-style-image: url("chrome://editor/skin/icons/center-disabled.gif") !important;
-}
+}
#align-right-button {
list-style-image: url("chrome://editor/skin/icons/right.gif");
-}
+}
#align-right-button[disabled="true"] {
list-style-image: url("chrome://editor/skin/icons/right-disabled.gif") !important;
-}
+}
#align-justify-button {
list-style-image: url("chrome://editor/skin/icons/justify.gif");
#align-justify-button[disabled="true"] {
list-style-image: url("chrome://editor/skin/icons/justify-disabled.gif") !important;
-}
+}
#AlignPopupButton {
list-style-image: url("chrome://editor/skin/icons/align.gif");
}
#smileButtonMenu {
- list-style-image: url("chrome://editor/skin/icons/smile.gif");
+ list-style-image: url("chrome://editor/skin/icons/smile.gif");
}
#smileButtonMenu[disabled="true"] {
#AlignLeftItem {
list-style-image: url("chrome://editor/skin/icons/left.gif");
-}
+}
#AlignCenterItem {
list-style-image: url("chrome://editor/skin/icons/center.gif");
-}
+}
#AlignRightItem {
list-style-image: url("chrome://editor/skin/icons/right.gif");
-}
+}
#AlignJustifyItem {
list-style-image: url("chrome://editor/skin/icons/justify.gif");
/* ..... smiley menu ..... */
.insert-smile > .menu-iconic-left {
- list-style-image: url("chrome://editor/content/images/smile_n.gif");
+ list-style-image: url("chrome://communicator/skin/icons/smileys/smile_n.gif");
}
.insert-tongue > .menu-iconic-left {
- list-style-image: url("chrome://editor/content/images/tongue_n.gif");
+ list-style-image: url("chrome://communicator/skin/icons/smileys/tongue_n.gif");
}
.insert-frown > .menu-iconic-left {
- list-style-image: url("chrome://editor/content/images/frown_n.gif");
+ list-style-image: url("chrome://communicator/skin/icons/smileys/frown_n.gif");
}
.insert-wink > .menu-iconic-left {
- list-style-image: url("chrome://editor/content/images/wink_n.gif");
+ list-style-image: url("chrome://communicator/skin/icons/smileys/wink_n.gif");
}
.insert-laughing > .menu-iconic-left {
- list-style-image: url("chrome://editor/content/images/laughing_n.gif");
+ list-style-image: url("chrome://communicator/skin/icons/smileys/laughing_n.gif");
}
.insert-embarrassed > .menu-iconic-left {
- list-style-image: url("chrome://editor/content/images/embarrassed_n.gif");
+ list-style-image: url("chrome://communicator/skin/icons/smileys/embarrassed_n.gif");
}
.insert-undecided > .menu-iconic-left {
- list-style-image: url("chrome://editor/content/images/undecided_n.gif");
+ list-style-image: url("chrome://communicator/skin/icons/smileys/undecided_n.gif");
}
.insert-surprise > .menu-iconic-left {
- list-style-image: url("chrome://editor/content/images/surprise_n.gif");
+ list-style-image: url("chrome://communicator/skin/icons/smileys/surprise_n.gif");
}
.insert-kiss > .menu-iconic-left {
- list-style-image: url("chrome://editor/content/images/kiss_n.gif");
+ list-style-image: url("chrome://communicator/skin/icons/smileys/kiss_n.gif");
}
.insert-yell > .menu-iconic-left {
- list-style-image: url("chrome://editor/content/images/yell_n.gif");
+ list-style-image: url("chrome://communicator/skin/icons/smileys/yell_n.gif");
}
.insert-cool > .menu-iconic-left {
- list-style-image: url("chrome://editor/content/images/cool_n.gif");
+ list-style-image: url("chrome://communicator/skin/icons/smileys/cool_n.gif");
}
.insert-undecided > .menu-iconic-left {
- list-style-image: url("chrome://editor/content/images/undecided_n.gif");
+ list-style-image: url("chrome://communicator/skin/icons/smileys/undecided_n.gif");
}
.insert-money > .menu-iconic-left {
- list-style-image: url("chrome://editor/content/images/money_n.gif");
+ list-style-image: url("chrome://communicator/skin/icons/smileys/money_n.gif");
}
.insert-foot > .menu-iconic-left {
- list-style-image: url("chrome://editor/content/images/foot_n.gif");
+ list-style-image: url("chrome://communicator/skin/icons/smileys/foot_n.gif");
}
.insert-innocent > .menu-iconic-left {
- list-style-image: url("chrome://editor/content/images/innocent_n.gif");
+ list-style-image: url("chrome://communicator/skin/icons/smileys/innocent_n.gif");
}
.insert-cry > .menu-iconic-left {
- list-style-image: url("chrome://editor/content/images/cry_n.gif");
+ list-style-image: url("chrome://communicator/skin/icons/smileys/cry_n.gif");
}
.insert-sealed > .menu-iconic-left {
- list-style-image: url("chrome://editor/content/images/sealed_n.gif");
+ list-style-image: url("chrome://communicator/skin/icons/smileys/sealed_n.gif");
}
/* ::::: fg/bg color picker ::::: */
margin-right: 3px;
width: 16px;
height: 16px;
- list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item16.gif");
}
-tab[busy] > .tab-icon {
+tab {
+ list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item16.gif");
+}
+
+tab[busy] {
list-style-image: url("chrome://global/skin/icons/loading.gif");
}
/* default checkbox for dialogs */
/* outer frame */
checkbox {
- -moz-box-align: center;
margin: 1px 2px;
- padding: 1px;
+ border-left: 1px transparent;
+ border-right: 1px transparent;
+}
+
+.checkbox-spacer-box {
+ -moz-box-align: center;
+ border-right: 4px solid transparent;
+}
+
+.checkbox-label-center-box {
+ -moz-box-align: center;
}
.checkbox-label-box {
border: 1px solid transparent;
- padding: 0px 1px;
-moz-box-align: center;
}
-.checkbox-icon {
+.checkbox-icon[src] {
margin-right: 2px;
}
/* ..... focused state ..... */
-checkbox:focus > .checkbox-label-box {
+checkbox:focus > .checkbox-label-center-box > .checkbox-label-box {
border: 1px dotted #9999CC;
}
/* ..... disabled state ..... */
-checkbox[disabled="true"] > .checkbox-check {
+checkbox[disabled="true"] > .checkbox-spacer-box > .checkbox-check {
background-color: -moz-Dialog;
}
/* ::::: checkmark image ::::: */
.checkbox-check {
- -moz-box-align: center;
border: 1px inset #CCD0DD;
width: 12px;
height: 12px;
background: transparent 50% 50% no-repeat;
}
-
-checkbox:hover:active > .checkbox-check {
+
+checkbox:hover:active > .checkbox-spacer-box > .checkbox-check {
background-color: transparent;
}
/* ..... checked state ..... */
-checkbox[checked="true"] > .checkbox-check {
+checkbox[checked="true"] > .checkbox-spacer-box > .checkbox-check {
background-image: url("chrome://global/skin/checkbox/cbox-check.gif");
}
-checkbox[checked="true"][disabled="true"] > .checkbox-check {
+checkbox[checked="true"][disabled="true"] > .checkbox-spacer-box > .checkbox-check {
background-image: url("chrome://global/skin/checkbox/cbox-check-disabled.gif") !important
}
*
* The Original Code is mozilla.org code.
*
- * The Initial Developer of the Original Code is
+ * 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.
* Robert Kaiser <KaiRo@KaiRo.at>
*
* 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
+ * 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
/* ::::: XBL bindings ::::: */
+checkbox {
+ -moz-binding: url("chrome://global/content/bindings/checkbox.xml#checkbox-with-spacing");
+}
+
radio {
- -moz-binding: url("chrome://global/skin/globalBindings.xml#radio");
+ -moz-binding: url("chrome://global/skin/globalBindings.xml#radio-with-spacing");
}
menulist > menupopup,
window,
page,
dialog,
-wizard {
+wizard {
background-color: #CCD0DD;
color: #000000;
font: 11px helvetica,arial,tahoma,sans-serif;
page {
padding: 3px;
}
-
+
/* deprecated */
-window.dialog {
+window.dialog {
padding: 8px 10px 10px 8px;
}
-[wait-cursor] {
- cursor: wait !important;
+[wait-cursor] {
+ cursor: wait !important;
}
/* ::::: alert icons :::::*/
.statusbarpanel-iconic {
padding: 0px;
-}
+}
resizer[dir="bottomright"] {
cursor: se-resize;
</content>
</binding>
+ <binding id="radio-with-spacing"
+ extends="chrome://global/skin/globalBindings.xml#radio">
+
+ <content>
+ <xul:hbox class="radio-spacer-box">
+ <xul:hbox class="radio-check-box1" xbl:inherits="selected,checked,disabled">
+ <xul:hbox class="radio-check-box2" flex="1">
+ <xul:image class="radio-check" xbl:inherits="selected,checked,disabled"/>
+ </xul:hbox>
+ </xul:hbox>
+ </xul:hbox>
+ <xul:hbox class="radio-label-center-box" flex="1">
+ <xul:hbox class="radio-label-box" flex="1">
+ <xul:image class="radio-icon" xbl:inherits="src"/>
+ <xul:label class="radio-label" xbl:inherits="xbl:text=label,accesskey,crop" flex="1"/>
+ </xul:hbox>
+ </xul:hbox>
+ </content>
+ </binding>
+
</bindings>
\ No newline at end of file
/* ::::: menu/menuitem ::::: */
-menu,
+menu,
menuitem {
-moz-box-align: center;
color: #000000;
menuitem[default="true"] {
font-weight: bold;
-}
+}
menu[disabled="true"],
menuitem[disabled="true"],
/* ..... internal content .... */
-.menu-text,
+.menu-text,
.menu-iconic-left,
.menu-iconic-text {
margin: 0px 2px 0px 0px !important;
font-weight: inherit;
}
+.menu-description {
+ font-style: italic;
+ color: #808080;
+ margin-left: 1ex !important;
+}
+
.menu-accel,
.menu-iconic-accel {
margin: 0px 2px 0px 7px !important;
/* ::::: menuseparator ::::: */
menuseparator {
- border: 1px inset #CCD0DD;
+ border: 1px inset #CCD0DD;
margin: 2px 0px 2px 0px;
}
menulist > menupopup > menuseparator,
.menulist-menupopup > menuseparator {
- border: 1px inset #CCD0DD;
+ border: 1px inset #CCD0DD;
margin: 2px 0px 2px 0px;
}
margin: 1px 3px !important;
}
+.menulist-description {
+ font-style: italic;
+ color: #808080;
+ margin-left: 1ex !important;
+}
+
/* ..... dropmarker ..... */
.menulist-dropmarker {
.menulist-editable-box {
background-color: #FFFFFF;
- padding: 2px;
+ padding: 2px;
}
html|*.menulist-editable-input {
.menulist-compact > .menulist-label {
margin: 0 3px !important;
text-align: right;
-}
+}
.menulist-compact > .menulist-dropmarker {
margin-left: 2px;
--- /dev/null
+/* ***** BEGIN LICENSE BLOCK *****
+ * Version: MPL 1.1/GPL 2.0/LGPL 2.1
+ *
+ * The contents of this file are subject to the Mozilla 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/MPL/
+ *
+ * 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
+ * the Mozilla Organization.
+ * Portions created by the Initial Developer are Copyright (C) 1998-2002
+ * the Initial Developer. All Rights Reserved.
+ *
+ * Contributor(s):
+ * Robert Kaiser <KaiRo@KaiRo.at>
+ *
+ * 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 MPL, 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 MPL, the GPL or the LGPL.
+ *
+ * ***** END LICENSE BLOCK ***** */
+
+/* ===== plugins.css =====================================================
+ == Styles used by the about:plugins dialog.
+ ======================================================================= */
+
+body {
+ background-color: #FFFFFF;
+ color: #000000;
+ font: 12px helvetica,arial,tahoma,sans-serif;
+}
+
+a:link, a:visited, a:active {
+ color: #336699;
+ text-decoration: underline;
+}
+
+hr {
+ display: none;
+}
+
+div#outside {
+ text-align: justify;
+ width: 90%;
+ margin-left: 5%;
+ margin-right: 5%;
+}
+
+div#plugs {
+ text-align: center;
+ font-size: 24px;
+ font-weight: bold;
+}
+
+div#noplugs {
+ font-size: 18px;
+ font-weight: bold;
+}
+
+div#findmore {
+ margin-top: 2em;
+}
+
+div.plugname {
+ margin-top: 2em;
+ margin-bottom: 1em;
+ font-size: 16px;
+ text-align: left;
+ font-weight: bold;
+}
+
+dl {
+ margin: 0px 0px 3px 0px;
+}
+
+span.label {
+ font-style: italic;
+}
+
+table {
+ background-color: #CCD0DD;
+ color: #000000;
+/* font: message-box; */
+ text-align: left;
+ width: 100%;
+ border: 1px solid #9999CC;
+ border-spacing: 0px;
+}
+
+th {
+ text-align: center;
+ background-color: #666699;
+ color: #CCD0DD;
+}
+
+th + th,
+td + td {
+ border-left: 1px dotted #9999CC;
+}
+
+td {
+ text-align: left;
+ border-top: 1px dotted #9999CC;
+}
+
+th, td {
+ padding: 3px;
+}
+
+th.type, th.suff {
+ width: 20%;
+}
+
+th.desc {
+ width: 50%;
+}
+
+th.enabled {
+ width: 10%;
+}
\ No newline at end of file
background-color : #FFFFCC;
border : 1px outset #FFFFCC;
color: #000000;
- font: smaller;
+ font-size: smaller;
padding: 2px;
max-width: 40em;
}
background-image: url("chrome://global/skin/progressmeter/progressmeter-busy.gif");
background-color: #CCD0DD;
}
-
+
.progress-bar {
min-width: 0px;
background-color: #6699CC;
border: 1px solid #CCD0DD;
background-color: #666699;
min-width: 100px;
+ height: 16px;
}
/* ::::: radio ::::: */
radio {
- -moz-box-align: center;
margin: 1px 2px;
- padding: 1px;
+ border-left: 1px transparent;
+ border-right: 1px transparent;
+}
+
+.radio-spacer-box {
+ -moz-box-align: center;
+ border-right: 4px solid transparent;
+ border-top: 1px;
+ border-bottom: 1px;
+}
+
+.radio-label-center-box {
+ -moz-box-align: center;
}
.radio-label-box {
border: 1px solid transparent;
- padding: 0px 0px 1px 1px;
-moz-box-align: center;
}
-.radio-icon {
+.radio-icon[src] {
margin-right: 2px;
}
/* ..... focused state ..... */
-radio[focused="true"] > .radio-label-box {
+radio[focused="true"] > .radio-label-center-box > .radio-label-box {
border: 1px dotted #9999CC;
}
/* ..... disabled state ..... */
-radio[disabled="true"] {
+radio[disabled="true"] > .radio-spacer-box > .radio-check-box1 {
color: #999999;
}
-
+
/* ::::: checkmark image ::::: */
.radio-check-box1 {
- margin: 1px 0px;
border: 2px outset #CCD0DD;
-moz-border-radius: 50%;
width: 12px;
width: 4px;
height: 4px;
list-style-image: none;
-}
+}
radio:hover:active > .radio-check-box1 {
border: 2px inset #CCD0DD;
}
-radio[disabled="true"]:hover:active .radio-check-box1 {
+radio[disabled="true"]:hover:active > .radio-spacer-box > .radio-check-box1 {
border: 2px outset #CCD0DD;
}
/* ..... selected state ..... */
-radio[selected="true"] > .radio-check-box1 > .radio-check-box2 {
+radio[selected="true"] > .radio-spacer-box > .radio-check-box1 > .radio-check-box2 {
list-style-image: url("chrome://global/skin/radio/radio-check.gif");
}
-
-radio[selected="true"][disabled="true"] > .radio-check-box2 {
+
+radio[selected="true"][disabled="true"] > .radio-spacer-box > .radio-check-box1 > .radio-check-box2 {
list-style-image: url("chrome://global/skin/radio/radio-check-disabled.gif") !important
}
scrollbarbutton:hover:active {
border-style: inset;
padding: 2px 0px 0px 2px;
-}
+}
/* ::::: square at the corner of two scrollbars ::::: */
scrollcorner {
+ -moz-binding: url("chrome://global/content/bindings/scrollbar.xml#scrollbar-base");
+ cursor: default;
background-color: #999999;
}
scrollbarbutton[type="increment"][disabled="true"] {
- background-image: url("chrome://global/skin/scrollbar/button-right-disabled.gif")
+ background-image: url("chrome://global/skin/scrollbar/button-right-disabled.gif")
}
scrollbar[orient="vertical"] > scrollbarbutton[type="increment"] {
}
scrollbarbutton[type="decrement"][disabled="true"] {
- background-image: url("chrome://global/skin/scrollbar/button-left-disabled.gif")
+ background-image: url("chrome://global/skin/scrollbar/button-left-disabled.gif")
}
scrollbar[orient="vertical"] > scrollbarbutton[type="decrement"] {
background: url("chrome://global/skin/scrollbar/slider.gif") scrollbar;
}
- html|div scrollbar[orient="vertical"]
+ html|div scrollbar[orient="vertical"]
{
-moz-appearance: scrollbartrack-vertical;
}
*
* Contributor(s):
* Robert Kaiser <KaiRo@KaiRo.at>
- * Joe Hewitt (hewitt@netscape.com)
+ * Joe Hewitt (hewitt@netscape.com)
* Dean Tessman (dean_tessman@hotmail.com)
*
* Alternatively, the contents of this file may be used under the terms of
/* ::::: tree ::::: */
tree {
- border-spacing: 0px;
+ border-spacing: 0px;
border: 1px inset #CCD0DD;
background-color: #FFFFFF;
- color: #000000;
+ color: #000000;
}
/* ::::: tree focusring ::::: */
/* ::::: tree separator ::::: */
treechildren::-moz-tree-separator {
+ margin-top: 1px;
border: 1px outset #CCD0DD;
+ height: 2px;
}
/* ::::: drop feedback ::::: */
background-color: #FFFFFF;
}
+/* ::::: tree checkbox ::::: */
+
+treechildren::-moz-tree-checkbox {
+ list-style-image: url("chrome://global/skin/tree/checkbox.gif");
+}
+
+treechildren::-moz-tree-checkbox(checked) {
+ list-style-image: url("chrome://global/skin/tree/checkbox-checked.gif");
+}
+
/* ::::: tree progress meter ::::: */
treechildren::-moz-tree-progressmeter {
/* ::::: tree columns ::::: */
-treecol {
+treecol {
-moz-box-align: center;
-moz-box-pack: center;
border: 1px outset #CCD0DD;
padding: 1px 4px;
}
-treecolpicker {
+treecolpicker {
-moz-box-align: center;
-moz-box-pack: center;
border: 1px solid transparent;
.treecol-image {
padding: 1px;
}
-
+
.treecol-text {
margin: 0px !important;
padding: 0px !important;
.treecol-sortdirection {
list-style-image: none;
+ width: 8px; /* The image's width is 7 pixels */
}
.sortDirectionIndicator[sortDirection="ascending"] .treecol-sortdirection {
width: 11px; /* The image's width is 11 pixels */
list-style-image: url("chrome://global/skin/tree/twisty-closed.gif");
}
-
+
treechildren::-moz-tree-twisty(open) {
width: 11px; /* The image's width is 11 pixels */
list-style-image: url("chrome://global/skin/tree/twisty-open.gif");
treechildren.gridlines::-moz-tree-row {
border: none;
}
+
+/* ::::: alternating background ::::: */
+
+treechildren[alternatingbackground="true"]::-moz-tree-row(odd) {
+ background-color: #F5F7FF;
+}
+
+treechildren[alternatingbackground="true"]::-moz-tree-row(odd, selected) {
+ background-color: #A0A0A0;
+}
+
+treechildren[alternatingbackground="true"]::-moz-tree-row(odd, selected, focus) {
+ background-color: #6699CC;
+}
*
* The Original Code is mozilla.org code.
*
- * The Initial Developer of the Original Code is
+ * The Initial Developer of the Original Code is
* Netscape Communications Corporation.
* Portions created by the Initial Developer are Copyright (C) 1998
* the Initial Developer. All Rights Reserved.
* Robert Kaiser <KaiRo@KaiRo.at>
*
* 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
+ * 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
@import url("chrome://messenger/skin/");
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
+@namespace html url("http://www.w3.org/1999/xhtml");
/* ::::: primary toolbar buttons ::::: */
#button-newcard[disabled="true"] {
list-style-image: url("chrome://messenger/skin/addressbook/icons/newcard-disabled.gif") !important;
-}
+}
#button-newlist {
list-style-image: url("chrome://messenger/skin/addressbook/icons/newlist.gif");
#button-newlist[disabled="true"] {
list-style-image: url("chrome://messenger/skin/addressbook/icons/newlist-disabled.gif") !important;
-}
+}
#button-editcard {
list-style-image:url("chrome://messenger/skin/addressbook/icons/person.gif");
#button-editcard[disabled="true"] {
list-style-image: url("chrome://messenger/skin/addressbook/icons/person-disabled.gif") !important;
-}
+}
#button-newmessage {
list-style-image:url("chrome://messenger/skin/addressbook/icons/newmsg.gif");
#button-newmessage[disabled="true"] {
list-style-image: url("chrome://messenger/skin/addressbook/icons/newmsg-disabled.gif") !important;
-}
+}
#button-newim {
list-style-image:url("chrome://messenger/skin/addressbook/icons/im.gif");
#button-newim[disabled="true"] {
list-style-image: url("chrome://messenger/skin/addressbook/icons/im-disabled.gif") !important;
-}
+}
#button-delete {
list-style-image:url("chrome://global/skin/icons/icons/trash.gif");
#button-delete[disabled="true"] {
list-style-image: url("chrome://global/skin/icons/trash-disabled.gif") !important;
-}
+}
/* CardView styles - used in the Card View Pane */
min-width: 120px;
margin: 0px;
}
-
+
.cardViewGroup {
margin-top: 8px;
padding-bottom: 5px;
/* ::::: border adjustments ::::: */
-#dirTree, #abResultsTree {
+#dirTree, #abResultsTree {
border: none;
margin: 0px;
}
*
* The Original Code is mozilla.org code.
*
- * The Initial Developer of the Original Code is
+ * The Initial Developer of the Original Code is
* Netscape Communications Corporation.
* Portions created by the Initial Developer are Copyright (C) 1998
* the Initial Developer. All Rights Reserved.
* Robert Kaiser <KaiRo@KaiRo.at>
*
* 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
+ * 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
list-style-image: url("chrome://messenger/skin/icons/server-remote-lock.gif");
}
+treechildren::-moz-tree-image(folderNameCol, biffState-NewMail, isServer-true, isSecure-true) {
+ list-style-image: url("chrome://messenger/skin/icons/server-remote-lock-new.gif");
+}
+
treechildren::-moz-tree-image(folderNameCol, isServer-true, serverType-none) {
padding-right: 2px;
list-style-image: url("chrome://messenger/skin/icons/server-local.gif");
*
* The Original Code is mozilla.org code.
*
- * The Initial Developer of the Original Code is
+ * The Initial Developer of the Original Code is
* Netscape Communications Corporation.
* Portions created by the Initial Developer are Copyright (C) 1998
* the Initial Developer. All Rights Reserved.
* Robert Kaiser <KaiRo@KaiRo.at>
*
* 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
+ * 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
*
* ***** END LICENSE BLOCK ***** */
+@import url("chrome://communicator/skin/smileys.css");
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
/* ===== messageBody.css =================================================
text-decoration: underline;
}
+span.moz-txt-formfeed {
+ display: block;
+ height: 100%;
+}
+
/* ::::: signature ::::: */
.moz-txt-sig,
.moz-signature > a {
color: #7777FF; /* light blue */
}
-
-/* ::::: smilies ::::: */
-
-span.moz-smiley-s1,
-span.moz-smiley-s2,
-span.moz-smiley-s3,
-span.moz-smiley-s4,
-span.moz-smiley-s5,
-span.moz-smiley-s6,
-span.moz-smiley-s7,
-span.moz-smiley-s8,
-span.moz-smiley-s9,
-span.moz-smiley-s10,
-span.moz-smiley-s11,
-span.moz-smiley-s12,
-span.moz-smiley-s13,
-span.moz-smiley-s14,
-span.moz-smiley-s15,
-span.moz-smiley-s16 {
- min-height: 17px; margin-left: 2px; margin-top: 2px;
- padding-left: 20px;
- background-repeat: no-repeat;
- background-position: center center;
- -moz-user-select: all;
-}
-
-span.moz-smiley-s1 > span,
-span.moz-smiley-s2 > span,
-span.moz-smiley-s3 > span,
-span.moz-smiley-s4 > span,
-span.moz-smiley-s5 > span,
-span.moz-smiley-s6 > span,
-span.moz-smiley-s7 > span,
-span.moz-smiley-s8 > span,
-span.moz-smiley-s9 > span,
-span.moz-smiley-s10 > span,
-span.moz-smiley-s11 > span,
-span.moz-smiley-s12 > span,
-span.moz-smiley-s13 > span,
-span.moz-smiley-s14 > span,
-span.moz-smiley-s15 > span,
-span.moz-smiley-s16 > span {
- display: none;
-}
-
-span.moz-smiley-s1 {
- background-image: url(chrome://editor/content/images/smile_n.gif);
-}
-span.moz-smiley-s2 {
- background-image: url(chrome://editor/content/images/frown_n.gif);
-}
-span.moz-smiley-s3 {
- background-image: url(chrome://editor/content/images/wink_n.gif);
-}
-span.moz-smiley-s4 {
- background-image: url(chrome://editor/content/images/tongue_n.gif);
-}
-span.moz-smiley-s5 {
- background-image: url(chrome://editor/content/images/laughing_n.gif);
-}
-span.moz-smiley-s6 {
- background-image: url(chrome://editor/content/images/embarrassed_n.gif);
-}
-span.moz-smiley-s7 {
- background-image: url(chrome://editor/content/images/undecided_n.gif);
-}
-span.moz-smiley-s8 {
- background-image: url("chrome://editor/content/images/surprise_n.gif");
-}
-span.moz-smiley-s9 {
- background-image: url("chrome://editor/content/images/kiss_n.gif");
-}
-span.moz-smiley-s10 {
- background-image: url("chrome://editor/content/images/yell_n.gif");
-}
-span.moz-smiley-s11 {
- background-image: url("chrome://editor/content/images/cool_n.gif");
-}
-span.moz-smiley-s12 {
- background-image: url("chrome://editor/content/images/money_n.gif");
-}
-span.moz-smiley-s13 {
- background-image: url("chrome://editor/content/images/foot_n.gif");
-}
-span.moz-smiley-s14 {
- background-image: url("chrome://editor/content/images/innocent_n.gif");
-}
-span.moz-smiley-s15 {
- background-image: url("chrome://editor/content/images/cry_n.gif");
-}
-span.moz-smiley-s16 {
- background-image: url("chrome://editor/content/images/sealed_n.gif");
-}
*
* The Original Code is mozilla.org code.
*
- * The Initial Developer of the Original Code is
+ * The Initial Developer of the Original Code is
* Netscape Communications Corporation.
* Portions created by the Initial Developer are Copyright (C) 1998
* the Initial Developer. All Rights Reserved.
* Robert Kaiser <KaiRo@KaiRo.at>
*
* 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
+ * 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
color: #336699;
cursor: pointer;
margin: 0px;
- padding: 0px 1px;
+ padding: 0px 1px;
}
.emailDisplayButton:hover {
width: 12em;
}
-.collapsedHeaderDisplayName {
- margin: 0 .5em 0 .8em;
+.collapsedHeaderDisplayName {
+ margin: 0 .5em 0 .55em;
min-height: 16px;
font-weight: bold;
}
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
-#msgReadSecurityInfo {
- width: 40em;
- max-width: 50em;
-}
-
-#outer_vbox {
- margin: 5px;
-}
-
#signatureLabel {
font-weight: bold;
}
*
* ***** END LICENSE BLOCK ***** */
-/** Contains style definitions for the navigator application
+/** Contains style definitions for the navigator application
**/
@import url("chrome://navigator/content/navigator.css");
#stop-button[disabled="true"] {
list-style-image: url("chrome://global/skin/icons/stop-disabled.gif") !important;
-}
+}
#print-button {
list-style-image: url("chrome://global/skin/icons/print.gif");
}
#fullscreen-exit-button > .toolbarbutton-text {
- display: normal;
+/* display: normal; */
}
/* ::::: small primary toolbar buttons ::::: */
min-width: 0px;
margin: 7px 4px 8px 4px;
}
-
+
#urlbar {
border: 1px solid;
-moz-border-top-colors: #71737A;
-moz-border-bottom-colors: #EFF0F4;
-moz-border-left-colors: #71737A;
margin: 0px 7px 0px 0px;
-}
+}
/* ::::: page proxy icon ::::: */
-
+
#page-proxy-deck,
#page-proxy-favicon,
#page-proxy-button {
}
#page-proxy-button {
- list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif");
+ list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif");
padding-top: 2px;
padding-bottom: 2px;
-}
+}
#page-proxy-favicon {
list-style-image: none;
-}
+}
/* ::::: autocomplete ::::: */
/* ::::: go and searchbuttons ::::: */
-#search-button,
+#search-button,
#go-button {
margin: 0px 3px 0px 0px;
/* min-height: 25px; */
list-style-image:url("chrome://communicator/skin/icons/lock-broken.gif");
}
+#privacy-button {
+ list-style-image: url("chrome://communicator/skin/cookie/taskbar-cookie.gif");
+}
+
#popupIcon {
list-style-image:url("chrome://navigator/skin/icons/popup-blocked.gif");
}