--theme-selection-color: #000000;
--theme-selection-background2: #004242;
--theme-selection-color2: #FF9F00;
+ --theme-selection-background-semitransparent: rgba(0, 132, 132, .5);
--theme-splitter-color: #9C9CFF;
--theme-comment: #A09090;
}
.theme-bg-darker {
- background-color: rgba(0,0,0,0.5);
+ background: var(--theme-selection-background-semitransparent);
}
.theme-selected,
}
.font-preview {
+ margin-left: -4px;
height: 60px;
- width: 100%;
- border: 0;
display: block;
}
/* === file identical to profiler.inc.css === */
+/* CSS Variables specific to this panel that aren't defined by the themes */
+.theme-dark,
+.theme-light {
+ --cell-border-color: #9C9CFF;
+ --focus-cell-border-color: #9C9CFF;
+ --row-alt-background-color: #402800;
+ --row-hover-background-color: #795900;
+}
+
window {
padding: 0;
}
.call-tree-header:not(:last-child),
.call-tree-cell:not(:last-child) {
- -moz-border-end: 1px solid;
+ -moz-border-end-width: 1px;
+ -moz-border-end-style: solid;
}
.call-tree-header,
.call-tree-cell {
- -moz-border-end-color: #9C9CFF;
+ -moz-border-end-color: var(--cell-border-color);
}
.call-tree-header:not(:last-child) {
}
.call-tree-item:last-child:not(:focus) {
- border-bottom: #9C9CFF;
+ border-bottom: 1px solid var(--cell-border-color);
}
.call-tree-item:nth-child(2n) {
- background-color: #392900;
+ background-color: var(--row-alt-background-color);
}
.call-tree-item:hover {
- background-color: #392900;
+ background-color: var(--row-hover-background-color);
}
.call-tree-item:focus {
}
.call-tree-item:focus .call-tree-cell {
- -moz-border-end-color: #9C9CFF;
+ -moz-border-end-color: var(--focus-cell-border-color);
}
.call-tree-item:not([origin="content"]) .call-tree-name,
}
.message:hover {
- background-color: #404000;
+ background-color: var(--theme-contrast-background);
}
.message[severity=error] {
* 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/. */
+#PopupSearchAutoComplete {
+ -moz-margin-start: -25px;
+}
+
.searchbar-dropmarker-image {
--searchbar-dropmarker-url: url("chrome://global/skin/arrow/arrow-down.gif");
--searchbar-dropmarker-hover-url: url("chrome://global/skin/arrow/arrow-down-hover.gif");
height: 16px;
width: 16px;
list-style-image: url("chrome://global/skin/filepicker/file.gif");
- -moz-margin-start: 2px;
}
.searchbar-engine-button {
font-weight: bold;
}
-
.searchbar-search-button-container {
-moz-box-align: center;
- padding: 3px 4px;
- -moz-padding-end: 2px;
}
.searchbar-search-button {
list-style-image: url("chrome://browser/skin/search-indicator.png");
-moz-image-region: rect(0, 20px, 20px, 0);
- margin: -2px -2px;
+ margin-top: 1px;
+ margin-bottom: 1px;
+ -moz-margin-start: 4px;
border-radius: 3px;
}
+.searchbar-search-button[addengines="true"] {
+ list-style-image: url("chrome://browser/skin/search-indicator-badge-add.png");
+}
+
.searchbar-search-button:hover,
.searchbar-search-button:hover:active {
-moz-image-region: rect(0, 40px, 20px, 20px);
color: #000000;
}
-.addengine-item > .button-box > .button-icon {
+.addengine-icon {
height: 16px;
width: 16px;
}
+.addengine-badge {
+ width: 16px;
+ height: 16px;
+ margin: -7px -9px 7px 9px;
+ list-style-image: url("chrome://browser/skin/badge-add-engine.png");
+}
+
.addengine-item > .button-box > .button-text {
-moz-box-flex: 1;
text-align: start;