aboutsummaryrefslogtreecommitdiff
path: root/arc-firefox-theme/chrome/browser/devtools/commandline.css
diff options
context:
space:
mode:
Diffstat (limited to 'arc-firefox-theme/chrome/browser/devtools/commandline.css')
-rw-r--r--arc-firefox-theme/chrome/browser/devtools/commandline.css46
1 files changed, 14 insertions, 32 deletions
diff --git a/arc-firefox-theme/chrome/browser/devtools/commandline.css b/arc-firefox-theme/chrome/browser/devtools/commandline.css
index 7666eed..06d7512 100644
--- a/arc-firefox-theme/chrome/browser/devtools/commandline.css
+++ b/arc-firefox-theme/chrome/browser/devtools/commandline.css
@@ -2,36 +2,18 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-/* NOTE: THESE NEED TO STAY IN SYNC WITH LIGHT-THEME.CSS AND DARK-THEME.CSS.
- We are copy/pasting variables from light-theme and dark-theme,
- since they aren't loaded in this context (within commandlineoutput.xhtml
- and commandlinetooltip.xhtml). */
-:root[devtoolstheme="light"] {
- --gcli-background-color: #ebeced; /* --theme-tab-toolbar-background */
- --gcli-input-focused-background: #f7f7f7; /* --theme-sidebar-background */
- --gcli-input-color: #18191a; /* --theme-body-color */
- --gcli-border-color: #aaaaaa; /* --theme-splitter-color */
-}
-
-:root[devtoolstheme="dark"] {
- --gcli-background-color: #343c45; /* --theme-toolbar-background */
- --gcli-input-focused-background: #252c33; /* --theme-tab-toolbar-background */
- --gcli-input-color: #b6babf; /* --theme-body-color-alt */
- --gcli-border-color: black; /* --theme-splitter-color */
-}
-
.gcli-body {
margin: 0;
font: message-box;
- color: var(--gcli-input-color);
+ color: hsl(210,30%,85%);
}
#gcli-output-root,
#gcli-tooltip-root {
- border: 1px solid var(--gcli-border-color);
+ border: 1px solid hsl(206,37%,4%);
+ box-shadow: 0 1px 0 hsla(209,29%,72%,.25) inset;
+ background-image: linear-gradient(hsla(209,18%,18%,0.9), hsl(209,23%,18%));
border-radius: 3px;
- background-color: var(--gcli-background-color);
}
#gcli-output-root {
@@ -50,9 +32,9 @@
margin-left: 8px;
width: 20px;
height: 10px;
- border-left: 1px solid var(--gcli-border-color);
- border-right: 1px solid var(--gcli-border-color);
- background-color: var(--gcli-background-color);
+ border-left: 1px solid hsl(206,37%,4%);
+ border-right: 1px solid hsl(206,37%,4%);
+ background-color: hsl(209,23%,18%);
}
.gcli-tt-description,
@@ -65,7 +47,7 @@
line-height: 1.2em;
border-top: none;
border-bottom: none;
- color: var(--gcli-input-color);
+ color: hsl(210,30%,85%);
}
.gcli-row-out p,
@@ -83,7 +65,7 @@
.gcli-row-out th,
.gcli-row-out strong,
.gcli-row-out pre {
- color: var(--gcli-input-color);
+ color: hsl(210,30%,95%);
}
.gcli-row-out pre {
@@ -101,13 +83,13 @@
font-weight: normal;
font-size: 90%;
border-radius: 3px;
- background-color: var(--gcli-background-color);
- border: 1px solid var(--gcli-border-color);
+ background-color: hsl(209,23%,18%);
+ border: 1px solid hsl(206,37%,4%);
}
.gcli-out-shortcut:before,
.gcli-help-synopsis:before {
- color: var(--gcli-input-color);
+ color: hsl(210,30%,85%);
-moz-padding-end: 2px;
}
@@ -135,12 +117,12 @@
.gcli-menu-desc {
-moz-padding-end: 8px;
- color: var(--gcli-input-color);
+ color: hsl(210,30%,75%);
}
.gcli-menu-name:hover,
.gcli-menu-desc:hover {
- background-color: var(--gcli-input-focused-background);
+ background-color: hsla(0,0%,0%,.3);
}
.gcli-menu-highlight,