@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
/* ::::: bookmark toolbar buttons ::::: */
-
+
toolbarbutton.bookmark-item {
cursor: pointer;
min-width: 0px;
margin: 1px;
min-width: 11px;
min-height: 11px;
- background-color: transparent !important;
- border: none !important;
+ background-color: transparent;
+ border: none;
}
.button-menubutton-dropmarker[open="true"] {
menuitem[type="checkbox"] > .menu-iconic-left > .menu-iconic-icon,
menuitem[type="radio"] > .menu-iconic-left > .menu-iconic-icon {
- width: 16px;
+/* width: 16px; */
}
.menu-iconic-left {
padding: 0px !important;
margin: 0px !important;
border: none !important;
+ background-color: inherit !important;
+ color: inherit !important;
min-height: 0px;
}
\ No newline at end of file
.toolbarbutton-menubutton-dropmarker {
-moz-box-align: start;
padding: 3px 1px 1px 1px;
- list-style-image: url("chrome://global/skin/arrow/arrow-down.gif");
- border: none !important;
- background-color: transparent !important;
+/* 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-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; */
}
/* :::::::: node type color coding :::::::: */
+treechildren::-moz-tree-cell-text(ACCESSIBLE_NODE) {
+ font-weight: bold;
+}
+
treechildren::-moz-tree-cell-text(ELEMENT_NODE) {
color: #000000;
}
@import url("chrome://inspector/skin");
@import url("chrome://inspector/content/extensions/treeEditable.css");
+
+#olNodeInfo label {
+ padding-right: 0.5em;
+}
+
+#olNodeInfo {
+ padding-bottom: 0.5em;
+}