X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fdevtools%2Fdebugger.css;h=d761845648a296e6099a6c5e7daf8abc12d1d6fe;hp=3b8f7d6540b9a14ca3a9b095d3888e46e83223d5;hb=0142a07bfbc380cc6c485555737a59a7a401fcae;hpb=ef304ad92db0e356f3cf7e7c51a30584d7dbee2f diff --git a/LCARStrek/browser/devtools/debugger.css b/LCARStrek/browser/devtools/debugger.css index 3b8f7d65..d7618456 100644 --- a/LCARStrek/browser/devtools/debugger.css +++ b/LCARStrek/browser/devtools/debugger.css @@ -17,7 +17,7 @@ window { */ #chrome-globals, #sources { - min-width: 150px; + width: 200px; } /** @@ -56,6 +56,11 @@ window { #globalsearch { background-color: #000000; + min-height: 10px; +} + +#globalsearch > vbox:not(:empty) { + min-height: 10px; max-height: 150px; } @@ -114,6 +119,10 @@ window { transform: scale(1.75, 1.75); } +/** + * Searchbox panel + */ + #searchbox-panel .description { margin: -6px 0 8px; } @@ -130,6 +139,48 @@ window { padding-bottom: 1px; } +/** + * Filtered sources panel + */ + +#filtered-sources-panel { + padding: 4px; +} + +.dbg-source-item { + border: 1px solid #A09090; + border-top-color: #8050B0; +} + +.dbg-source-item.selected { +} + +.dbg-source-item:first-of-type { + border-top-color: #9C9CFF; + border-radius: 4px 4px 0 0; +} + +.dbg-source-item:last-of-type { + border-radius: 0 0 4px 4px; +} + +.dbg-source-item:only-of-type { + border-radius: 4px 4px 4px 4px; +} + +.dbg-source-item:not(:hover) { +/* text-shadow: 0 1px #fff;*/ +} + +.dbg-source-item-name { + color: #9C9CFF; + font-weight: 600; +} + +.dbg-source-item-details { + color: #FF9F00; +} + /** * Stack frames and breakpoints pane */ @@ -410,7 +461,7 @@ window { * Variables and properties searching */ -#variables .devtools-searchinput { +.variables-searchinput.devtools-searchinput { min-height: 24px; }