X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fdevtools%2Fwidgets.css;h=906dacdafd2beab2acb0067b601e39c27764a2b4;hb=de57e474d3ff2537ba1a6e54223db3212b7a553c;hp=15436e88b7e43982ec1dacbaa9f27cdd8ad12f60;hpb=3886293f5826c7e369d0045678b83cb57ab0e1ef;p=themes.git diff --git a/LCARStrek/browser/devtools/widgets.css b/LCARStrek/browser/devtools/widgets.css index 15436e88..906dacda 100644 --- a/LCARStrek/browser/devtools/widgets.css +++ b/LCARStrek/browser/devtools/widgets.css @@ -306,13 +306,15 @@ /* SideMenuWidget container */ -.side-menu-widget-container[with-arrows=true]:-moz-locale-dir(ltr) { +.side-menu-widget-container:-moz-locale-dir(ltr), +.side-menu-widget-empty-notice-container:-moz-locale-dir(ltr) { } -.side-menu-widget-container[with-arrows=true]:-moz-locale-dir(rtl) { +.side-menu-widget-container:-moz-locale-dir(rtl), +.side-menu-widget-empty-notice-container:-moz-locale-dir(rtl)[with-arrows=true]:-moz-locale-dir(rtl) { } -.side-menu-widget-container[with-arrows=true] .side-menu-widget-group { +.side-menu-widget-group { /* To allow visibility of the dark margin shadow. */ /* -moz-margin-end: 1px; */ } @@ -418,10 +420,6 @@ /* VariablesView */ -.variables-view-container { - background: #000000; -} - .variables-view-empty-notice { color: #A09090; padding: 2px; @@ -432,11 +430,6 @@ color: #000000; } -.variables-view-scope:focus > .title { - background-color: #008484; - color: #000000; -} - .variables-view-scope > .variables-view-element-details:not(:empty) { -moz-margin-start: 2px; -moz-margin-end: 1px; @@ -445,13 +438,12 @@ /* Generic traits applied to both variables and properties */ .variable-or-property { - transition: background 1s ease-in-out; - color: #FF9F00; + transition: background 1s ease-in-out, color 1s ease-in-out; } .variable-or-property[changed] { - background: rgba(255, 207, 0, 0.3); - transition-duration: 0.4s; + color: #000000; + transition-duration: .4s; } .variable-or-property > .title > .value { @@ -460,12 +452,6 @@ -moz-padding-end: 4px; } -.variable-or-property:focus > .title { - background-color: #008484; - color: #000000; - border-radius: 5px; -} - .variable-or-property[editable] > .title > .value { cursor: text; } @@ -489,45 +475,16 @@ font-weight: 600; } -.variables-view-variable:not(:focus) > .title > .name { - color: #FF9F00; +.variable-or-property:focus > .title > label { + color: inherit !important; } -.variables-view-property:not(:focus) > .title > .name { - color: #E7ADE7; -} - -/* Token value colors */ - -.variable-or-property:not(:focus) > .title > .token-undefined { - color: #8050B0; -} - -.variable-or-property:not(:focus) > .title > .token-null { - color: #008484; -} - -.variable-or-property:not(:focus) > .title > .token-boolean { - color: #FFCF00; -} - -.variable-or-property:not(:focus) > .title > .token-number { - color: #E7ADE7; -} - -.variable-or-property:not(:focus) > .title > .token-string { - color: #9C9CFF; -} - -.variable-or-property:not(:focus) > .title > .token-other { - color: #FF9F00; -} /* Custom configurable/enumerable/writable or frozen/sealed/extensible * variables and properties */ .variable-or-property[non-enumerable]:not([self]):not([exception]):not([return]):not([scope]) > .title > .name { - opacity: 0.5; + opacity: 0.6; } .variable-or-property[non-configurable] > .title > .name { @@ -538,6 +495,10 @@ border-bottom: 1px dashed #FF0000; } +.variable-or-property[safe-getter] > .title > .name { + border-bottom: 1px dashed #A09090; +} + .variable-or-property-non-writable-icon { background: url("chrome://browser/skin/identity-icons-https.png") no-repeat; width: 16px; @@ -564,24 +525,6 @@ 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; -} - -.variable-or-property[scope]:not(:focus) > .title > .name { - color: #9C9CFF; -} - /* Aligned values */ .variables-view-container[aligned-values] .title > .separator { @@ -664,13 +607,13 @@ .element-name-input { -moz-margin-start: -2px !important; -moz-margin-end: 2px !important; - color: #E7ADE7; font-weight: 600; } .element-value-input, .element-name-input { border: 1px solid #008484 !important; + color: inherit; } /* Variables and properties searching */