X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fdevtools%2Fwidgets.css;h=741b1e1a6600c245af61c09526001b40c326799f;hp=eb0223a28af6312705b83a76129a1ac1844943b8;hb=b27cc46e639c7b6f88a224a7492701957379c32c;hpb=e2734cc744523d8adb0aa3d44644220b98d8201c diff --git a/LCARStrek/browser/devtools/widgets.css b/LCARStrek/browser/devtools/widgets.css index eb0223a2..741b1e1a 100644 --- a/LCARStrek/browser/devtools/widgets.css +++ b/LCARStrek/browser/devtools/widgets.css @@ -544,6 +544,11 @@ .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; } @@ -584,19 +589,20 @@ /* 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 { @@ -604,7 +610,7 @@ } .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;