deno.land / x / lodash@4.17.19 / vendor / firebug-lite / skin / xp / debugger.css
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332/* See license.txt for terms of usage */
.panelNode-script { overflow: hidden; font-family: monospace;}
/************************************************************************************************/
.scriptTooltip { position: fixed; z-index: 2147483647; padding: 2px 3px; border: 1px solid #CBE087; background: LightYellow; font-family: monospace; color: #000000;}
/************************************************************************************************/
.sourceBox { /* TODO: xxxpedro problem with sourceBox and scrolling elements */ /*overflow: scroll; /* see issue 1479 */ position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.sourceRow { white-space: nowrap; -moz-user-select: text;}
.sourceRow.hovered { background-color: #EEEEEE;}
/************************************************************************************************/
.sourceLine { -moz-user-select: none; margin-right: 10px; border-right: 1px solid #CCCCCC; padding: 0px 4px 0 20px; background: #EEEEEE no-repeat 2px 0px; color: #888888; white-space: pre; font-family: monospace; /* see issue 2953 */}
.noteInToolTip { /* below sourceLine, so it overrides it */ background-color: #FFD472;}
.useA11y .sourceBox .sourceViewport:focus .sourceLine { background-color: #FFFFC0; color: navy; border-right: 1px solid black;}
.useA11y .sourceBox .sourceViewport:focus { outline: none;}
.a11y1emSize { width: 1em; height: 1em; position: absolute;}
.useA11y .panelStatusLabel:focus { outline-offset: -2px !important; }.sourceBox > .sourceRow > .sourceLine { cursor: pointer;}
.sourceLine:hover { text-decoration: none;}
.sourceRowText { white-space: pre;}
.sourceRow[exe_line="true"] { outline: 1px solid #D9D9B6; margin-right: 1px; background-color: lightgoldenrodyellow;}
.sourceRow[executable="true"] > .sourceLine { content: "-"; color: #4AA02C; /* Spring Green */ font-weight: bold;}
.sourceRow[exe_line="true"] > .sourceLine { background-image: url(chrome://firebug/skin/exe.png); color: #000000;}
.sourceRow[breakpoint="true"] > .sourceLine { background-image: url(chrome://firebug/skin/breakpoint.png);}
.sourceRow[breakpoint="true"][condition="true"] > .sourceLine { background-image: url(chrome://firebug/skin/breakpointCondition.png);}
.sourceRow[breakpoint="true"][disabledBreakpoint="true"] > .sourceLine { background-image: url(chrome://firebug/skin/breakpointDisabled.png);}
.sourceRow[breakpoint="true"][exe_line="true"] > .sourceLine { background-image: url(chrome://firebug/skin/breakpointExe.png);}
.sourceRow[breakpoint="true"][exe_line="true"][disabledBreakpoint="true"] > .sourceLine { background-image: url(chrome://firebug/skin/breakpointDisabledExe.png);}
.sourceLine.editing { background-image: url(chrome://firebug/skin/breakpoint.png);}
/************************************************************************************************/
.conditionEditor { z-index: 2147483647; position: absolute; margin-top: 0; left: 2px; width: 90%;}
.conditionEditorInner { position: relative; top: -26px; height: 0;}
.conditionCaption { margin-bottom: 2px; font-family: Lucida Grande, sans-serif; font-weight: bold; font-size: 11px; color: #226679;}
.conditionInput { width: 100%; border: 1px solid #0096C0; font-family: monospace; font-size: inherit;}
.conditionEditorInner1 { padding-left: 37px; background: url(condBorders.png) repeat-y;}
.conditionEditorInner2 { padding-right: 25px; background: url(condBorders.png) repeat-y 100% 0;}
.conditionEditorTop1 { background: url(condCorners.png) no-repeat 100% 0; margin-left: 37px; height: 35px;}
.conditionEditorTop2 { position: relative; left: -37px; width: 37px; height: 35px; background: url(condCorners.png) no-repeat;}
.conditionEditorBottom1 { background: url(condCorners.png) no-repeat 100% 100%; margin-left: 37px; height: 33px;}
.conditionEditorBottom2 { position: relative; left: -37px; width: 37px; height: 33px; background: url(condCorners.png) no-repeat 0 100%;}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.upsideDown { margin-top: 2px;}
.upsideDown .conditionEditorInner { top: -8px;}
.upsideDown .conditionEditorInner1 { padding-left: 33px; background: url(condBordersUps.png) repeat-y;}
.upsideDown .conditionEditorInner2 { padding-right: 25px; background: url(condBordersUps.png) repeat-y 100% 0;}
.upsideDown .conditionEditorTop1 { background: url(condCornersUps.png) no-repeat 100% 0; margin-left: 33px; height: 25px;}
.upsideDown .conditionEditorTop2 { position: relative; left: -33px; width: 33px; height: 25px; background: url(condCornersUps.png) no-repeat;}
.upsideDown .conditionEditorBottom1 { background: url(condCornersUps.png) no-repeat 100% 100%; margin-left: 33px; height: 43px;}
.upsideDown .conditionEditorBottom2 { position: relative; left: -33px; width: 33px; height: 43px; background: url(condCornersUps.png) no-repeat 0 100%;}
/************************************************************************************************/
.breakpointsGroupListBox { overflow: hidden;}
.breakpointBlockHead { position: relative; padding-top: 4px;}
.breakpointBlockHead > .checkbox { margin-right: 4px;}
.breakpointBlockHead > .objectLink-sourceLink { top: 4px; right: 20px; background-color: #FFFFFF; /* issue 3308 */}
.breakpointBlockHead > .closeButton { position: absolute; top: 2px; right: 2px;}
.breakpointCheckbox { margin-top: 0; vertical-align: top;}
.breakpointName { margin-left: 4px; font-weight: bold;}
.breakpointRow[aria-checked="false"] > .breakpointBlockHead > *,.breakpointRow[aria-checked="false"] > .breakpointCode { opacity: 0.5;}
.breakpointRow[aria-checked="false"] .breakpointCheckbox,.breakpointRow[aria-checked="false"] .objectLink-sourceLink,.breakpointRow[aria-checked="false"] .closeButton,.breakpointRow[aria-checked="false"] .breakpointMutationType { opacity: 1.0 !important;}
.breakpointCode { overflow: hidden; white-space: nowrap; padding-left: 24px; padding-bottom: 2px; border-bottom: 1px solid #D7D7D7; font-family: monospace; color: DarkGreen;}
.breakpointCondition { white-space: nowrap; padding-left: 24px; padding-bottom: 2px; border-bottom: 1px solid #D7D7D7; font-family: monospace; color: Gray;}
.breakpointBlock-breakpoints > .groupHeader { display: none;}
.breakpointBlock-monitors > .breakpointCode { padding: 0;}
.breakpointBlock-errorBreakpoints .breakpointCheckbox,.breakpointBlock-monitors .breakpointCheckbox { display: none;}
.breakpointHeader { margin: 0 !important; border-top: none !important;}
Version Info