======================================================================= */
/* ::::: bookmark toolbar buttons ::::: */
-
+
toolbarbutton.bookmark-item {
cursor: pointer;
min-width: 0px;
display: none;
}
+.bookmark-item > .menu-iconic-left > .menu-iconic-icon {
+ width: 16px;
+ height: 16px;
+}
+
.bookmark-group {
list-style-image: url(chrome://communicator/skin/bookmarks/bookmark-group.gif) !important;
}
@import url("chrome://communicator/content/communicator.css");
@import url("chrome://communicator/skin/brand.css");
@import url("chrome://communicator/skin/button.css");
-@import url("chrome://communicator/skin/formatting.css");
/* the line below is only LCARStrek */
@import url("chrome://communicator/skin/toolbar.css");
========================================================================== */
.toolbar-primary {
- -moz-binding: url("chrome://global/skin/globalBindings.xml#toolbar-primary");
+ -moz-binding: url("chrome://communicator/content/bindings/toolbar.xml#grippytoolbar-primary");
}
#offline-status[offline="true"] {
#findButton[disabled="true"] {
list-style-image: url("chrome://editor/skin/icons/find-disabled.gif") !important;
}
-
-#formButton {
- list-style-image: url("chrome://editor/skin/icons/form.gif");
-}
-
-#formButton:hover,
-#formButton:hover:active {
- list-style-image: url("chrome://editor/skin/icons/form-hover.gif");
-}
-
-#formButton[disabled="true"] {
- list-style-image: url("chrome://editor/skin/icons/form-disabled.gif") !important;
-}
/* ::::: history button ::::: */
.autocomplete-history-dropmarker {
- -moz-box-align: center;
- -moz-box-pack: center;
min-width: 15px;
min-height: 15px;
- border: none;
- border-left: 1px solid #9C9CFF;
background-color: #000000;
- padding: 1px;
- list-style-image: url("chrome://global/skin/arrow/arrow-down.gif");
-moz-border-radius: 0px 3px 3px 0px;
}
-.autocomplete-history-dropmarker:hover {
- background-color: #FFCF00;
- list-style-image: url("chrome://global/skin/arrow/arrow-down-hover.gif");
-}
-
+.autocomplete-history-dropmarker,
+.autocomplete-history-dropmarker:hover,
.autocomplete-history-dropmarker:hover:active,
.autocomplete-history-dropmarker[open="true"] {
- background-color: #FF9F00;
- list-style-image: url("chrome://global/skin/arrow/arrow-down-hover.gif");
- padding: 2px 0px 0px 2px;
+ border: none;
+ border-left: 1px solid #9C9CFF;
}
/* ::::: autocomplete popups ::::: */
.button-menubutton-dropmarker {
-moz-border-radius: 3px;
margin: 1px;
- background-image: url("chrome://global/skin/arrow/arrow-down.gif");
min-width: 11px;
min-height: 11px;
}
-.button-menu-dropmarker:hover,
-.button-menubutton-dropmarker:hover {
- background-image: url("chrome://global/skin/arrow/arrow-down-hover.gif");
-}
-
-.button-menu-dropmarker[disabled="true"],
-.button-menubutton-dropmarker[disabled="true"] {
- background-image: url("chrome://global/skin/arrow/arrow-down-disabled.gif") !important;
-}
-
-.button-menubutton-dropmarker[open="true"] {
- margin: 2px 0px 0px 2px;
-}
-
/* ::::: plain buttons ::::: */
button.plain {
--- /dev/null
+dropmarker {
+ min-width: 11px;
+ -moz-box-align: center;
+ -moz-box-pack: center;
+ border: 1px solid #FF9F00;
+ background-color: #000000;
+ padding: 1px;
+ list-style-image: url("chrome://global/skin/arrow/arrow-down.gif");
+}
+
+dropmarker:hover {
+ background-color: #FFCF00;
+ border: 1px solid #FFCF00;
+ list-style-image: url("chrome://global/skin/arrow/arrow-down-hover.gif");
+}
+
+dropmarker:hover:active,
+dropmarker[open="true"] {
+ background-color: #FF9F00;
+ padding: 2px 0 0 2px;
+ list-style-image: url("chrome://global/skin/arrow/arrow-down-hover.gif");
+}
+
+dropmarker[disabled="true"] {
+ list-style-image: url("chrome://global/skin/arrow/arrow-down-disabled.gif");
+ border: 1px solid #8050B0 !important;
+ background-color: #000000 !important;
+ padding: 1px !important;
+}
/* border: 1px inset #FF9F00;
margin: 0px 5px 5px 5px; */
}
-
+
.box-inset {
-moz-border-radius: 3px;
margin: 2px 4px;
.groove-top {
border-top: 2px groove #FF9F00;
}
-
+
.groove-right {
border-right: 2px groove #FF9F00;
}
-
+
.groove-left {
border-left: 2px groove #FF9F00;
}
-
+
.groove-bottom {
- border-bottom: 2px groove #FF9F00;;
+ border-bottom: 2px groove #FF9F00;
}
-
+
.outset {
/* border: 1px outset #FF9F00; */
}
separator, separator[orient="horizontal"] {
height: 1.5em;
}
-
+
separator[orient="vertical"] {
width: 1.5em;
}
separator.thin, separator.thin[orient="horizontal"] {
height: 0.5em;
}
-
+
separator.thin[orient="vertical"] {
width: 0.5em;
}
margin-top: 0.4em;
margin-bottom: 0.4em;
}
-
+
separator.groove[orient="vertical"] {
border-left: 2px groove #FF9F00;
margin-left: 0.4em;
margin-right: 0.4em;
}
-
-/* groove separators (0 padding, for dividing effects) */
+
+/* groove separators (0 padding, for dividing effects) */
separator.groove-thin {
border-top: 2px groove #FF9F00;
height: 0px;
}
-
+
separator[orient="vertical"].groove-thin {
border-left: 2px groove #FF9F00;
}
.small-margin {
margin: 0px 1px;
}
-
+
label[disabled="true"] {
color: #8050B0;
-}
-
+}
+
description, label {
cursor: default;
margin: 1px 3px;
}
-
+
description {
/* margin: 1px 5px 4px 5px; */
}
.smaller-text {
font-size: smaller;
}
-
+
.monospace {
font-family: monospace;
}
-
+
.indent {
/* margin-left: 23px; */
margin-left: 15px;
.box-padded {
padding: 5px;
-}
+}
.spaced {
margin: 1px 3px;
-}
+}
.wizard-box {
padding: 15px 35px 10px 35px;
-}
+}
.caption-text {
margin: 0px 2px 0px 1px !important;
}
+
+/* class for text with a 'link' appearance */
+.text-link {
+ color: blue;
+ text-decoration: underline;
+}
+
+.text-link:focus {
+ color: red;
+ outline: 1px dotted invert;
+}
+
+.text-link:hover {
+ cursor: pointer;
+}
+
+.text-link:hover:active {
+ color: red;
+}
+
+.text-link[visited="true"] {
+ color: purple;
+}
color: inherit;
}
-.menu-iconic-icon {
- list-style-image: inherit;
+menuitem[type="checkbox"] > .menu-iconic-left > .menu-iconic-icon,
+menuitem[type="radio"] > .menu-iconic-left > .menu-iconic-icon {
+/* width: 16px; */
}
.menu-iconic-left {
.menulist-menupopup > menu,
menulist > menupopup > menu {
border: 1px solid transparent;
- padding: 1px 30px 1px 5px;
+ padding: 1px 22px 1px 1px;
max-width: none;
}
-.menulist-menupopup > menuitem > .menu-iconic-left,
-menulist > menupopup > menuitem > .menu-iconic-left,
-.menulist-menupopup > menu > .menu-iconic-left,
-menulist > menupopup > menu > .menu-iconic-left {
- display: none;
-}
-
menulist > menupopup > menuitem[_moz-menuactive="true"] {
border: 1px dotted #FF9F00;
}
.menulist-dropmarker {
-moz-border-radius: 0px 3px 3px 0px;
- -moz-box-align: center;
- -moz-box-pack: center;
min-width: 15px;
border-left: 1px solid #9C9CFF;
- background-color: #000000;
- list-style-image: url("chrome://global/skin/arrow/arrow-down.gif");
}
.menulist-dropmarker,
padding: 1px;
}
-menulist[disabled="true"] > .menulist-dropmarker {
- list-style-image: url("chrome://global/skin/arrow/arrow-down-disabled.gif") !important;
- border-left: 1px solid #8050B0 !important;
- background-color: #000000 !important;
-}
-
menulist[menuactive="true"] > .menulist-dropmarker,
menulist[open="true"] > .menulist-dropmarker,
menulist:hover > .menulist-dropmarker,
* for the specific language governing rights and limitations under the
* License.
*
- * The Original Code is "Classic" theme of mozilla.org code.
- *
- * The Initial Developer of the Original Code is
- * the Mozilla Organization.
- * Portions created by the Initial Developer are Copyright (C) 1998-2001
+ * The Initial Developer of the Original Code is the Mozilla Corporation
+ * Portions created by the Initial Developer are Copyright (C) 2006
* the Initial Developer. All Rights Reserved.
*
* Contributor(s):
- * Robert Kaiser <KaiRo@KaiRo.at>
+ * Neil Deakin (enndeakin@sympatico.ca)
*
* 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
*
* ***** END LICENSE BLOCK ***** */
-@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
+/* ===== numberbox.css ==================================================
+ == Styles used by the XUL textbox type="number" element.
+ ======================================================================= */
-/* class for text with a 'link' appearance */
-.text-link {
- color: blue;
- text-decoration: underline;
-}
+@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
+@namespace html url("http://www.w3.org/1999/xhtml");
-.text-link:focus {
- color: red;
- outline: 1px dotted invert;
+textbox[type="number"] {
+ padding: 0 !important;
+ cursor: default;
}
-.text-link:hover {
- cursor: pointer;
+html|*.numberbox-input {
+ text-align: right;
}
-.text-link:hover:active {
- color: red;
+.numberbox-input-box {
+ -moz-box-align: center;
}
-.text-link[visited="true"] {
- color: purple;
-}
\ No newline at end of file
--- /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 Communicator client code, released
+ * March 31, 1998.
+ *
+ * The Initial Developer of the Original Code is
+ * Netscape Communications Corporation.
+ * Portions created by the Initial Developer are Copyright (C) 1998-2001
+ * the Initial Developer. All Rights Reserved.
+ *
+ * Contributor(s):
+ * Neil Deakin (enndeakin@sympatico.ca)
+ *
+ * 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 ***** */
+
+/* ===== scale.css =================================================
+ == Styles used by XUL scale elements.
+ ======================================================================= */
+
+@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
+
+/* ::::: scale ::::: */
+
+.scale-slider {
+ background: url("chrome://global/skin/scale/scale-tray-horiz.gif") 0% 50% repeat-x;
+ margin: 2px 4px;
+ width: 100px;
+}
+
+.scale-slider[orient="vertical"]
+{
+ background: url("chrome://global/skin/scale/scale-tray-vert.gif") 50% 0% repeat-y;
+ margin: 4px 2px;
+ width: auto;
+ height: 100px;
+}
+
+/* ::::: scale thumb ::::: */
+
+.scale-thumb {
+ border: 1px solid #9C9CFF !important;
+ background-color: #000000;
+ min-width: 30px;
+ min-height: 15px;
+}
+
+.scale-thumb[orient="vertical"] {
+ min-width: 15px;
+ min-height: 30px;
+}
+
+.scale-thumb[disabled="true"] {
+ border: 1px solid #8050B0 !important;
+}
scrollbarbutton {
}
-scrollbarbutton:hover:active {
+scrollbarbutton:hover:active,
+scrollbarbutton[active="true"] {
padding: 2px 0px 0px 2px;
}
min-height: 16px;
}
- html|div scrollbarbutton:hover:active {
+ html|div scrollbarbutton:hover:active,
+ html|div scrollbarbutton[active="true"] {
-moz-border-top-colors: ThreeDShadow -moz-Dialog;
-moz-border-right-colors: ThreeDShadow -moz-Dialog;
-moz-border-bottom-colors: ThreeDShadow -moz-Dialog;
/* ***** BEGIN LICENSE BLOCK *****
- * Version: NPL 1.1/GPL 2.0/LGPL 2.1
+ * Version: MPL 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/
+ * 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 Original Code is "Classic" theme of mozilla.org code.
*
- * The Initial Developer of the Original Code is
- * Netscape Communications Corporation.
- * Portions created by the Initial Developer are Copyright (C) 1998
+ * The Initial Developer of the Original Code is
+ * the Mozilla Organization.
+ * Portions created by the Initial Developer are Copyright (C) 1998-2001
* 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
+ * 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
+ * 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 NPL, the GPL or the LGPL.
+ * the terms of any one of the MPL, the GPL or the LGPL.
*
* ***** END LICENSE BLOCK ***** */
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
-.up {
- list-style-image: url("chrome://global/skin/spinbutton/spinbtn-up.gif")
+spinbuttons {
+ cursor: default;
}
-.up:hover:active {
- list-style-image: url("chrome://global/skin/spinbutton/spinbtn-up-act.gif")
+.spinbuttons-button {
+ -moz-border-radius: 3px;
+ min-width: 11px;
+ min-height: 11px;
+ margin: 0 !important;
+ border: none;
+ background-color: #000000;
}
-.down {
- list-style-image: url("chrome://global/skin/spinbutton/spinbtn-dn.gif")
+.spinbuttons-button > .button-box {
+ -moz-border-radius: 3px;
+ border: 0;
+ padding: 0;
+ margin: 0;
}
-.down:hover:active {
- list-style-image: url("chrome://global/skin/spinbutton/spinbtn-dn-act.gif")
+.spinbuttons-button[disabled="true"] > .button-box {
+ padding: 0 !important;
+}
+
+.spinbuttons-button:hover:active {
+ background-color: #FFCF00;
+}
+
+.spinbuttons-button[disabled="true"] {
+ background-color: #000000 !important;
+}
+
+.spinbuttons-up {
+ background-image: url("chrome://global/skin/arrow/arrow-up.gif");
+ background-position: center center;
+ background-repeat: no-repeat;
+}
+
+.spinbuttons-up:hover:active {
+ background-image: url("chrome://global/skin/arrow/arrow-up-hover.gif");
+}
+
+.spinbuttons-up[disabled="true"] {
+ background-image: url("chrome://global/skin/arrow/arrow-up-disabled.gif");
+}
+
+.spinbuttons-down {
+ background-image: url("chrome://global/skin/arrow/arrow-down.gif");
+ background-position: center center;
+ background-repeat: no-repeat;
+}
+
+.spinbuttons-down:hover:active {
+ background-image: url("chrome://global/skin/arrow/arrow-down-hover.gif");
+}
+
+.spinbuttons-down[disabled="true"] {
+ background-image: url("chrome://global/skin/arrow/arrow-down-disabled.gif");
}
-moz-border-left-colors: transparent #8050B0;
cursor: default;
color: #8050B0;
-}
+}
/* ..... focused state ..... */
padding: 0px !important;
margin: 0px !important;
border: none !important;
+ background-color: inherit !important;
+ color: inherit !important;
min-height: 0px;
}
/* ::::: toolbarbutton menu ::::: */
.toolbarbutton-menu-dropmarker {
+ padding: 0px;
+ border: none !important;
+ background-color: transparent !important;
list-style-image: url("chrome://global/skin/arrow/arrow-down.gif");
}
-moz-border-radius: 3px;
-moz-box-align: start;
padding: 3px 1px 1px 1px;
- list-style-image: url("chrome://global/skin/arrow/arrow-down.gif");
+/* list-style-image: url("chrome://global/skin/arrow/arrow-down.gif");
+ border: none; */
+ background-color: transparent;
}
toolbarbutton[type="menu-button"]:hover:active > .toolbarbutton-menubutton-dropmarker,
toolbarbutton[type="menu-button"]:hover > .toolbarbutton-menubutton-dropmarker,
toolbarbutton[type="menu-button"]:hover:active > .toolbarbutton-menubutton-dropmarker,
toolbarbutton[type="menu-button"][open="true"] > .toolbarbutton-menubutton-dropmarker {
- list-style-image: url("chrome://global/skin/arrow/arrow-down-hover.gif");
+/* list-style-image: url("chrome://global/skin/arrow/arrow-down-hover.gif"); */
}
.toolbarbutton-menubutton-dropmarker[disabled="true"] {
padding: 3px 1px 1px 1px !important;
- list-style-image: url("chrome://global/skin/arrow/arrow-down-disabled.gif") !important;
+/* list-style-image: url("chrome://global/skin/arrow/arrow-down-disabled.gif") !important; */
}
/* ::::: tree focusring ::::: */
/* deactivated, looks too bad for me in LCARStrek
-.focusring > .tree-rows > .tree-bodybox {
+.focusring > .tree-stack > .tree-rows > .tree-bodybox {
border: 1px solid transparent;
}
-.focusring:focus > .tree-rows > .tree-bodybox {
+.focusring:focus > .tree-stack > .tree-rows > .tree-bodybox {
border-color: #FFCF00;
}
*/
border: 1px dotted #FF9F00;
}
-tree[selstyle="primary"] > treechildren::-moz-tree-row {
+tree[seltype="cell"] > treechildren::-moz-tree-row,
+tree[seltype="text"] > treechildren::-moz-tree-row {
border: none;
background-color: transparent;
}
padding: 0px 0px 1px 2px;
}
-tree[selstyle="primary"] > treechildren::-moz-tree-cell-text,
+tree[seltype="cell"] > treechildren::-moz-tree-cell-text,
+tree[seltype="text"] > treechildren::-moz-tree-cell-text,
treechildren::-moz-tree-cell-text {
color: inherit;
}
-tree[selstyle="primary"] > treechildren::-moz-tree-cell-text(primary) {
+tree[seltype="cell"] > treechildren::-moz-tree-cell {
+ border: 1px solid transparent;
+ padding: 0px 1px 0px 1px;
+}
+
+tree[seltype="text"] > treechildren::-moz-tree-cell-text {
border: 1px solid transparent;
padding: 0px 1px 1px 1px;
}
color: #FFCF00;
}
-tree[selstyle="primary"] > treechildren::-moz-tree-cell-text(primary, selected) {
+tree[seltype="cell"] > treechildren::-moz-tree-cell(active, selected) {
+ background-color: #008484;
+}
+tree[seltype="cell"] > treechildren::-moz-tree-cell-text(active, selected) {
+ color: #FFCF00;
+}
+
+tree[seltype="text"] > treechildren::-moz-tree-cell-text(active, selected) {
background-color: #008484;
color: #FFCF00;
}
color: #FFCF00;
}
-tree[selstyle="primary"] > treechildren::-moz-tree-cell-text(primary, selected, focus) {
+tree[seltype="cell"] > treechildren::-moz-tree-cell(active, selected, focus) {
+ background-color: #008484;
+}
+tree[seltype="cell"] > treechildren::-moz-tree-cell-text(active, selected, focus) {
+ color: #FFCF00;
+}
+
+tree[seltype="text"] > treechildren::-moz-tree-cell-text(active, selected, focus) {
background-color: #008484;
color: #FFCF00;
}
-tree[selstyle="primary"] > treechildren::-moz-tree-cell-text(primary, current, focus) {
+tree[seltype="cell"] > treechildren::-moz-tree-cell(active, current, focus) {
+ border: 1px dotted #FF9F00;
+}
+
+tree[seltype="text"] > treechildren::-moz-tree-cell-text(active, current, focus) {
border: 1px dotted #FF9F00;
}
-tree[selstyle="primary"] > treechildren::-moz-tree-cell-text(primary, selected, current, focus) {
+tree[seltype="cell"] > treechildren::-moz-tree-cell(active, selected, current, focus) {
+ border: 1px dotted #FF9F00;
+}
+
+tree[seltype="text"] > treechildren::-moz-tree-cell-text(active, selected, current, focus) {
border: 1px dotted #FF9F00;
}
/* ::::: lines connecting cells ::::: */
-tree[selstyle="primary"] > treechildren::-moz-tree-line,
+tree[seltype="cell"] > treechildren::-moz-tree-line,
+tree[seltype="text"] > treechildren::-moz-tree-line,
treechildren::-moz-tree-line {
visibility: hidden;
}
/*
+tree[seltype="cell"] > treechildren::-moz-tree-line,
+tree[seltype="text"] > treechildren::-moz-tree-line,
treechildren::-moz-tree-line {
border: 1px dotted grey;
}
+tree[seltype="cell"] > treechildren::-moz-tree-line(active, selected, focus),
treechildren::-moz-tree-line(selected) {
border: 1px dotted black;
}
/* ::::: drop feedback ::::: */
-tree[selstyle="primary"] > treechildren::-moz-tree-cell-text(primary, dropOn),
+tree[seltype="cell"] > treechildren::-moz-tree-cell-text(primary, dropOn),
+tree[seltype="text"] > treechildren::-moz-tree-cell-text(primary, dropOn),
treechildren::-moz-tree-cell-text(dropOn) {
background-color: #008484;
color: #FFCF00;
treechildren[alternatingbackground="true"]::-moz-tree-row(odd, selected, focus) {
background-color: #E7ADE7;
}
+
+/* ::::: editable tree ::::: */
+
+treechildren::-moz-tree-row(selected, editing) {
+ background-color: transparent;
+ border: none;
+}
+
+treechildren::-moz-tree-cell-text(selected, editing) {
+ color: inherit;
+}
+
+.tree-input {
+ -moz-appearance: none;
+ border: 1px solid #9C9CFF;
+ margin: 0 0 0 -4px;
+ padding: 1px;
+}
/* :::::::: node type color coding :::::::: */
+treechildren::-moz-tree-cell-text(ACCESSIBLE_NODE) {
+ font-weight: bold;
+}
+
treechildren::-moz-tree-cell-text(ELEMENT_NODE) {
color: #FF9F00;
}
@import url("chrome://inspector/skin");
@import url("chrome://inspector/content/extensions/treeEditable.css");
+
+#olNodeInfo label {
+ padding-right: 0.5em;
+}
+
+#olNodeInfo {
+ padding-bottom: 0.5em;
+}