aboutsummaryrefslogtreecommitdiff
path: root/arc-firefox-theme/chrome/browser/devtools/webconsole.css
diff options
context:
space:
mode:
Diffstat (limited to 'arc-firefox-theme/chrome/browser/devtools/webconsole.css')
-rw-r--r--arc-firefox-theme/chrome/browser/devtools/webconsole.css43
1 files changed, 21 insertions, 22 deletions
diff --git a/arc-firefox-theme/chrome/browser/devtools/webconsole.css b/arc-firefox-theme/chrome/browser/devtools/webconsole.css
index 7b89259..d875c23 100644
--- a/arc-firefox-theme/chrome/browser/devtools/webconsole.css
+++ b/arc-firefox-theme/chrome/browser/devtools/webconsole.css
@@ -27,10 +27,11 @@ a {
box-sizing: border-box;
}
+.message > .prefix,
.message > .timestamp {
flex: none;
color: GrayText;
- margin: 4px 6px 0 0;
+ margin: 3px 6px 0 0;
}
.message > .indent {
@@ -47,19 +48,17 @@ a {
.message > .icon::before {
content: "";
- background-image: url(chrome://browser/skin/devtools/webconsole.png);
- background-position: 8px 8px;
+ background-image: url(chrome://browser/skin/devtools/webconsole.svg);
+ background-position: 12px 12px;
background-repeat: no-repeat;
- background-size: 48px 40px;
- width: 8px;
- height: 8px;
+ background-size: 72px 60px;
+ width: 12px;
+ height: 12px;
display: inline-block;
}
-@media (min-resolution: 1.25dppx) {
- .message > .icon::before {
- background-image: url(chrome://browser/skin/devtools/webconsole@2x.png);
- }
+.theme-light .message > .icon::before {
+ background-image: url(chrome://browser/skin/devtools/webconsole.svg#light-icons);
}
.message > .message-body-wrapper {
@@ -231,7 +230,7 @@ a {
}
.message[category=network][severity=error] > .icon::before {
- background-position: -8px 0;
+ background-position: -12px 0;
}
.message[category=network] > .message-body {
@@ -288,11 +287,11 @@ a {
}
.message[category=cssparser][severity=error] > .icon::before {
- background-position: -8px -8px;
+ background-position: -12px -12px;
}
.message[category=cssparser][severity=warn] > .icon::before {
- background-position: -16px -8px;
+ background-position: -24px -12px;
}
/* JS styles */
@@ -306,11 +305,11 @@ a {
}
.message[category=exception][severity=error] > .icon::before {
- background-position: -8px -16px;
+ background-position: -12px -24px;
}
.message[category=exception][severity=warn] > .icon::before {
- background-position: -16px -16px;
+ background-position: -24px -24px;
}
/* Web Developer styles */
@@ -325,15 +324,15 @@ a {
.message[category=console][severity=error] > .icon::before,
.message[category=output][severity=error] > .icon::before {
- background-position: -8px -24px;
+ background-position: -12px -36px;
}
.message[category=console][severity=warn] > .icon::before {
- background-position: -16px -24px;
+ background-position: -24px -36px;
}
.message[category=console][severity=info] > .icon::before {
- background-position: -24px -24px;
+ background-position: -36px -36px;
}
/* Input and output styles */
@@ -343,11 +342,11 @@ a {
}
.message[category=input] > .icon::before {
- background-position: -32px -24px;
+ background-position: -48px -36px;
}
.message[category=output] > .icon::before {
- background-position: -40px -24px;
+ background-position: -60px -36px;
}
/* JSTerm Styles */
@@ -414,11 +413,11 @@ a {
}
.message[category=security][severity=error] > .icon::before {
- background-position: -8px -32px;
+ background-position: -12px -48px;
}
.message[category=security][severity=warn] > .icon::before {
- background-position: -16px -32px;
+ background-position: -24px -48px;
}
.navigation-marker {