* 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/. */
+@import url("toolbox.css"); /* workaround until the move to toolbars.inc.css is done */
+
/* According to:
* https://bugzilla.mozilla.org/show_bug.cgi?id=715472#c17
*/
.theme-fg-color6,
.cm-s-mozilla .cm-string,
.cm-s-mozilla .cm-string-2 { /* original: Orange */
- color: #FF9F00;
+ color: #E7ADE7;
}
.theme-fg-color7,
}
.cm-s-mozilla .CodeMirror-gutters { /* vertical line next to line numbers */
- border-right-color: #9C9CFF;
+ border-right-color: #A09090;
+ background: #402800;
}
.cm-s-markup-view pre {
line-height: 1.4em;
min-height: 1.4em;
}
+
+/* remove import on top of file when toolbars.inc.css work is done */
-moz-image-region: rect(0px, 32px, 16px, 16px);
}
+#command-button-pick {
+ list-style-image: url("chrome://browser/skin/devtools/command-pick.png");
+ -moz-image-region: rect(0px, 16px, 16px, 0px);
+}
+
+#command-button-pick:hover,
+#command-button-pick:hover:active {
+ -moz-image-region: rect(0px, 32px, 16px, 16px);
+}
+
+#command-button-splitconsole {
+ list-style-image: url("chrome://browser/skin/devtools/command-console.png");
+ -moz-image-region: rect(0px, 16px, 16px, 0px);
+}
+
+#command-button-splitconsole:hover,
+#command-button-splitconsole:hover:active {
+ -moz-image-region: rect(0px, 32px, 16px, 16px);
+}
+
/* Tabs */
.devtools-tab > image {
-moz-margin-end: 0px;
/* -moz-margin-start: 4px; */
+ max-height: 16px;
+ width: 16px; /* Prevents collapse during theme switching */
}
#toolbox-tab-options > image {