--- /dev/null
+body {
+ background-color: #000000;
+ margin-top: 2em;
+ font: 11px "Liberation Sans",Arial,Tahoma,Helvetica,sans-serif;
+}
+
+p {
+ font-size: .8em;
+}
+
+#error-box {
+ border: 2px solid #FFCF00;
+ border-radius: 10px;
+ background: url('chrome://global/skin/icons/information-24.png') no-repeat left 4px;
+ -moz-padding-start: 30px;
+}
+
+#error-box:-moz-locale-dir(rtl) {
+ background-position: right 4px;
+}
+
+#main-error-msg {
+ color: #A09090;
+ font-weight: bold;
+}
+
+#report-box {
+ text-align: center;
+ width: 75%;
+ margin: 0 auto;
+ display: none;
+}
+
+.crashDumpAvaible #report-box {
+ display: block
+}
+
+#button-box {
+ text-align: center;
+ width: 75%;
+ margin: 0 auto;
+}
+
+@media all and (min-width: 300px) {
+ #error-box {
+ max-width: 50%;
+ margin: 0 auto;
+ background-image: url('chrome://global/skin/icons/information-32.png');
+ min-height: 36px;
+ -moz-padding-start: 38px;
+ }
+
+ button {
+ width: auto !important;
+ min-width: 150px;
+ }
+}
+
+@media all and (min-width: 780px) {
+ #error-box {
+ max-width: 30%;
+ }
+}
+
+button {
+ border-radius: 10px;
+ background: #C09070;
+ color: #000000;
+ border: none;
+ padding: 0 .5em;
+}
+
+button:hover,
+button:hover:active {
+ background-color: #FFCF00;
+ color: #000000;
+}
list-style-image: url("chrome://mozapps/skin/passwordmgr/key-64.png");
}
+.popup-notification-icon[popupid="webapps-install-progress"],
.popup-notification-icon[popupid="webapps-install"] {
list-style-image: url("chrome://global/skin/icons/webapps-64.png");
}
}
.theme-bg-darker {
- background-color: rgba(0,0,0,0.1);
+ background-color: rgba(0,0,0,0.5);
}
.theme-link { /* original: blue */
}
.side-menu-widget-item-checkbox {
- -moz-appearance: none;
+ -moz-margin-end: -6px;
padding: 0;
- margin: 0 -4px 0 4px;
opacity: 0;
- transition: opacity .25s ease 0s;
+ transition: opacity .15s ease 0s;
}
/* Only show the checkbox when the source is hovered over, is selected, or if it
.side-menu-widget-item.selected > .side-menu-widget-item-checkbox,
.side-menu-widget-item-checkbox:not([checked]) {
opacity: 1;
- transition: opacity .25s ease-out 0s;
+ transition: opacity .15s ease-out 0s;
}
.side-menu-widget-item-checkbox > .checkbox-check {
background-image: url("itemToggle.png");
background-repeat: no-repeat;
background-clip: content-box;
- background-position: -24px 0;
- width: 24px;
- height: 24px;
+ background-position: -16px 0;
+ background-size: 32px 16px;
+ width: 16px;
+ height: 16px;
border: 0;
}
background-position: 0 0;
}
+.side-menu-widget-item-checkbox:not([checked]) ~ .side-menu-widget-item-contents {
+ color: #8050B0;
+}
+
.side-menu-widget-item-checkbox:not([checked]) ~ .side-menu-widget-item-contents > .dbg-breakpoint {
display: none;
}
/* Sources and breakpoints view */
.dbg-breakpoint {
- font-family: "Liberation Mono", Consolas, "Courier New", monospace;
+ -moz-margin-start: -14px;
}
.dbg-breakpoint-line {
.dbg-breakpoint-text {
-moz-margin-start: 10px !important;
font-style: italic;
+ font-size: 90%;
+}
+
+.dbg-breakpoint-checkbox {
+ width: 16px;
+ height: 16px;
+ margin: 2px;
}
/* Watch expressions view */
.dbg-expression-input {
-moz-padding-start: 2px !important;
- font-family: "Liberation Mono", Consolas, "Courier New", monospace;
}
/* Searchbox and the search operations help panel */
-moz-margin-start: 2px;
-moz-margin-end: 6px;
text-align: center;
- font-family: "Liberation Mono", Consolas, "Courier New", monospace;
}
.searchbox-panel-operator-label {
-moz-padding-end: 4px;
padding-top: 2px;
text-align: end;
- font-family: "Liberation Mono", Consolas, "Courier New", monospace;
color: #FF9F00;
}
-moz-padding-start: 4px;
padding-top: 1px;
padding-bottom: 1px;
- font-family: "Liberation Mono", Consolas, "Courier New", monospace;
}
.dbg-results-line-contents-string {
}
.font {
- padding: 10px 5px;
- font-size: 0;
+ padding: 10px 10px;
}
.theme-dark .font {
}
.font-info {
- font-size: 1rem;
display: block;
}
}
.theme-bg-darker {
- background-color: rgba(0,0,0,0.1);
+ background-color: rgba(0,0,0,0.5);
}
.theme-link { /* original: blue */
color: #E7ADE7;
}
-.newattr {
- cursor: pointer;
-}
-
.comment {
color: #8050B0;
}
background-color: #008484;
}
-/* Give some padding to focusable elements to match the editor input
- * that will replace them. */
-span[tabindex] {
- display: inline-block;
- padding: 1px 0;
-}
-
-li.container {
- padding: 2px 0 0 2px;
-}
-
-.codebox {
- padding-left: 14px;
-}
-
-.codebox > * {
- vertical-align: middle;
-}
-
-.expander {
- display: inline-block;
- margin-left: -14px;
-}
-
.more-nodes {
padding-left: 16px;
}
background: rgba(255,159,0,0.1);
}
-.side-menu-widget-item-contents {
- padding: 0;
-}
-
/* Network request details */
#details-pane {
.tabpanel-summary-value {
-moz-padding-start: 3px;
- font-family: "Liberation Mono", Consolas, "Courier New", monospace;
}
/* Headers tabpanel */
-moz-user-select: none;
}
-.ruleview-rule-inheritance {
+.ruleview-header {
border-top-width: 1px;
border-bottom-width: 1px;
border-top-style: solid;
.ruleview-warning {
background: url("chrome://browser/skin/devtools/alerticon-warning.png");
-moz-margin-start: 5px;
- vertical-align: middle;
+ display: inline-block;
+ vertical-align: top;
width: 13px;
height: 12px;
}
padding: 0;
}
-.webconsole-timestamp,
-.webconsole-msg-body,
-.jsterm-input-node,
-.jsterm-complete-node {
- font-family: "Liberation Mono", Consolas, "Courier New", monospace;
-}
-
/*
* This hardcoded width likely due to a toolkit Windows specific bug.
* See http://hg.mozilla.org/mozilla-central/annotate/f38d6df93cad/toolkit/themes/winstripe/global/textbox-aero.css#l7
-moz-margin-start: 3px;
-moz-margin-end: 6px;
white-space: pre-wrap;
- font-family: "Liberation Mono", Consolas, "Courier New", monospace;
}
.webconsole-msg-body-piece {
margin: 0;
}
+.webconsole-learn-more-link {
+ color: #9C9CFF;
+ margin: 0 0 0 4px;
+}
+
.hud-msg-node[selected="true"] > .webconsole-timestamp,
.hud-msg-node[selected="true"] > .webconsole-location {
color: inherit;
.side-menu-widget-item {
border-top: 1px solid #9C9CFF;
+ margin-top: -1px;
+ margin-bottom: -1px;
cursor: pointer;
}
background-position: center left, top left;
}
+.side-menu-widget-item-label {
+ padding: 4px 0px;
+ cursor: inherit;
+}
+
.side-menu-widget-item-arrow {
-moz-margin-start: -8px;
width: 8px;
}
-.side-menu-widget-item-contents {
- padding: 4px;
-}
-
-.side-menu-widget-item label {
- cursor: inherit;
-}
-
.side-menu-widget-item-other {
background-color: #000000;
margin: 0 -4px;
color: #000000;
}
-.side-menu-widget-item.selected .side-menu-widget-item-other:first-of-type {
- border-top: 1px dotted #9C9CFF;
- margin-top: 3px;
-}
-
.side-menu-widget-item-other:first-of-type {
- margin-top: 4px;
-}
-
-.side-menu-widget-item-other:last-of-type {
- margin-bottom: -4px;
+/* border-top-left-radius: 4px; */
}
.side-menu-widget-item-other:not(.selected) > label {
}
.variables-view-scope > .variables-view-element-details:not(:empty) {
- margin-top: 1px;
-moz-margin-start: 2px;
-moz-margin-end: 1px;
}
-.variables-view-scope > .variables-view-element-details.enum:not(:empty) {
- border-bottom: 1px solid #9C9CFF;
-}
-
/* Generic traits applied to both variables and properties */
.variable-or-property {
background-position: 0 0;\r
}\r
\r
-.preference-icon[type="tabs"],\r
-.landingButton-icon[type="tabs"] {\r
- background-position: -32px 0;\r
-}\r
-\r
.preference-icon[type="content"],\r
.landingButton-icon[type="content"] {\r
background-position: -64px 0;\r