X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fdevtools%2Fwidgets.css;h=fe3157f657797c8918749a1311e9d6415d73f58d;hp=741b1e1a6600c245af61c09526001b40c326799f;hb=1b13529a8907a5520788e317aee6205bc32d1fbe;hpb=8f5d5e2121c5fb6730b4e2d2359ba3eb1cc98ede diff --git a/LCARStrek/browser/devtools/widgets.css b/LCARStrek/browser/devtools/widgets.css index 741b1e1a..fe3157f6 100644 --- a/LCARStrek/browser/devtools/widgets.css +++ b/LCARStrek/browser/devtools/widgets.css @@ -328,6 +328,8 @@ .side-menu-widget-item { border-top: 1px solid #9C9CFF; + margin-top: -1px; + margin-bottom: -1px; cursor: pointer; } @@ -355,19 +357,16 @@ background-position: center left, top left; } +.side-menu-widget-item-label { + padding: 4px 0px; + cursor: inherit; +} + .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-other { background-color: #000000; margin: 0 -4px; @@ -379,17 +378,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 { @@ -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 {