list-style-image: url("chrome://browser/skin/tabbrowser/loading.png");
}
-#tabbrowser-tabs[positionpinnedtabs] > .tabbrowser-tab[pinned] {
- min-height: 16px; /* corresponds to the max. height of non-textual tab contents, i.e. the favicon */
-}
-
.tab-throbber[pinned],
.tab-icon-image[pinned] {
-moz-margin-start: 2px;
list-style-image: url("chrome://browser/skin/webapps-64.png");
}
+.popup-notification-icon[popupid="webRTC-shareDevices"] {
+ list-style-image: url("chrome://browser/skin/webRTC-shareDevice-64.png");
+}
+
/* Notification icon box */
#notification-popup-box {
position: relative;
list-style-image: url("chrome://mozapps/skin/plugins/pluginGeneric-16.png");
}
+#webRTC-notification-icon {
+ list-style-image: url("chrome://browser/skin/webRTC-shareDevice-16.png");
+}
+
#identity-popup-container {
min-width: 280px;
}
border-color: transparent;
}
+.gclitoolbar-input-node > .textbox-input-box > html|*.textbox-input::-moz-selection {
+ background-color: #008484;
+ color: #000000;
+ text-shadow: none;
+}
+
.gclitoolbar-complete-node {
padding-left: 21px;
background-color: transparent;
/* Responsive Mode */
-vbox[anonid=browserContainer][responsivemode] {
- background: #392900 url("chrome://browser/skin/devtools/responsive-background.png");
- box-shadow: 0 0 7px #9C9CFF inset;
+.browserContainer[responsivemode] {
+ background: #221500 url("chrome://browser/skin/devtools/responsive-background.png");
padding: 0 20px 20px 20px;
}
-stack[anonid=browserStack][responsivemode] {
+.browserStack[responsivemode] {
box-shadow: 0 0 7px #9C9CFF;
}
.gcli-row-out h4,
.gcli-row-out h5,
.gcli-row-out th,
-.gcli-row-out strong {
+.gcli-row-out strong,
+.gcli-row-out pre {
color: #FFCF00;
}
+.gcli-row-out pre {
+ font-size: 80%;
+}
+
.gcli-out-shortcut,
.gcli-help-synopsis {
padding: 0 3px;
color: #FF9F00;
}
-.property-header {
- padding: 5px 0;
- white-space: nowrap;
- vertical-align: text-top;
-}
-
/* Take away these two :visited rules to get a core dumper */
/* See https://bugzilla.mozilla.org/show_bug.cgi?id=575675#c30 */
.link,
height: 9px;
-moz-margin-start: 5px;
-moz-margin-end: 5px;
- background: url("chrome://global/skin/tree/twisty-closed.png") center center no-repeat;
+ background: url("chrome://global/skin/tree/twisty-closed.gif") center center no-repeat;
vertical-align: middle;
}
.expander[open] {
- background-image: url("chrome://global/skin/tree/twisty-open.png");
+ background-image: url("chrome://global/skin/tree/twisty-open.gif");
}
.match {
visibility: visible;
}
+.expander-container {
+ vertical-align: text-top;
+}
+
.property-name {
- font-size: 12px;
+ padding: 2px 0;
color: #FF9F00;
width: 220px;
}
+
.property-value {
padding: 0;
- font-size: 10px;
+ -moz-padding-end: 6px;
color: #8050B0;
- vertical-align: text-top;
width: 100%;
}
.ruleview-propertycontainer:hover > .ruleview-propertyvalue {
border-bottom-color: #9C9CFF;
}
+
+.ruleview-selector-separator, .ruleview-selector-unmatched {
+ color: #8050B0;
+}
}
#body {
- /* background: #000000; */
+ background-color: #000000;
}
/**
transform: scale(1.75, 1.75);
}
+#scripts-search-panel .description {
+ margin-top: -6px;
+ margin-bottom: 8px;
+ -moz-margin-start: 0;
+ -moz-margin-end: 0;
+}
+
+#scripts-search-panel button.operator {
+ min-width: 0;
+ margin: 0;
+ padding: 0;
+ font: 9pt "Liberation Mono", Consolas, "Courier New", monospace;
+}
+
+#scripts-search-panel label.operator {
+ -moz-padding-start: 6px;
+ padding-bottom: 1px;
+}
+
/**
* Stack frames and breakpoints panel
*/
height: 14px;
background-repeat: no-repeat;
background-position: center;
- background-image: url("chrome://global/skin/tree/twisty-clsd.png");
+ background-image: url("chrome://global/skin/tree/twisty-closed.gif");
}
.expander[expanded] {
- background-image: url("chrome://global/skin/tree/twisty-open.png");
+ background-image: url("chrome://global/skin/tree/twisty-open.gif");
}
.styleinspector-propertyeditor {
}
.readonly > .view {
- background: #000000;
+ background: #000000; /* super light green */
}
.ruler {
outline: 1px solid #008484;
}
-.token_singleline_comment {
- color: #33CC33; /* green */
-}
-
-.token_multiline_comment {
- color: #33CC33; /* green */
-}
-
+.token_singleline_comment,
+.token_multiline_comment,
.token_doc_comment {
- color: #33CC33; /* green */
+ color: #33CC33; /* grey */
}
.token_doc_html_markup {
}
.token_string {
- color: #9C9CFF; /* blue */
+ color: #9C9CFF; /* green */
font-style: italic;
}
.line_caret,
.annotationLine.currentLine { /* Current line */
- background: #402800; /* lighter than the background */
+ background: #402800;
}
.readonly .line_caret,
.readonly .annotationLine.currentLine {
- background: #402800; /* a bit darker than the background */
+ background: #402800;
}
/* Styling for html syntax highlighting */
.entity-name-tag {
- color: #E7ADE7; /* purple */
+ color: #E7ADE7; /* blue */
}
.entity-other-attribute-name {
- color: #E7ADE7; /* purple */
+ color: #E7ADE7; /* blue */
}
.punctuation-definition-comment {
- color: #33CC33; /* green */
+ color: #33CC33; /* grey */
}
.comment {
- color: #33CC33; /* green */
+ color: #33CC33; /* grey */
}
.string-quoted {
- color: #9C9CFF; /* blue */
- font-style: italic;
+ color: #9C9CFF; /* orange */
}
.invalid {