sync LCARStrek with windows browser theme changes in Firefox 24
[themes.git] / LCARStrek / browser / devtools / widgets.css
index 57ad3dd633063604b9ec850d764246cd9fa5f747..eb0223a28af6312705b83a76129a1ac1844943b8 100644 (file)
@@ -25,7 +25,7 @@
      breadcrumbs-widget-items, to match toolbar-buttons style.
      This negative margin compensates the extra row of pixels created
      by the shadow.*/
-  margin: -1px 0;
+/*  margin: -1px 0;*/
 }
 
 /* Preloading hack, LTR */
 }
 
 .side-menu-widget-container[with-arrow=true]:-moz-locale-dir(ltr),
-.side-menu-widget-item-or-group[with-arrow=true]:-moz-locale-dir(ltr) {
+.side-menu-widget-group[with-arrow=true]:-moz-locale-dir(ltr),
+.side-menu-widget-item[with-arrow=true]:-moz-locale-dir(ltr) {
 }
 
 .side-menu-widget-container[with-arrow=true]:-moz-locale-dir(rtl),
-.side-menu-widget-item-or-group[with-arrow=true]:-moz-locale-dir(rtl) {
+.side-menu-widget-group[with-arrow=true]:-moz-locale-dir(rtl),
+.side-menu-widget-item[with-arrow=true]:-moz-locale-dir(rtl) {
 }
 
 .side-menu-widget-group-title {
   color: #FF9F00;
 }
 
-/* Non enumerable, configurable and writable variables and properties */
+/* Custom configurable/enumerable/writable or frozen/sealed/extensible
+ * variables and properties */
 
-.variable-or-property[proto] > .title > .name,
-.variable-or-property[non-enumerable]:not([self]):not([exception]) > .title > .name {
+.variable-or-property[non-enumerable]:not([self]):not([exception]):not([return]) > .title > .name {
   opacity: 0.5;
 }
 
   border-bottom: 1px dashed #9C9CFF;
 }
 
-.variable-or-property[non-configurable][non-writable] > .title > .name {
+.variable-or-property[non-writable] > .title > .name {
   border-bottom: 1px dashed #FF0000;
 }
 
-.variable-or-property[non-writable] > .title:after {
-  content: " ";
-  display: inline-block;
+.variable-or-property-non-writable-icon {
   background: url("chrome://browser/skin/identity-icons-https.png") no-repeat;
   width: 16px;
   height: 16px;
 }
 
 @media (min-resolution: 2dppx) {
-  .variable-or-property[non-writable] > .title:after {
+  .variable-or-property-non-writable-icon > .title:after {
     background-image: url("chrome://browser/skin/identity-icons-https@2x.png");
     background-size: 32px;
   }
 }
 
+.variable-or-property-frozen-label,
+.variable-or-property-sealed-label,
+.variable-or-property-non-extensible-label {
+  -moz-padding-end: 4px;
+  color: #A09090;
+}
+
+/* Special variables and properties */
+
+.variable-or-property[safe-getter] > .title > .name {
+  border-bottom: 1px dashed #A09090;
+}
+
 .variable-or-property[exception]:not(:focus) > .title > .name {
   color: #FF0000;
 }
 
+.variable-or-property[return]:not(:focus) > .title > .name {
+  color: #008484;
+}
+
 /* Variables and properties tooltips */
 
 .variable-or-property > tooltip > label {
 
 .variable-or-property[non-enumerable] > tooltip > label[value=enumerable],
 .variable-or-property[non-configurable] > tooltip > label[value=configurable],
-.variable-or-property[non-writable] > tooltip > label[value=writable] {
+.variable-or-property[non-writable] > tooltip > label[value=writable]
+.variable-or-property[non-extensible] > tooltip > label[value=extensible] {
+  color: #A09090;
   text-decoration: line-through;
 }
 
+.variable-or-property[safe-getter] > tooltip > label[value=WebIDL] {
+  -moz-padding-start: 4px;
+  -moz-border-start: 1px dotted #9C9CFF;
+  color: #008484;
+}
+
 /* Variables and properties editing */
 
 .variables-view-delete {
 /* Expand/collapse arrow */
 
 .arrow {
-  background: url("chrome://global/skin/tree/twisty-clsd.png") center center no-repeat;
+  background: url("chrome://global/skin/tree/twisty-closed.gif") center center no-repeat;
   width: 9px;
   height: 20px;
   -moz-margin-start: 5px;