X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fdevtools%2Fdebugger.css;h=d761845648a296e6099a6c5e7daf8abc12d1d6fe;hb=232d98026054828eac7dd8870ac4bea06a3c7bf6;hp=2c5c885229441337d9ed9d8cfe7b40ab90e660a7;hpb=b8384c3314eb52a081461b39f8a2b1a55e507ad3;p=themes.git diff --git a/LCARStrek/browser/devtools/debugger.css b/LCARStrek/browser/devtools/debugger.css index 2c5c8852..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 */ @@ -143,12 +194,26 @@ window { transition: margin 0.25s ease-in-out; } +/** + * Variables and watch expressions pane + */ + +#variables\+expressions { + background-color: #000000; + min-width: 50px; +} + +#variables\+expressions[animated] { + transition: margin 0.25s ease-in-out; +} + /** * Stack frames view */ #stackframes { /* background-color: white; */ + min-height: 10px; } .dbg-stackframe { @@ -157,16 +222,29 @@ window { } .dbg-stackframe-name { - -moz-padding-end: 4px; font-weight: 600; } +.dbg-stackframe-details { + -moz-padding-start: 4px; +} + /** * Breakpoints view */ #breakpoints { background-color: #000000; + min-height: 10px; +} + +#breakpoints > vbox:not(:empty) { + min-height: 10px; + max-height: 200px; +} + +.dbg-breakpoint:not(:last-child) { + border-bottom: 1px solid #008484; } .dbg-breakpoint-info { @@ -177,17 +255,54 @@ window { font: 12px "Liberation Mono", Consolas, "Courier New", monospace; } +#conditional-breakpoint-panel .description { + margin: -6px 0 8px 0; +} + +#conditional-breakpoint-panel textbox { + margin: 0 0 -2px 0; +} + +/** + * Watch expressions view + */ + +#expressions { + background-color: #000000; + min-height: 10px; +} + +.dbg-expression { + height: 20px; + -moz-padding-start: 8px; +} + +.dbg-expression-arrow { + width: 10px; + height: auto; + background: url("chrome://browser/skin/devtools/commandline.png") 0px 4px no-repeat; +} + +.dbg-expression-input { + font: 9pt monospace; +} + +.dbg-expression-delete { + -moz-image-region: rect(0, 32px, 16px, 16px); +} + /** * Variables view */ #variables { /* background-color: white; */ - min-width: 50px; + min-height: 10px; } -#variables[animated] { - transition: margin 0.25s ease-in-out; +.dbg-variables-delete:not(:hover) { + -moz-image-region: rect(0, 32px, 16px, 16px); + opacity: 0.5; } /** @@ -216,22 +331,14 @@ window { .variable { -moz-margin-start: 1px; -moz-margin-end: 1px; - transition: background 1s ease-in-out; + border-bottom: 1px solid #008484; background: #000000; -} - -.variable:not(:last-child) { - border-bottom: 1px dotted #008484; - border-radius: 8px; -} - -.variable:last-child { - margin-bottom: 2px; + transition: background 1s ease-in-out; } .variable[changed] { - transition-duration: 0.4s; background: #FFCF00; + transition-duration: 0.4s; } .variable > .title > .name { @@ -241,6 +348,7 @@ window { .variable > .title > .value { -moz-padding-start: 6px; + -moz-padding-end: 4px; } .variable:not([non-header]) > .details { @@ -268,6 +376,7 @@ window { .property > .title > .value { -moz-padding-start: 6px; + -moz-padding-end: 4px; } .property:not([non-header]) > .details { @@ -334,11 +443,25 @@ window { text-decoration: line-through; } +/** + * Variables and properties editing + */ + +#variables .element-value-input { + -moz-margin-start: 5px !important; +} + +#variables .element-name-input { + -moz-margin-start: -1px !important; + color: #E7ADE7; + font-weight: 600; +} + /** * Variables and properties searching */ -#variables .devtools-searchinput { +.variables-searchinput.devtools-searchinput { min-height: 24px; } @@ -405,30 +528,6 @@ window { visibility: hidden; } -/** - * Animations - */ - -#variables .details[open][animated], -#globalsearch .dbg-results-container[open][animated] { - animation-duration: 0.25s; - animation-name: showblock; -} - -@keyframes showblock { - from { - opacity: 0; - transform-origin: top; - transform: scaleY(0); - } - - to { - opacity: 1; - transform-origin: top; - transform: scaleY(1); - } -} - /** * Toolbar Controls */