1 /* vim:set ts=2 sw=2 sts=2 et: */
2 /* This Source Code Form is subject to the terms of the Mozilla Public
3 * License, v. 2.0. If a copy of the MPL was not distributed with this
4 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
6 @import url(variables.css);
7 @import url(common.css);
8 @import url(toolbars.css);
16 background: var(--theme-body-background);
17 color: var(--theme-body-color);
21 background: var(--theme-sidebar-background);
22 color: var(--theme-content-color1);
26 background-color: var(--theme-selection-background);
27 color: var(--theme-selection-color);
31 background: var(--theme-selection-background-semitransparent);
35 .CodeMirror-hint-active {
36 background-color: var(--theme-selection-background2);
37 color: var(--theme-selection-color2);
41 .variable-or-property:not([overridden])[changed] {
42 background: var(--theme-contrast-background);
46 .cm-s-mozilla .cm-link { /* original: blue */
47 color: var(--theme-text-blue);
51 * FIXME: http://bugzil.la/575675 CSS links without :visited set cause assertion
52 * failures in debug builds.
55 .cm-s-mozilla .cm-link:visited,
56 .CodeMirror-Tern-type {
57 color: var(--theme-text-blue);
61 .cm-s-mozilla .cm-meta,
63 .cm-s-mozilla .cm-comment,
64 .variable-or-property .token-undefined,
65 .variable-or-property .token-null,
66 .CodeMirror-Tern-completion-unknown:before {
67 color: var(--theme-comment);
71 background-color: var(--theme-tab-toolbar-background);
72 color: var(--theme-content-color3);
73 border-color: var(--theme-splitter-color);
77 border-color: var(--theme-splitter-color);
81 .cm-s-mozilla .cm-number,
82 .variable-or-property .token-number,
83 .variable-or-property[return] > .title > .name,
84 .variable-or-property[scope] > .title > .name {
85 color: var(--theme-highlight-green);
88 .CodeMirror-Tern-completion-number:before {
89 background-color: #008484;
93 .cm-s-mozilla .cm-attribute,
94 .cm-s-mozilla .cm-variable,
95 .cm-s-mozilla .cm-def,
96 .cm-s-mozilla .cm-property,
97 .cm-s-mozilla .cm-qualifier,
98 .variables-view-variable > .title > .name {
99 color: var(--theme-highlight-blue);
102 .CodeMirror-Tern-completion-object:before {
103 background-color: #9C9CFF;
106 .cm-s-mozilla .cm-unused-line {
107 text-decoration: line-through;
108 text-decoration-color: #8050B0;
111 .cm-s-mozilla .cm-executed-line {
112 background-color: #404000;
116 .cm-s-mozilla .cm-builtin,
117 .cm-s-mozilla .cm-tag,
118 .cm-s-mozilla .cm-header,
119 .cm-s-mozilla .cm-bracket,
120 .variables-view-property > .title > .name {
121 color: var(--theme-highlight-pink);
124 .CodeMirror-Tern-completion-array:before {
125 color: var(--theme-highlight-pink); /* var(--theme-highlight-bluegrey) */
129 color: var(--theme-highlight-purple);
133 .cm-s-mozilla .cm-keyword {
134 color: var(--theme-highlight-lightorange);
138 .cm-s-mozilla .cm-string,
139 .cm-s-mozilla .cm-string-2,
140 .variable-or-property .token-string,
141 .CodeMirror-Tern-farg {
142 color: var(--theme-highlight-pink); /* -orange? */
145 .CodeMirror-Tern-completion-string:before,
146 .CodeMirror-Tern-completion-fn:before {
147 background-color: #E7ADE7;
151 .cm-s-mozilla .cm-atom,
152 .cm-s-mozilla .cm-quote,
153 .cm-s-mozilla .cm-error,
154 .variable-or-property .token-boolean,
155 .variable-or-property .token-domnode,
156 .variable-or-property[exception] > .title > .name {
157 color: var(--theme-highlight-red);
160 .CodeMirror-Tern-completion-bool:before {
161 background-color: #FF0000;
164 .variable-or-property .token-domnode {
170 .devtools-sidebar-tabs tabs,
171 .devtools-sidebar-alltabs,
172 .cm-s-mozilla .CodeMirror-dialog { /* General toolbar styling */
173 /* color: var(--theme-body-color-alt);
174 background-color: var(--theme-toolbar-background);*/
177 .theme-fg-contrast { /* To be used for text on theme-bg-contrast */
182 .computedview-colorswatch {
183 /* box-shadow: 0 0 0 1px #818181; */
186 .variables-view-scope:focus > .title,
187 .variable-or-property:focus > .title {
188 background-color: #008484; /* fg-color2 */
192 /* CodeMirror specific styles.
193 * Best effort to match the existing theme, some of the colors
194 * are duplicated here to prevent weirdness in the main theme. */
196 .CodeMirror.cm-s-mozilla { /* Inherit platform specific font sizing and styles */
197 font-family: inherit;
199 background: transparent;
202 .CodeMirror.cm-s-mozilla pre,
203 .cm-s-mozilla .cm-variable-2,
204 .cm-s-mozilla .cm-variable-3,
205 .cm-s-mozilla .cm-operator,
206 .cm-s-mozilla .cm-special {
207 color: var(--theme-content-color1);
210 .cm-s-mozilla .CodeMirror-lines .CodeMirror-cursor {
211 border-left: solid 1px #FF9F00;
214 .cm-s-mozilla.CodeMirror-focused .CodeMirror-selected { /* selected text (focused) */
219 .cm-s-mozilla .CodeMirror-selected { /* selected text (unfocused) */
224 .cm-s-mozilla .CodeMirror-activeline-background { /* selected color with alpha */
225 background: rgba(0, 132, 132, .25);
228 div.cm-s-mozilla span.CodeMirror-matchingbracket { /* highlight brackets */
229 outline: solid 1px rgba(0, 132, 132, .4);
233 /* Highlight for a line that contains an error. */
234 div.CodeMirror div.error-line {
235 background: rgba(255, 0, 0, 0.2);
238 /* Generic highlighted text */
239 div.CodeMirror span.marked-text {
240 background: rgba(255,207,0,0.2);
241 border: 1px dashed rgba(156, 156, 255, 0.6);
242 -moz-margin-start: -1px;
243 -moz-margin-end: -1px;
246 /* Highlight for evaluating current statement. */
247 div.CodeMirror span.eval-text {
248 background-color: #403800;
251 .cm-s-mozilla .CodeMirror-linenumber { /* line number text */
252 color: var(--theme-content-color2);
255 .cm-s-mozilla .CodeMirror-gutters { /* vertical line next to line numbers */
256 border-right-color: var(--theme-contrast-border);
257 background-color: var(--theme-contrast-background);
260 .cm-s-markup-view pre {
265 /* Twisty and checkbox controls */
266 .theme-twisty, .theme-checkbox {
269 background-repeat: no-repeat;
270 background-image: url("chrome://devtools/skin/images/controls.png");
271 background-size: 28px 28px;
276 background-position: -0px -14px;
279 .theme-twisty:-moz-focusring {
283 .theme-twisty[open] {
284 background-position: -14px -14px;
287 .theme-twisty[invisible] {
292 display: inline-block;
296 background-position: 0 0;
299 .theme-checkbox[checked] {
300 background-position: -14px 0;
303 @media (min-resolution: 1.1dppx) {
304 .theme-twisty, .theme-checkbox {
305 background-image: url("chrome://devtools/skin/images/controls@2x.png");
309 /* XUL panel styling (see devtools/client/shared/widgets/Tooltip.js) */
311 .theme-tooltip-panel .panel-arrowcontent {
313 background: rgba(0, 0, 0, .9);
314 /* border-radius: 5px;
316 border: 3px solid #9C9CFF; */
319 /* Overring panel arrow images to fit with our light and dark themes */
321 .theme-tooltip-panel .panel-arrow {
322 --arrow-margin: -4px;
325 :root[platform="win"] .theme-tooltip-panel .panel-arrow {
326 --arrow-margin: -7px;
329 .theme-tooltip-panel .panel-arrow[side="top"],
330 .theme-tooltip-panel .panel-arrow[side="bottom"] {
331 list-style-image: url("chrome://devtools/skin/tooltip/arrow-vertical-dark.png");
332 / !important is needed to override the popup.css rules in toolkit/themes /
333 width: 39px !important;
334 height: 16px !important;
337 .theme-tooltip-panel .panel-arrow[side="left"],
338 .theme-tooltip-panel .panel-arrow[side="right"] {
339 list-style-image: url("chrome://devtools/skin/tooltip/arrow-horizontal-dark.png");
340 / !important is needed to override the popup.css rules in toolkit/themes /
341 width: 16px !important;
342 height: 39px !important;
345 .theme-tooltip-panel .panel-arrow[side="top"] {
346 margin-bottom: var(--arrow-margin);
349 .theme-tooltip-panel .panel-arrow[side="bottom"] {
350 margin-top: var(--arrow-margin);
353 .theme-tooltip-panel .panel-arrow[side="left"] {
354 margin-right: var(--arrow-margin);
357 .theme-tooltip-panel .panel-arrow[side="right"] {
358 margin-left: var(--arrow-margin);
361 @media (min-resolution: 1.1dppx) {
362 .theme-tooltip-panel .panel-arrow[side="top"],
363 .theme-tooltip-panel .panel-arrow[side="bottom"] {
364 list-style-image: url("chrome://devtools/skin/tooltip/arrow-vertical-dark@2x.png");
367 .theme-tooltip-panel .panel-arrow[side="left"],
368 .theme-tooltip-panel .panel-arrow[side="right"] {
369 list-style-image: url("chrome://devtools/skin/tooltip/arrow-horizontal-dark@2x.png");
373 .theme-tooltip-panel .devtools-tooltip-simple-text {
375 border-bottom: 1px solid #A09090;
378 .theme-tooltip-panel .devtools-tooltip-simple-text:last-child {
383 .devtools-searchinput {
384 background-color: #000000;
386 border: 1px solid #9C9CFF;
389 .devtools-textinput:focus,
390 .devtools-searchinput:focus {
391 border-color: #008484;
394 .CodeMirror-Tern-fname {
399 .CodeMirror-Tern-tooltip {
400 background-color: #000000;
401 color: var(--theme-body-color);