X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fdevtools%2Fdebugger.css;h=8692aa2e18dd4458fb7129acf0e7a56e7a56d964;hb=889649fdc77f633327b1aa2439d76e307cf504c6;hp=9aab7f0f11e508badd150549796ad7739c5d76e9;hpb=71a617ff22ae6266108ab20198128db5ae2bd33c;p=themes.git diff --git a/LCARStrek/browser/devtools/debugger.css b/LCARStrek/browser/devtools/debugger.css index 9aab7f0f..8692aa2e 100644 --- a/LCARStrek/browser/devtools/debugger.css +++ b/LCARStrek/browser/devtools/debugger.css @@ -28,6 +28,14 @@ window { max-width: 350px; } +/** + * This hardcoded width likely due to a toolkit Windows specific bug. + * See http://hg.mozilla.org/mozilla-central/annotate/f38d6df93cad/toolkit/themes/winstripe/global/textbox-aero.css#l7 + */ +#scripts-search { + width: 200px; +} + /** * Lists and headers */ @@ -36,6 +44,10 @@ window { padding: 2px; } +.list-item:not(.selected):not(.empty):hover { + /* background: #cddae5; */ +} + .list-item.selected { background: #008484; color: #FFCF00; @@ -43,6 +55,7 @@ window { .list-item.empty { color: #8050B0; + /* padding: 4px; */ } /** @@ -63,6 +76,22 @@ window { font-weight: 600; } +/** + * Breakpoints view + */ + +#breakpoints { + background-color: #000000; +} + +.dbg-breakpoint-info { + font-weight: 600; +} + +.dbg-breakpoint-text { + font: 12px "Liberation Mono", Consolas, "Courier New", monospace; +} + /** * Properties view */ @@ -176,6 +205,16 @@ window { opacity: 0.5; } +#element-tooltip > label { + margin: 0 2px 0 2px; +} + +#element-tooltip > label[non-enumerable], +#element-tooltip > label[non-configurable], +#element-tooltip > label[non-writable]{ + text-decoration: line-through; +} + /** * Property values colors */