third and last part of syncing LCARStrek with Firefox 52 browser windows theme changes
[themes.git] / LCARStrek / devtools / dark-theme.css
CommitLineData
2efcd25d
RK
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/. */
5
dadba0f2 6@import url(variables.css);
873a46f8 7@import url(common.css);
dadba0f2 8@import url(toolbars.css);
1e9e1791 9@import url(tooltips.css);
dc9d5d64
RK
10
11body, html {
12 padding: 0;
13 margin: 0;
de5e780d
RK
14}
15
2efcd25d 16.theme-body {
de5e780d
RK
17 background: var(--theme-body-background);
18 color: var(--theme-body-color);
2efcd25d
RK
19}
20
45dc7657 21.theme-sidebar {
de5e780d
RK
22 background: var(--theme-sidebar-background);
23 color: var(--theme-content-color1);
45dc7657
RK
24}
25
dfa34f73 26::-moz-selection {
de5e780d
RK
27 background-color: var(--theme-selection-background);
28 color: var(--theme-selection-color);
dfa34f73
RK
29}
30
649b5d38 31.theme-bg-darker {
8c6555e2 32 background: var(--theme-selection-background-semitransparent);
2efcd25d
RK
33}
34
ed88669c
RK
35.theme-selected,
36.CodeMirror-hint-active {
de5e780d
RK
37 background-color: var(--theme-selection-background2);
38 color: var(--theme-selection-color2);
2efcd25d
RK
39}
40
de57e474 41.theme-bg-contrast,
de5e780d
RK
42.variable-or-property:not([overridden])[changed] {
43 background: var(--theme-contrast-background);
3a0880a9
RK
44}
45
7600e0b1 46.theme-link,
6f751fd1
RK
47.cm-s-mozilla .cm-link,
48.cm-s-mozilla .cm-keyword {
49 color: var(--theme-text-green);
2efcd25d
RK
50}
51
6568957a
RK
52/*
53 * FIXME: http://bugzil.la/575675 CSS links without :visited set cause assertion
54 * failures in debug builds.
55 */
56.theme-link:visited,
ed88669c 57.cm-s-mozilla .cm-link:visited,
de5e780d
RK
58.CodeMirror-Tern-type {
59 color: var(--theme-text-blue);
6568957a
RK
60}
61
7600e0b1
RK
62.theme-comment,
63.cm-s-mozilla .cm-meta,
64.cm-s-mozilla .cm-hr,
de57e474
RK
65.cm-s-mozilla .cm-comment,
66.variable-or-property .token-undefined,
de5e780d 67.variable-or-property .token-null,
ed88669c 68.CodeMirror-Tern-completion-unknown:before {
de5e780d 69 color: var(--theme-comment);
ed88669c
RK
70}
71
2efcd25d 72.theme-gutter {
7d6161c5 73 background-color: var(--theme-tab-toolbar-background);
de5e780d 74 color: var(--theme-content-color3);
7d6161c5 75 border-color: var(--theme-splitter-color);
2efcd25d
RK
76}
77
7d6161c5
RK
78.theme-separator {
79 border-color: var(--theme-splitter-color);
2efcd25d
RK
80}
81
7600e0b1 82.theme-fg-color1,
de57e474
RK
83.cm-s-mozilla .cm-number,
84.variable-or-property .token-number,
dfa34f73 85.variable-or-property[return] > .title > .name,
de5e780d 86.variable-or-property[scope] > .title > .name {
6f751fd1 87 color: var(--theme-highlight-red);
2efcd25d
RK
88}
89
ed88669c
RK
90.CodeMirror-Tern-completion-number:before {
91 background-color: #008484;
92}
93
7600e0b1
RK
94.theme-fg-color2,
95.cm-s-mozilla .cm-attribute,
7600e0b1 96.cm-s-mozilla .cm-def,
7600e0b1 97.cm-s-mozilla .cm-property,
de57e474 98.cm-s-mozilla .cm-qualifier,
de5e780d 99.variables-view-variable > .title > .name {
6f751fd1 100 color: var(--theme-highlight-purple);
2efcd25d
RK
101}
102
ed88669c
RK
103.CodeMirror-Tern-completion-object:before {
104 background-color: #9C9CFF;
105}
106
3d64e0ce
RK
107.cm-s-mozilla .cm-unused-line {
108 text-decoration: line-through;
de5e780d 109 text-decoration-color: #8050B0;
3d64e0ce
RK
110}
111
112.cm-s-mozilla .cm-executed-line {
113 background-color: #404000;
114}
115
7600e0b1 116.theme-fg-color3,
6568957a 117.cm-s-mozilla .cm-builtin,
7600e0b1 118.cm-s-mozilla .cm-tag,
de57e474 119.cm-s-mozilla .cm-header,
de5e780d 120.cm-s-mozilla .cm-bracket,
6184c7f7 121.variables-view-property > .title > .name {
6f751fd1 122 color: var(--theme-highlight-green);
2efcd25d
RK
123}
124
ed88669c 125.CodeMirror-Tern-completion-array:before {
de5e780d 126 color: var(--theme-highlight-pink); /* var(--theme-highlight-bluegrey) */
ed88669c
RK
127}
128
de5e780d
RK
129.theme-fg-color4 {
130 color: var(--theme-highlight-purple);
2efcd25d
RK
131}
132
6f751fd1
RK
133.theme-fg-color5 {
134 color: var(--theme-highlight-purple);
2efcd25d
RK
135}
136
6568957a
RK
137.theme-fg-color6,
138.cm-s-mozilla .cm-string,
de57e474 139.cm-s-mozilla .cm-string-2,
ed88669c 140.variable-or-property .token-string,
6f751fd1 141.cm-s-mozilla .cm-variable,
de5e780d 142.CodeMirror-Tern-farg {
6f751fd1 143 color: var(--theme-highlight-gray);
2efcd25d
RK
144}
145
ed88669c
RK
146.CodeMirror-Tern-completion-string:before,
147.CodeMirror-Tern-completion-fn:before {
148 background-color: #E7ADE7;
149}
150
7600e0b1 151.theme-fg-color7,
6568957a
RK
152.cm-s-mozilla .cm-atom,
153.cm-s-mozilla .cm-quote,
de57e474
RK
154.cm-s-mozilla .cm-error,
155.variable-or-property .token-boolean,
46e71434 156.variable-or-property .token-domnode,
de5e780d
RK
157.variable-or-property[exception] > .title > .name {
158 color: var(--theme-highlight-red);
2efcd25d 159}
3a0880a9 160
ed88669c
RK
161.CodeMirror-Tern-completion-bool:before {
162 background-color: #FF0000;
163}
164
46e71434
RK
165.variable-or-property .token-domnode {
166 font-weight: bold;
167}
168
6dc70335 169.theme-toolbar,
45dc7657 170.devtools-toolbar,
368d0b7f
RK
171.devtools-sidebar-tabs tabs,
172.devtools-sidebar-alltabs,
d0a8de80 173.cm-s-mozilla .CodeMirror-dialog { /* General toolbar styling */
de5e780d 174/* color: var(--theme-body-color-alt);
6f751fd1
RK
175 background-color: var(--theme-toolbar-background);
176 border-color: var(--theme-splitter-color);*/
6dc70335
RK
177}
178
3a0880a9
RK
179.theme-fg-contrast { /* To be used for text on theme-bg-contrast */
180 color: #FFCF00;
181}
182
6184c7f7
RK
183.ruleview-swatch,
184.computedview-colorswatch {
dccbbf95 185/* box-shadow: 0 0 0 1px #818181; */
3a0880a9 186}
7600e0b1 187
de57e474
RK
188.variables-view-scope:focus > .title,
189.variable-or-property:focus > .title {
190 background-color: #008484; /* fg-color2 */
191 color: #000000;
192}
193
7600e0b1
RK
194/* CodeMirror specific styles.
195 * Best effort to match the existing theme, some of the colors
196 * are duplicated here to prevent weirdness in the main theme. */
197
873a46f8 198.CodeMirror.cm-s-mozilla { /* Inherit platform specific font sizing and styles */
7600e0b1
RK
199 font-family: inherit;
200 font-size: inherit;
201 background: transparent;
202}
203
d0a8de80 204.CodeMirror.cm-s-mozilla pre,
6568957a
RK
205.cm-s-mozilla .cm-variable-2,
206.cm-s-mozilla .cm-variable-3,
7600e0b1 207.cm-s-mozilla .cm-operator,
de5e780d
RK
208.cm-s-mozilla .cm-special {
209 color: var(--theme-content-color1);
7600e0b1
RK
210}
211
212.cm-s-mozilla .CodeMirror-lines .CodeMirror-cursor {
213 border-left: solid 1px #FF9F00;
214}
215
216.cm-s-mozilla.CodeMirror-focused .CodeMirror-selected { /* selected text (focused) */
217 background: #008484;
218 color: #FFCF00;
219}
220
6568957a 221.cm-s-mozilla .CodeMirror-selected { /* selected text (unfocused) */
7600e0b1
RK
222 background: #008484;
223 color: #000000;
224}
225
6568957a 226.cm-s-mozilla .CodeMirror-activeline-background { /* selected color with alpha */
3886293f 227 background: rgba(0, 132, 132, .25);
6568957a
RK
228}
229
230div.cm-s-mozilla span.CodeMirror-matchingbracket { /* highlight brackets */
3886293f 231 outline: solid 1px rgba(0, 132, 132, .4);
6568957a
RK
232 color: #FFCF00;
233}
234
d2ce251d
RK
235/* Highlight for a line that contains an error. */
236div.CodeMirror div.error-line {
3886293f 237 background: rgba(255, 0, 0, 0.2);
d2ce251d
RK
238}
239
d2ce251d
RK
240/* Generic highlighted text */
241div.CodeMirror span.marked-text {
242 background: rgba(255,207,0,0.2);
3886293f 243 border: 1px dashed rgba(156, 156, 255, 0.6);
dae45075
RK
244 margin-inline-start: -1px;
245 margin-inline-end: -1px;
d2ce251d
RK
246}
247
248/* Highlight for evaluating current statement. */
249div.CodeMirror span.eval-text {
250 background-color: #403800;
251}
252
6568957a 253.cm-s-mozilla .CodeMirror-linenumber { /* line number text */
de5e780d 254 color: var(--theme-content-color2);
6568957a
RK
255}
256
257.cm-s-mozilla .CodeMirror-gutters { /* vertical line next to line numbers */
de5e780d
RK
258 border-right-color: var(--theme-contrast-border);
259 background-color: var(--theme-contrast-background);
7600e0b1
RK
260}
261
262.cm-s-markup-view pre {
263 line-height: 1.4em;
264 min-height: 1.4em;
265}
c5987919 266
649b5d38
RK
267/* Twisty and checkbox controls */
268.theme-twisty, .theme-checkbox {
269 width: 14px;
270 height: 14px;
271 background-repeat: no-repeat;
6184c7f7 272 background-image: url("chrome://devtools/skin/images/controls.png");
649b5d38
RK
273 background-size: 28px 28px;
274}
275
276.theme-twisty {
277 cursor: pointer;
278 background-position: -0px -14px;
279}
280
281.theme-twisty:-moz-focusring {
282 outline-style: none;
283}
284
285.theme-twisty[open] {
286 background-position: -14px -14px;
287}
288
2b5a5147
RK
289.theme-twisty[invisible] {
290 visibility: hidden;
291}
292
ec6b35d8
RK
293/* Mirror the twisty for rtl direction */
294.theme-twisty:dir(rtl),
295.theme-twisty:-moz-locale-dir(rtl) {
296 transform: scaleX(-1);
297}
298
649b5d38
RK
299.theme-checkbox {
300 display: inline-block;
301 border: 0;
302 padding: 0;
303 outline: none;
304 background-position: 0 0;
305}
306
307.theme-checkbox[checked] {
308 background-position: -14px 0;
309}
310
024a65e9 311@media (min-resolution: 1.1dppx) {
649b5d38 312 .theme-twisty, .theme-checkbox {
6184c7f7 313 background-image: url("chrome://devtools/skin/images/controls@2x.png");
649b5d38
RK
314 }
315}
316
6184c7f7 317/* XUL panel styling (see devtools/client/shared/widgets/Tooltip.js) */
6dc70335
RK
318
319.theme-tooltip-panel .panel-arrowcontent {
320/* padding: 5px; */
321 background: rgba(0, 0, 0, .9);
322/* border-radius: 5px;
323 box-shadow: none;
324 border: 3px solid #9C9CFF; */
325}
326
327/* Overring panel arrow images to fit with our light and dark themes */
328/*
d0a8de80
RK
329.theme-tooltip-panel .panel-arrow {
330 --arrow-margin: -4px;
331}
332
333:root[platform="win"] .theme-tooltip-panel .panel-arrow {
334 --arrow-margin: -7px;
6dc70335
RK
335}
336
d0a8de80 337.theme-tooltip-panel .panel-arrow[side="top"],
6dc70335 338.theme-tooltip-panel .panel-arrow[side="bottom"] {
dc9d5d64 339 list-style-image: url("chrome://devtools/skin/tooltip/arrow-vertical-dark.png");
d0a8de80
RK
340 / !important is needed to override the popup.css rules in toolkit/themes /
341 width: 39px !important;
342 height: 16px !important;
6dc70335
RK
343}
344
d0a8de80
RK
345.theme-tooltip-panel .panel-arrow[side="left"],
346.theme-tooltip-panel .panel-arrow[side="right"] {
dc9d5d64 347 list-style-image: url("chrome://devtools/skin/tooltip/arrow-horizontal-dark.png");
d0a8de80
RK
348 / !important is needed to override the popup.css rules in toolkit/themes /
349 width: 16px !important;
350 height: 39px !important;
351}
352
353.theme-tooltip-panel .panel-arrow[side="top"] {
354 margin-bottom: var(--arrow-margin);
355}
356
357.theme-tooltip-panel .panel-arrow[side="bottom"] {
358 margin-top: var(--arrow-margin);
359}
360
361.theme-tooltip-panel .panel-arrow[side="left"] {
362 margin-right: var(--arrow-margin);
6dc70335
RK
363}
364
365.theme-tooltip-panel .panel-arrow[side="right"] {
d0a8de80 366 margin-left: var(--arrow-margin);
6dc70335
RK
367}
368
024a65e9 369@media (min-resolution: 1.1dppx) {
6dc70335
RK
370 .theme-tooltip-panel .panel-arrow[side="top"],
371 .theme-tooltip-panel .panel-arrow[side="bottom"] {
dc9d5d64 372 list-style-image: url("chrome://devtools/skin/tooltip/arrow-vertical-dark@2x.png");
6dc70335
RK
373 }
374
375 .theme-tooltip-panel .panel-arrow[side="left"],
376 .theme-tooltip-panel .panel-arrow[side="right"] {
dc9d5d64 377 list-style-image: url("chrome://devtools/skin/tooltip/arrow-horizontal-dark@2x.png");
6dc70335
RK
378 }
379}
380*/
381.theme-tooltip-panel .devtools-tooltip-simple-text {
382/* color: white; */
383 border-bottom: 1px solid #A09090;
384}
385
386.theme-tooltip-panel .devtools-tooltip-simple-text:last-child {
6184c7f7 387 border-bottom: 0;
6dc70335
RK
388}
389
45dc7657 390.devtools-textinput,
6f751fd1 391.devtools-searchinput,
60156ae2
RK
392.devtools-filterinput,
393.devtools-plaininput {
45dc7657
RK
394 background-color: #000000;
395 color: #E7ADE7;
1f756abf 396 border: 1px solid #9C9CFF;
60156ae2 397 border-radius: 3px;
1f756abf
RK
398}
399
400.devtools-textinput:focus,
6f751fd1 401.devtools-searchinput:focus,
60156ae2
RK
402.devtools-filterinput:focus,
403.devtools-plaininput:focus {
1f756abf 404 border-color: #008484;
45dc7657
RK
405}
406
689d5552
RK
407.devtools-textinput::placeholder,
408.devtools-searchinput::placeholder,
409.devtools-filterinput::placeholder,
410.devtools-plaininput::placeholder {
60156ae2
RK
411 color: #8050B0;
412 opacity: 1.0;
413}
414
ed88669c
RK
415.CodeMirror-Tern-fname {
416 color: #A09090;
417}
418
419.CodeMirror-hints,
420.CodeMirror-Tern-tooltip {
421 background-color: #000000;
de5e780d 422 color: var(--theme-body-color);
ed88669c 423}