/* === BEGIN chat.inc.css === */
+#social-sidebar-header {
+ padding: 3px;
+}
+
+#social-sidebar-button {
+ -moz-appearance: none;
+ list-style-image: url("chrome://browser/skin/social/gear_default.png");
+ min-width: 16px;
+ padding: 0;
+ margin: 2px;
+}
+#social-sidebar-button:hover,
+#social-sidebar-button:hover:active {
+ list-style-image: url("chrome://browser/skin/social/gear_clicked.png");
+}
+#social-sidebar-button > .toolbarbutton-menu-dropmarker {
+ display: none;
+}
+
+#social-sidebar-button[loading="true"] {
+ list-style-image: url("chrome://global/skin/icons/loading.gif");
+}
+
+#social-sidebar-favico {
+ max-height: 16px;
+ max-width: 16px;
+ padding: 0;
+ margin: 2px;
+}
+
.chat-status-icon {
max-height: 16px;
max-width: 16px;
color: #FF9F00;
}
+::-moz-selection {
+ background-color: #008484;
+ color: #FFCF00;
+}
+
.theme-twisty {
cursor: pointer;
width: 14px;
}
.theme-bg-contrast,
-.variable-or-property[changed] { /* contrast bg color to attract attention on a container */
+.variable-or-property:not([overridden])[changed] { /* contrast bg color to attract attention on a container */
background: #402800;
}
.theme-fg-color1,
.cm-s-mozilla .cm-number,
.variable-or-property .token-number,
-.variable-or-property[return] > .title > .name { /* original: green */
+.variable-or-property[return] > .title > .name,
+.variable-or-property[scope] > .title > .name { /* original: green */
color: #008484;
}
.cm-s-mozilla .cm-def,
.cm-s-mozilla .cm-property,
.cm-s-mozilla .cm-qualifier,
-.variables-view-variable > .title > .name,
-.variable-or-property[scope] > .title > .name { /* original: blue */
+.variables-view-variable > .title > .name { /* original: blue */
color: #9C9CFF;
}
/*-moz-box-orient: horizontal;*/
}
-.devtools-toolbarbutton:not([checked=true]):hover:active {
+.devtools-toolbarbutton:not([checked]):hover:active {
}
.devtools-menulist[open=true],
.devtools-toolbarbutton[open=true],
-.devtools-toolbarbutton[checked=true] {
+.devtools-toolbarbutton[checked] {
}
-.devtools-toolbarbutton[checked=true] {
+.devtools-toolbarbutton[checked] {
}
-.devtools-toolbarbutton[checked=true]:hover:active {
+.devtools-toolbarbutton[checked]:hover:active {
}
.devtools-option-toolbarbutton {
.devtools-textinput,
.devtools-searchinput {
- -moz-appearance: none;
-/* margin: 0 3px;
- min-height: 22px;
- border: 1px solid hsla(211,68%,6%,.6);
- box-shadow: inset 0 1px 0 hsla(211,68%,6%,.05), 0 0 0 1px hsla(210,40%,83%,.1);
+/* -moz-appearance: none;
+ margin: 0 3px;
+ border: 1px solid rgb(88, 94, 101);
border-radius: 2px;
- background-color: transparent;
- background-image: linear-gradient(hsla(210,16%,76%,.15), hsla(210,16%,76%,.35));
- padding: 3px;*/
- transition-property: background-color, border-color, box-shadow;
- transition-duration: 150ms;
- transition-timing-function: ease;
-/* color: inherit; */
+ background-color: rgba(24, 29, 32, 1);
+ padding: 4px 6px;
+ color: rgba(184, 200, 217, 1);*/
}
.devtools-searchinput {
- background-image: url("magnifying-glass.png")/*, linear-gradient(hsla(210,16%,76%,.15), hsla(210,16%,76%,.35))*/;
- background-repeat: no-repeat;
- background-position: 4px center, top left, top left;
-/* padding-top: 0;
- padding-bottom: 0;*/
- -moz-padding-start: 18px;
+/* padding-top: 3px;
+ padding-bottom: 3px;*/
+ -moz-padding-start: 22px;
-moz-padding-end: 12px;
+ background-image: url("magnifying-glass.png");
+ background-position: 8px center;
+ background-repeat: no-repeat;
font-size: inherit;
}
.devtools-searchinput:-moz-locale-dir(rtl) {
- background-position: calc(100% - 4px) center, top left, top left;
+ background-position: calc(100% - 8px) center;
}
.devtools-searchinput > .textbox-input-box > .textbox-search-icons {
display: none;
}
-.devtools-searchinput > .textbox-input-box > .textbox-input::-moz-placeholder {
-/* color: hsl(208,10%,66%);*/
-}
-
.devtools-no-search-result {
-/* box-shadow: inset 0 0 0 1px hsla(0,68%,6%,.35);
- border-color: hsl(10,70%,40%) hsl(10,75%,37%) hsl(10,80%,35%) !important;*/
- background-image: url("magnifying-glass.png"), linear-gradient(rgba(255,0,0,.15), rgba(255,0,0,.35));
+ border-color: #FF0000 !important;
}
/* Close button */
.devtools-sidebar-tabs > tabs > tab:hover:active {
}
-.devtools-sidebar-tabs > tabs > tab[selected=true] + tab {
+.devtools-sidebar-tabs > tabs > tab[selected] + tab {
}
-.devtools-sidebar-tabs > tabs > tab[selected=true] + tab:hover {
+.devtools-sidebar-tabs > tabs > tab[selected] + tab:hover {
}
-.devtools-sidebar-tabs > tabs > tab[selected=true] + tab:hover:active {
+.devtools-sidebar-tabs > tabs > tab[selected] + tab:hover:active {
}
-.devtools-sidebar-tabs > tabs > tab[selected=true] {
+.devtools-sidebar-tabs > tabs > tab[selected] {
}
-.devtools-sidebar-tabs > tabs > tab[selected=true]:hover {
+.devtools-sidebar-tabs > tabs > tab[selected]:hover {
}
-.devtools-sidebar-tabs > tabs > tab[selected=true]:hover:active {
+.devtools-sidebar-tabs > tabs > tab[selected]:hover:active {
}
/* Toolbox - moved from toolbox.css.
}
.devtools-tab:active > image,
-.devtools-tab[selected=true] > image {
+.devtools-tab[selected] > image {
}
.devtools-tab:hover,
color: #000000;
}
-.devtools-tab[selected=true] {
+.devtools-tab[selected] {
background-color: #008484;
color: #000000;
}
-moz-margin-end: 3px;
}
-.devtools-tab:not(.highlighted) > .highlighted-icon,
-.devtools-tab[selected=true] > .highlighted-icon,
-.devtools-tab:not([selected=true]).highlighted > .default-icon {
+.devtools-tab:not([highlighted]) > .highlighted-icon,
+.devtools-tab[selected] > .highlighted-icon,
+.devtools-tab:not([selected])[highlighted] > .default-icon {
visibility: collapse;
}
-.devtools-tab:not([selected=true]).highlighted {
+.devtools-tab:not([selected])[highlighted] {
color: #FFCF00;
}
-.devtools-tab:not(.highlighted) > .highlighted-icon,
-.devtools-tab[selected=true] > .highlighted-icon,
-.devtools-tab:not([selected=true]).highlighted > .default-icon {
+.devtools-tab:not([highlighted]) > .highlighted-icon,
+.devtools-tab[selected] > .highlighted-icon,
+.devtools-tab:not([selected])[highlighted] > .default-icon {
visibility: collapse;
}
/* Sources and breakpoints pane */
-#sources-pane {
- min-width: 50px;
-}
-
#sources-pane > tabs {
-moz-border-end: 1px solid #9C9CFF; /* Match the sources list's dark margin. */
}
-#sources-and-editor-splitter {
- -moz-border-start-color: transparent;
+#sources-pane[selectedIndex="0"] + #sources-and-editor-splitter {
+ border-color: transparent;
}
#sources-toolbar > .devtools-toolbarbutton,
#black-boxed-message,
#source-progress-container {
background-color: #A09090;
- /* Prevent the container deck from aquiring the height from this message. */
+ /* Prevent the container deck from aquiring the size from this message. */
+ min-width: 1px;
min-height: 1px;
color: #000000;
}
padding: .25em;
}
+/* Tracer */
+
+#trace {
+ list-style-image: url("tracer-icon.png");
+ -moz-image-region: rect(0px,16px,16px,0px);
+}
+
+#trace:hover,
+#trace[checked] {
+ -moz-image-region: rect(0px,32px,16px,16px);
+}
+
+#start-tracing {
+ padding: 4px;
+ margin: 4px;
+}
+
+#clear-tracer {
+ /* Make this button as narrow as the text inside it. */
+ min-width: 1px;
+}
+
+#tracer-message {
+ /* Prevent the container deck from aquiring the height from this message. */
+ min-height: 1px;
+}
+
+.trace-name {
+ -moz-padding-start: 4px !important;
+}
+
+#tracer-traces > scrollbox {
+ overflow: scroll;
+ /* Hack to enable hardware acceleration */
+ transform: translateZ(0);
+}
+
+/* Tracer dark+light theme */
+
+#tracer-message {
+ color: #FF9F00; /* Light foreground text */
+}
+
+.trace-item {
+ color: #FF9F00; /* Light foreground text */
+}
+
+.trace-item.selected-matching {
+ background-color: #004242; /* Select highlight blue at 40% alpha */
+}
+
+.selected > .trace-item {
+ background-color: #004242; /* Select highlight blue at 75% alpha */
+}
+
+.trace-call {
+ color: #9C9CFF; /* highlight blue */
+}
+
+.trace-return,
+.trace-yield {
+ color: #008484; /* highlight green */
+}
+
+.trace-throw {
+ color: #FF0000; /* highlight red */
+}
+
+.trace-param {
+ color: #E7ADE7; /* Content text light */
+}
+
+.trace-syntax {
+ color: #A09090; /* highlight grey */
+}
+
/* ListWidget items */
.list-widget-item {
/* Instruments pane (watch expressions, variables, event listeners...) */
-#instruments-pane > tabs > tab {
-/* min-height: 25px !important;
- padding: 0 !important;*/
-}
-
#instruments-pane .side-menu-widget-container,
#instruments-pane .side-menu-widget-empty-notice-container {
/* box-shadow: none !important; */
padding: 1px 4px;
margin-top: 4px;
-moz-user-select: none;
+ word-wrap: break-word;
}
.ruleview-rule-source:hover {
.ruleview-property {
border-left: 2px solid transparent;
+ clear: right;
}
.ruleview-property > * {
border-bottom-color: #008484;
}
+.ruleview-selector {
+ word-wrap: break-word;
+}
+
.ruleview-selector-separator, .ruleview-selector-unmatched {
color: #8050B0;
}
/* Generic pane helpers */
.generic-toggled-side-pane {
- min-width: 50px;
-moz-margin-start: 0px !important;
/* Unfortunately, transitions don't work properly with locale-aware properties,
so both the left and right margins are set via js, while the start margin
/* SideMenuWidget */
.side-menu-widget-container {
+ /* Hack: force hardware acceleration */
+ transform: translateZ(1px);
+
background-color: #000000;
color: #FF9F00;
}
/* VariablesView */
+.variables-view-container:not([empty]) {
+ /* Hack: force hardware acceleration */
+ transform: translateZ(1px);
+}
+
.variables-view-empty-notice {
color: #A09090;
padding: 2px;
color: #000000;
}
-.variables-view-scope > .variables-view-element-details:not(:empty) {
- -moz-margin-start: 2px;
- -moz-margin-end: 1px;
-}
+/* Generic variables traits */
-/* Generic traits applied to both variables and properties */
+.variables-view-variable:not(:last-child) {
+ border-bottom: 1px solid #A09090;
+}
-.variable-or-property {
- transition: background 1s ease-in-out, color 1s ease-in-out;
+.variables-view-variable > .title > .name {
+ font-weight: 600;
}
-.variable-or-property[changed] {
- color: #000000;
- transition-duration: .4s;
+/* Generic variables *and* properties traits */
+
+.variable-or-property:focus > .title > label {
+ color: inherit !important;
}
.variable-or-property > .title > .value {
-moz-box-flex: 1;
- -moz-padding-start: 6px;
- -moz-padding-end: 4px;
}
-.variable-or-property[editable] > .title > .value {
- cursor: text;
+.variable-or-property > .title > .arrow {
+ -moz-margin-start: 3px;
}
.variable-or-property:not([untitled]) > .variables-view-element-details {
- -moz-margin-start: 10px;
+ -moz-margin-start: 7px;
}
-/* Custom variables and properties traits */
+/* Traits applied when variables or properties are changed or overridden */
-.variables-view-variable {
- -moz-margin-start: 1px;
- -moz-margin-end: 1px;
+.variable-or-property:not([overridden]) {
+ transition: background 1s ease-in-out, color 1s ease-in-out;
}
-.variables-view-variable:not(:last-child) {
- border-bottom: 1px solid #A09090;
+.variable-or-property:not([overridden])[changed] {
+ color: #000000;
+ transition-duration: .4s;
}
-.variables-view-variable > .title > .name {
- font-weight: 600;
+.variable-or-property[overridden] {
+ background: rgba(160,144,144,0.0.5);
}
-.variable-or-property:focus > .title > label {
- color: inherit !important;
+.variable-or-property[overridden] .title > label {
+ /* Cross out the title for this variable and all child properties. */
+ font-style: italic;
+ text-decoration: line-through;
+ border-bottom: none !important;
+ color: #A09090;
+ opacity: 0.7;
}
+/* Traits applied when variables or properties are editable */
+
+.variable-or-property[editable] > .title > .value {
+ cursor: text;
+}
+
+.variable-or-property[overridden] .title > .value {
+ /* Disallow editing this variable and all child properties. */
+ pointer-events: none;
+}
/* Custom configurable/enumerable/writable or frozen/sealed/extensible
* variables and properties */
-.variable-or-property[non-enumerable]:not([self]):not([exception]):not([return]):not([scope]) > .title > .name {
+.variable-or-property[non-enumerable]:not([self]):not([pseudo-item]) > .title > .name {
opacity: 0.6;
}
-.variable-or-property[non-configurable] > .title > .name {
+.variable-or-property[non-configurable]:not([pseudo-item]) > .title > .name {
border-bottom: 1px dashed #9C9CFF;
}
-.variable-or-property[non-writable] > .title > .name {
+.variable-or-property[non-writable]:not([pseudo-item]) > .title > .name {
border-bottom: 1px dashed #FF0000;
}
-.variable-or-property[safe-getter] > .title > .name {
+.variable-or-property[safe-getter]:not([pseudo-item]) > .title > .name {
border-bottom: 1px dashed #A09090;
}
margin: 0 2px 0 2px;
}
-.variable-or-property[non-enumerable] > tooltip > label[value=enumerable],
-.variable-or-property[non-configurable] > tooltip > label[value=configurable],
-.variable-or-property[non-writable] > tooltip > label[value=writable]
-.variable-or-property[non-extensible] > tooltip > label[value=extensible] {
+.variable-or-property[non-enumerable] > tooltip > label.enumerable,
+.variable-or-property[non-configurable] > tooltip > label.configurable,
+.variable-or-property[non-writable] > tooltip > label.writable
+.variable-or-property[non-extensible] > tooltip > label.extensible {
color: #A09090;
text-decoration: line-through;
}
-.variable-or-property[safe-getter] > tooltip > label[value=WebIDL] {
+.variable-or-property[overridden] > tooltip > label.overridden {
+ -moz-padding-start: 4px;
+ -moz-border-start: 1px dotted #9C9CFF;
+}
+
+.variable-or-property[safe-getter] > tooltip > label.WebIDL {
-moz-padding-start: 4px;
-moz-border-start: 1px dotted #9C9CFF;
color: #008484;
}
.element-value-input {
- -moz-margin-start: 4px !important;
+ -moz-margin-start: -2px !important;
-moz-margin-end: 2px !important;
}