X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fdevtools%2Fwidgets.css;h=b5b8d06dd29f7edae6bc77487e15953539dd2d47;hp=741b1e1a6600c245af61c09526001b40c326799f;hb=3a0880a969044096e60703908f84629b16830ee2;hpb=b27cc46e639c7b6f88a224a7492701957379c32c diff --git a/LCARStrek/browser/devtools/widgets.css b/LCARStrek/browser/devtools/widgets.css index 741b1e1a..b5b8d06d 100644 --- a/LCARStrek/browser/devtools/widgets.css +++ b/LCARStrek/browser/devtools/widgets.css @@ -304,31 +304,28 @@ color: #FF9F00; } -.side-menu-widget-container[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-arrows=true]:-moz-locale-dir(ltr) { } -.side-menu-widget-container[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-container[with-arrows=true]:-moz-locale-dir(rtl) { } .side-menu-widget-group-title { - background-color: #A09090; padding: 4px; + + background-color: #A09090; color: #000000; - transition-property: background-color; - transition-duration: 0.3s; } -.side-menu-widget-group:hover > .side-menu-widget-group-title { - background-color: #FFCF00; +.side-menu-widget-group-checkbox { + margin: 0; + padding: 0; } .side-menu-widget-item { border-top: 1px solid #9C9CFF; - cursor: pointer; + margin-top: -1px; + margin-bottom: -1px; } .side-menu-widget-item:last-of-type { @@ -355,17 +352,18 @@ background-position: center left, top left; } +.side-menu-widget-item-label { + padding: 4px 0px; +} + .side-menu-widget-item-arrow { -moz-margin-start: -8px; width: 8px; } -.side-menu-widget-item-contents { - padding: 4px; -} - -.side-menu-widget-item label { - cursor: inherit; +.side-menu-widget-item-checkbox { + -moz-margin-start: 4px; + -moz-margin-end: -6px; } .side-menu-widget-item-other { @@ -379,17 +377,8 @@ color: #000000; } -.side-menu-widget-item.selected .side-menu-widget-item-other:first-of-type { - border-top: 1px dotted #9C9CFF; - margin-top: 3px; -} - .side-menu-widget-item-other:first-of-type { - margin-top: 4px; -} - -.side-menu-widget-item-other:last-of-type { - margin-bottom: -4px; +/* border-top-left-radius: 4px; */ } .side-menu-widget-item-other:not(.selected) > label { @@ -397,10 +386,11 @@ } .side-menu-widget-empty-notice-container { - background-color: #000000; padding: 12px; - color: #A09090; + + background-color: #000000; font-weight: 600; + color: #A09090; } /* VariablesView */ @@ -425,15 +415,10 @@ } .variables-view-scope > .variables-view-element-details:not(:empty) { - margin-top: 1px; -moz-margin-start: 2px; -moz-margin-end: 1px; } -.variables-view-scope > .variables-view-element-details.enum:not(:empty) { - border-bottom: 1px solid #9C9CFF; -} - /* Generic traits applied to both variables and properties */ .variable-or-property { @@ -514,7 +499,7 @@ /* Custom configurable/enumerable/writable or frozen/sealed/extensible * variables and properties */ -.variable-or-property[non-enumerable]:not([self]):not([exception]):not([return]) > .title > .name { +.variable-or-property[non-enumerable]:not([self]):not([exception]):not([return]):not([scope]) > .title > .name { opacity: 0.5; } @@ -566,6 +551,10 @@ color: #008484; } +.variable-or-property[scope]:not(:focus) > .title > .name { + color: #9C9CFF; +} + /* Variables and properties tooltips */ .variable-or-property > tooltip > label {