/* Tab Modal Prompt boxes */
tabmodalprompt {
- background-color: hsla(0,0%,97%,.15);
- background-image: -moz-radial-gradient(center 40%, circle closest-side, hsla(0,0%,90%,.5), hsla(0,0%,90%,0));
+ background-color: hsla(0,0%,10%,.5);
+ font-family: sans-serif; /* use content font not system UI font */
}
.mainContainer {
- padding: 20px;
color: #000000;
background-color: #CCD0DD;
+ background-clip: padding-box;
border: 1px outset #CCD0DD;
}
-.buttonContainer {
- margin-top: 10px;
-}
-
-.info\.icon {
- width: 64px !important;
- height: 64px !important;
-}
-
-.alert-icon {
- list-style-image: url("chrome://global/skin/icons/information-tabmodal-64.png") !important;
+.topContainer {
+ padding: 20px;
}
-.question-icon {
- list-style-image: url("chrome://global/skin/icons/question-tabmodal-64.png") !important;
+.buttonContainer {
+ padding: 12px 20px 15px;
+ background-color: #9999CC;
+ border-top: 1px solid #666699;
}
}
.webconsole-msg-icon {
- list-style-image: url(chrome://global/skin/icons/webconsole.png);
- margin: 2px 3px;
- width: 10px;
- height: 10px;
-}
-
-.webconsole-msg-log > .webconsole-msg-icon-container > .webconsole-msg-icon {
- visibility: hidden;
+ list-style-image: url("chrome://global/skin/icons/webconsole.png");
+ -moz-image-region: rect(0, 1px, 0, 0);
+ margin: 3px 4px;
+ width: 8px;
+ height: 8px;
}
.hud-output-node div {
-moz-margin-end: 6px;
}
+.webconsole-msg-body-piece {
+ margin: 0;
+}
+
+.webconsole-msg-url {
+ margin: 0 6px;
+}
+
.webconsole-location {
margin-top: 0;
margin-bottom: 0;
/* Network styles */
.webconsole-filter-button[category="net"] {
- -moz-image-region: rect(0, 40px, 10px, 30px);
+ -moz-image-region: rect(0, 8px, 8px, 0);
}
.webconsole-msg-network > .webconsole-msg-icon-container {
}
.webconsole-msg-network.webconsole-msg-error > .webconsole-msg-icon-container > .webconsole-msg-icon {
- -moz-image-region: rect(0, 10px, 10px, 0);
+ -moz-image-region: rect(0, 16px, 8px, 8px);
}
/* CSS styles */
.webconsole-filter-button[category="css"] {
- -moz-image-region: rect(10px, 40px, 20px, 30px);
+ -moz-image-region: rect(8px, 8px, 16px, 0);
}
.webconsole-msg-cssparser > .webconsole-msg-icon-container {
}
.webconsole-msg-cssparser.webconsole-msg-error > .webconsole-msg-icon-container > .webconsole-msg-icon {
- -moz-image-region: rect(10px, 10px, 20px, 0);
+ -moz-image-region: rect(8px, 16px, 16px, 8px);
}
.webconsole-msg-cssparser.webconsole-msg-warn > .webconsole-msg-icon-container > .webconsole-msg-icon {
- -moz-image-region: rect(10px, 20px, 20px, 10px);
+ -moz-image-region: rect(8px, 24px, 16px, 16px);
}
/* JS styles */
.webconsole-filter-button[category="js"] {
- -moz-image-region: rect(20px, 40px, 30px, 30px);
+ -moz-image-region: rect(16px, 8px, 24px, 0);
}
.webconsole-msg-exception > .webconsole-msg-icon-container {
}
.webconsole-msg-exception.webconsole-msg-error > .webconsole-msg-icon-container > .webconsole-msg-icon {
- -moz-image-region: rect(20px, 10px, 30px, 0);
+ -moz-image-region: rect(16px, 16px, 24px, 8px);
}
.webconsole-msg-exception.webconsole-msg-warn > .webconsole-msg-icon-container > .webconsole-msg-icon {
- -moz-image-region: rect(20px, 20px, 30px, 10px);
+ -moz-image-region: rect(16px, 24px, 24px, 16px);
}
/* Web Developer styles */
.webconsole-filter-button[category="webdev"] {
- -moz-image-region: rect(30px, 40px, 40px, 30px);
+ -moz-image-region: rect(24px, 8px, 32px, 0);
}
.webconsole-msg-console > .webconsole-msg-icon-container {
.webconsole-msg-console.webconsole-msg-error > .webconsole-msg-icon-container > .webconsole-msg-icon,
.webconsole-msg-output.webconsole-msg-error > .webconsole-msg-icon-container > .webconsole-msg-icon {
- -moz-image-region: rect(30px, 10px, 40px, 0);
+ -moz-image-region: rect(24px, 16px, 32px, 8px);
}
.webconsole-msg-console.webconsole-msg-warn > .webconsole-msg-icon-container > .webconsole-msg-icon {
- -moz-image-region: rect(30px, 20px, 40px, 10px);
+ -moz-image-region: rect(24px, 24px, 32px, 16px);
}
.webconsole-msg-console.webconsole-msg-info > .webconsole-msg-icon-container > .webconsole-msg-icon {
- -moz-image-region: rect(30px, 30px, 40px, 20px);
+ -moz-image-region: rect(24px, 32px, 32px, 24px);
}
/* Input and output styles */
border-left: solid #808080 6px;
}
+.webconsole-msg-input > .webconsole-msg-icon-container > .webconsole-msg-icon {
+ -moz-image-region: rect(24px, 40px, 32px, 32px);
+}
+
+.webconsole-msg-output > .webconsole-msg-icon-container > .webconsole-msg-icon {
+ -moz-image-region: rect(24px, 48px, 32px, 40px);
+}
+
.webconsole-close-button {
border: none;
padding: 3px;
}
.category[disabled] {
+ border-top: 0;
+ border-bottom: 0;
height: 0;
opacity: 0;
-moz-transition-property: height, opacity;
.icon-container {
width: 48px;
height: 48px;
- margin: 22px 7px 7px 7px;
+ margin: 3px 7px;
}
.addon[active="false"] .icon {
/* Tab Modal Prompt boxes */
tabmodalprompt {
- background-color: hsla(0,0%,97%,.15);
- background-image: -moz-radial-gradient(center 40%, circle closest-side, hsla(0,0%,90%,.5), hsla(0,0%,90%,0));
+ background-color: hsla(0,0%,10%,.5);
+ font-family: sans-serif; /* use content font not system UI font */
}
.mainContainer {
- padding: 20px;
color: #FF9F00;
background-color: #000000;
+ background-clip: padding-box;
border-radius: 8px;
border: 1px solid #9C9CFF;
}
-.buttonContainer {
- margin-top: 10px;
-}
-
-.info\.icon {
- width: 64px !important;
- height: 64px !important;
-}
-
-.alert-icon {
- list-style-image: url("chrome://global/skin/icons/information-tabmodal-64.png") !important;
+.topContainer {
+ padding: 20px;
}
-.question-icon {
- list-style-image: url("chrome://global/skin/icons/question-tabmodal-64.png") !important;
+.buttonContainer {
+ padding: 12px 20px 15px;
+ background-color: #E7ADE7;
+ border-top: 1px solid #9C9CFF;
}
.webconsole-msg-icon {
list-style-image: url(chrome://global/skin/icons/webconsole.png);
- margin: 2px 3px;
- width: 10px;
- height: 10px;
-}
-
-.webconsole-msg-log > .webconsole-msg-icon-container > .webconsole-msg-icon {
- visibility: hidden;
+ -moz-image-region: rect(0, 1px, 0, 0);
+ margin: 3px 4px;
+ width: 8px;
+ height: 8px;
}
.hud-output-node div {
-moz-margin-end: 6px;
}
+.webconsole-msg-body-piece {
+ margin: 0;
+}
+
+.webconsole-msg-url {
+ margin: 0 6px;
+}
+
.webconsole-location {
margin-top: 0;
margin-bottom: 0;
display: none;
}
+.webconsole-filter-button > .toolbarbutton-menubutton-button {
-moz-box-orient: horizontal;
list-style-image: url("chrome://global/skin/icons/webconsole.png");
}
/* Network styles */
.webconsole-filter-button[category="net"] {
- -moz-image-region: rect(0, 40px, 10px, 30px);
+ -moz-image-region: rect(0, 8px, 8px, 0);
}
.webconsole-msg-network > .webconsole-msg-icon-container {
}
.webconsole-msg-network.webconsole-msg-error > .webconsole-msg-icon-container > .webconsole-msg-icon {
- -moz-image-region: rect(0, 10px, 10px, 0);
+ -moz-image-region: rect(0, 16px, 8px, 8px);
}
/* CSS styles */
.webconsole-filter-button[category="css"] {
- -moz-image-region: rect(10px, 40px, 20px, 30px);
+ -moz-image-region: rect(8px, 8px, 16px, 0);
}
.webconsole-msg-cssparser > .webconsole-msg-icon-container {
}
.webconsole-msg-cssparser.webconsole-msg-error > .webconsole-msg-icon-container > .webconsole-msg-icon {
- -moz-image-region: rect(10px, 10px, 20px, 0);
+ -moz-image-region: rect(8px, 16px, 16px, 8px);
}
.webconsole-msg-cssparser.webconsole-msg-warn > .webconsole-msg-icon-container > .webconsole-msg-icon {
- -moz-image-region: rect(10px, 20px, 20px, 10px);
+ -moz-image-region: rect(8px, 24px, 16px, 16px);
}
/* JS styles */
.webconsole-filter-button[category="js"] {
- -moz-image-region: rect(20px, 40px, 30px, 30px);
+ -moz-image-region: rect(16px, 8px, 24px, 0);
}
.webconsole-msg-exception > .webconsole-msg-icon-container {
}
.webconsole-msg-exception.webconsole-msg-error > .webconsole-msg-icon-container > .webconsole-msg-icon {
- -moz-image-region: rect(20px, 10px, 30px, 0);
+ -moz-image-region: rect(16px, 16px, 24px, 8px);
}
.webconsole-msg-exception.webconsole-msg-warn > .webconsole-msg-icon-container > .webconsole-msg-icon {
- -moz-image-region: rect(20px, 20px, 30px, 10px);
+ -moz-image-region: rect(16px, 24px, 24px, 16px);
}
/* Web Developer styles */
.webconsole-filter-button[category="webdev"] {
- -moz-image-region: rect(30px, 40px, 40px, 30px);
+ -moz-image-region: rect(24px, 8px, 32px, 0);
}
.webconsole-msg-console > .webconsole-msg-icon-container {
.webconsole-msg-console.webconsole-msg-error > .webconsole-msg-icon-container > .webconsole-msg-icon,
.webconsole-msg-output.webconsole-msg-error > .webconsole-msg-icon-container > .webconsole-msg-icon {
- -moz-image-region: rect(30px, 10px, 40px, 0);
+ -moz-image-region: rect(24px, 16px, 32px, 8px);
}
.webconsole-msg-console.webconsole-msg-warn > .webconsole-msg-icon-container > .webconsole-msg-icon {
- -moz-image-region: rect(30px, 20px, 40px, 10px);
+ -moz-image-region: rect(24px, 24px, 32px, 16px);
}
.webconsole-msg-console.webconsole-msg-info > .webconsole-msg-icon-container > .webconsole-msg-icon {
- -moz-image-region: rect(30px, 30px, 40px, 20px);
+ -moz-image-region: rect(24px, 32px, 32px, 24px);
}
/* Input and output styles */
border-left: solid #808080 6px;
}
+.webconsole-msg-input > .webconsole-msg-icon-container > .webconsole-msg-icon {
+ -moz-image-region: rect(24px, 40px, 32px, 32px);
+}
+
+.webconsole-msg-output > .webconsole-msg-icon-container > .webconsole-msg-icon {
+ -moz-image-region: rect(24px, 48px, 32px, 40px);
+}
+
.webconsole-close-button {
border: none;
padding: 3px;
}
.category[disabled] {
+ border-top: 0;
+ border-bottom: 0;
height: 0;
opacity: 0;
-moz-transition-property: height, opacity;
.icon-container {
width: 48px;
height: 48px;
- margin: 22px 7px 7px 7px;
+ margin: 3px 7px;
}
.icon {