finish sync of LCARStrek with Firefox 24 windows theme changes
[themes.git] / LCARStrek / browser / devtools / widgets.css
index eb0223a28af6312705b83a76129a1ac1844943b8..741b1e1a6600c245af61c09526001b40c326799f 100644 (file)
 .variable-or-property-sealed-label,
 .variable-or-property-non-extensible-label {
   -moz-padding-end: 4px;
+}
+
+.variable-or-property:not(:focus) > .title > .variable-or-property-frozen-label,
+.variable-or-property:not(:focus) > .title > .variable-or-property-sealed-label,
+.variable-or-property:not(:focus) > .title > .variable-or-property-non-extensible-label {
   color: #A09090;
 }
 
 /* Variables and properties editing */
 
 .variables-view-delete {
-  list-style-image: url("chrome://global/skin/icons/close.png");
+  list-style-image: url("chrome://browser/skin/devtools/vview-delete.png");
   -moz-image-region: rect(0, 16px, 16px, 0);
-  opacity: 0;
 }
 
 .variables-view-delete:hover {
-  opacity: 1;
+  -moz-image-region: rect(0, 32px, 16px, 16px);
 }
 
-*:hover > .title > .variables-view-delete:not(:hover),
-*:focus > .title > .variables-view-delete:not(:hover) {
-  opacity: 0.5;
-  transition: opacity 0.2s ease-in-out;
+.variables-view-delete:active {
+  -moz-image-region: rect(0, 48px, 16px, 32px);
+}
+
+*:not(:hover) .variables-view-delete {
+  display: none;
 }
 
 .variables-view-delete > .toolbarbutton-text {
 }
 
 .variables-view-edit {
-  background: url("chrome://browser/skin/tabview/edit-light.png") center no-repeat;
+  background: url("chrome://browser/skin/devtools/vview-edit.png") center no-repeat;
   width: 20px;
   height: 16px;
   cursor: pointer;