--- a/browser/themes/gnomestripe/devtools/toolbox.css
+++ b/browser/themes/gnomestripe/devtools/toolbox.css
@@ -67,64 +67,64 @@
.command-button:hover {
background-color: hsla(206,37%,4%,.2);
}
.command-button:hover:active {
background-color: hsla(206,37%,4%,.4);
}
#command-button-responsive {
- list-style-image: url(chrome://browser/skin/devtools/command-responsivemode.png);
+ list-style-image: url("chrome://browser/skin/devtools/command-responsivemode.png");
-moz-image-region: rect(0px, 16px, 16px, 0px);
}
#command-button-responsive:hover {
-moz-image-region: rect(0px, 32px, 16px, 16px);
}
#command-button-responsive:hover:active {
-moz-image-region: rect(0px, 48px, 16px, 32px);
}
#command-button-responsive[checked=true] {
-moz-image-region: rect(0px, 64px, 16px, 48px);
}
#command-button-tilt {
- list-style-image: url(chrome://browser/skin/devtools/command-tilt.png);
+ list-style-image: url("chrome://browser/skin/devtools/command-tilt.png");
-moz-image-region: rect(0px, 16px, 16px, 0px);
}
#command-button-tilt:hover {
-moz-image-region: rect(0px, 32px, 16px, 16px);
}
#command-button-tilt:hover:active {
-moz-image-region: rect(0px, 48px, 16px, 32px);
}
#command-button-tilt[checked=true] {
-moz-image-region: rect(0px, 64px, 16px, 48px);
}
#command-button-scratchpad {
- list-style-image: url(chrome://browser/skin/devtools/command-scratchpad.png);
+ list-style-image: url("chrome://browser/skin/devtools/command-scratchpad.png");
-moz-image-region: rect(0px, 16px, 16px, 0px);
}
#command-button-scratchpad:hover {
-moz-image-region: rect(0px, 32px, 16px, 16px);
}
#command-button-scratchpad:hover:active {
-moz-image-region: rect(0px, 48px, 16px, 32px);
}
/* Tabs */
.devtools-tabbar {
-moz-appearance: none;
- background-image: url(background-noise-toolbar.png),
+ background-image: url("background-noise-toolbar.png"),
linear-gradient(#303840, #2d3640);
border-top: 1px solid #060a0d;
box-shadow: 0 1px 0 hsla(204,45%,98%,.05) inset,
0 -1px 0 hsla(206,37%,4%,.1) inset;
min-height: 32px;
padding: 0;
}
@@ -168,34 +168,34 @@
.radio-icon {
opacity: 1;
}
.devtools-tab:hover {
background-image: linear-gradient(hsla(204,45%,98%,.05), hsla(204,45%,98%,.1)),
linear-gradient(hsla(204,45%,98%,.05), hsla(204,45%,98%,.1)),
linear-gradient(hsla(206,37%,4%,.1), hsla(206,37%,4%,.2));
- background size: 1px 100%,
+ background-size: 1px 100%,
1px 100%,
100%;
background-repeat: no-repeat,
no-repeat,
repeat-x;
background-position: left, right;
color: #ced3d9;
}
.devtools-tab:hover:active {
background-color: hsla(206,37%,4%,.2);
color: #f5f7fa;
}
.devtools-tab[selected=true] {
color: #f5f7fa;
- background-image: radial-gradient(ellipse farthest-corner at center top, #9fdfff, hsla(200,100%,70%,.3)),
- radial-gradient(ellipse farthest-side at center top, hsla(200,100%,70%,.4), hsla(200,100%,70%,0)),
+ background-image: radial-gradient(farthest-corner at center top, #9fdfff, hsla(200,100%,70%,.3)),
+ radial-gradient(farthest-side at center top, hsla(200,100%,70%,.4), hsla(200,100%,70%,0)),
linear-gradient(hsla(204,45%,98%,.05), hsla(204,45%,98%,.1)),
linear-gradient(hsla(204,45%,98%,.02), hsla(204,45%,98%,.04)),
linear-gradient(hsla(206,37%,4%,.2), hsla(206,37%,4%,.3));
background-size: 100% 1px,
100% 5px,
1px 100%,
1px 100%,
100%;
--- a/browser/themes/pinstripe/devtools/toolbox.css
+++ b/browser/themes/pinstripe/devtools/toolbox.css
@@ -54,64 +54,64 @@
.command-button:hover {
background-color: hsla(206,37%,4%,.2);
}
.command-button:hover:active {
background-color: hsla(206,37%,4%,.4);
}
#command-button-responsive {
- list-style-image: url(chrome://browser/skin/devtools/command-responsivemode.png);
+ list-style-image: url("chrome://browser/skin/devtools/command-responsivemode.png");
-moz-image-region: rect(0px, 16px, 16px, 0px);
}
#command-button-responsive:hover {
-moz-image-region: rect(0px, 32px, 16px, 16px);
}
#command-button-responsive:hover:active {
-moz-image-region: rect(0px, 48px, 16px, 32px);
}
#command-button-responsive[checked=true] {
-moz-image-region: rect(0px, 64px, 16px, 48px);
}
#command-button-tilt {
- list-style-image: url(chrome://browser/skin/devtools/command-tilt.png);
+ list-style-image: url("chrome://browser/skin/devtools/command-tilt.png");
-moz-image-region: rect(0px, 16px, 16px, 0px);
}
#command-button-tilt:hover {
-moz-image-region: rect(0px, 32px, 16px, 16px);
}
#command-button-tilt:hover:active {
-moz-image-region: rect(0px, 48px, 16px, 32px);
}
#command-button-tilt[checked=true] {
-moz-image-region: rect(0px, 64px, 16px, 48px);
}
#command-button-scratchpad {
- list-style-image: url(chrome://browser/skin/devtools/command-scratchpad.png);
+ list-style-image: url("chrome://browser/skin/devtools/command-scratchpad.png");
-moz-image-region: rect(0px, 16px, 16px, 0px);
}
#command-button-scratchpad:hover {
-moz-image-region: rect(0px, 32px, 16px, 16px);
}
#command-button-scratchpad:hover:active {
-moz-image-region: rect(0px, 48px, 16px, 32px);
}
/* Tabs */
.devtools-tabbar {
-moz-appearance: none;
- background-image: url(background-noise-toolbar.png),
+ background-image: url("background-noise-toolbar.png"),
linear-gradient(#303840, #2d3640);
border-top: 1px solid #060a0d;
box-shadow: 0 1px 0 hsla(204,45%,98%,.05) inset,
0 -1px 0 hsla(206,37%,4%,.1) inset;
min-height: 32px;
padding: 0;
}
@@ -152,34 +152,34 @@
.devtools-tab[selected=true] > .radio-label-box > .radio-icon {
opacity: 1;
}
.devtools-tab:hover {
background-image: linear-gradient(hsla(204,45%,98%,.05), hsla(204,45%,98%,.1)),
linear-gradient(hsla(204,45%,98%,.05), hsla(204,45%,98%,.1)),
linear-gradient(hsla(206,37%,4%,.1), hsla(206,37%,4%,.2));
- background size: 1px 100%,
+ background-size: 1px 100%,
1px 100%,
100%;
background-repeat: no-repeat,
no-repeat,
repeat-x;
background-position: left, right;
color: #ced3d9;
}
.devtools-tab:hover:active {
background-color: hsla(206,37%,4%,.2);
color: #f5f7fa;
}
.devtools-tab[selected=true] {
color: #f5f7fa;
- background-image: radial-gradient(ellipse farthest-corner at center top, #9fdfff, hsla(200,100%,70%,.3)),
- radial-gradient(ellipse farthest-side at center top, hsla(200,100%,70%,.4), hsla(200,100%,70%,0)),
+ background-image: radial-gradient(farthest-corner at center top, #9fdfff, hsla(200,100%,70%,.3)),
+ radial-gradient(farthest-side at center top, hsla(200,100%,70%,.4), hsla(200,100%,70%,0)),
linear-gradient(hsla(204,45%,98%,.05), hsla(204,45%,98%,.1)),
linear-gradient(hsla(204,45%,98%,.02), hsla(204,45%,98%,.04)),
linear-gradient(hsla(206,37%,4%,.2), hsla(206,37%,4%,.3));
background-size: 100% 1px,
100% 5px,
1px 100%,
1px 100%,
100%;
--- a/browser/themes/winstripe/devtools/toolbox.css
+++ b/browser/themes/winstripe/devtools/toolbox.css
@@ -70,64 +70,64 @@
.command-button:hover {
background-color: hsla(206,37%,4%,.2);
}
.command-button:hover:active {
background-color: hsla(206,37%,4%,.4);
}
#command-button-responsive {
- list-style-image: url(chrome://browser/skin/devtools/command-responsivemode.png);
+ list-style-image: url("chrome://browser/skin/devtools/command-responsivemode.png");
-moz-image-region: rect(0px, 16px, 16px, 0px);
}
#command-button-responsive:hover {
-moz-image-region: rect(0px, 32px, 16px, 16px);
}
#command-button-responsive:hover:active {
-moz-image-region: rect(0px, 48px, 16px, 32px);
}
#command-button-responsive[checked=true] {
-moz-image-region: rect(0px, 64px, 16px, 48px);
}
#command-button-tilt {
- list-style-image: url(chrome://browser/skin/devtools/command-tilt.png);
+ list-style-image: url("chrome://browser/skin/devtools/command-tilt.png");
-moz-image-region: rect(0px, 16px, 16px, 0px);
}
#command-button-tilt:hover {
-moz-image-region: rect(0px, 32px, 16px, 16px);
}
#command-button-tilt:hover:active {
-moz-image-region: rect(0px, 48px, 16px, 32px);
}
#command-button-tilt[checked=true] {
-moz-image-region: rect(0px, 64px, 16px, 48px);
}
#command-button-scratchpad {
- list-style-image: url(chrome://browser/skin/devtools/command-scratchpad.png);
+ list-style-image: url("chrome://browser/skin/devtools/command-scratchpad.png");
-moz-image-region: rect(0px, 16px, 16px, 0px);
}
#command-button-scratchpad:hover {
-moz-image-region: rect(0px, 32px, 16px, 16px);
}
#command-button-scratchpad:hover:active {
-moz-image-region: rect(0px, 48px, 16px, 32px);
}
/* Tabs */
.devtools-tabbar {
-moz-appearance: none;
- background-image: url(background-noise-toolbar.png),
+ background-image: url("background-noise-toolbar.png"),
linear-gradient(#303840, #2d3640);
border: none;
box-shadow: 0 1px 0 hsla(204,45%,98%,.05) inset,
0 -1px 0 hsla(206,37%,4%,.1) inset;
min-height: 32px;
padding: 0;
}
@@ -169,34 +169,34 @@
.devtools-tab[selected=true] > .radio-label-box > .radio-icon {
opacity: 1;
}
.devtools-tab:hover {
background-image: linear-gradient(hsla(204,45%,98%,.05), hsla(204,45%,98%,.1)),
linear-gradient(hsla(204,45%,98%,.05), hsla(204,45%,98%,.1)),
linear-gradient(hsla(206,37%,4%,.1), hsla(206,37%,4%,.2));
- background size: 1px 100%,
+ background-size: 1px 100%,
1px 100%,
100%;
background-repeat: no-repeat,
no-repeat,
repeat-x;
background-position: left, right;
color: #ced3d9;
}
.devtools-tab:hover:active {
background-color: hsla(206,37%,4%,.2);
color: #f5f7fa;
}
.devtools-tab[selected=true] {
color: #f5f7fa;
- background-image: radial-gradient(ellipse farthest-corner at center top, #9fdfff, hsla(200,100%,70%,.3)),
- radial-gradient(ellipse farthest-side at center top, hsla(200,100%,70%,.4), hsla(200,100%,70%,0)),
+ background-image: radial-gradient(farthest-corner at center top, #9fdfff, hsla(200,100%,70%,.3)),
+ radial-gradient(farthest-side at center top, hsla(200,100%,70%,.4), hsla(200,100%,70%,0)),
linear-gradient(hsla(204,45%,98%,.05), hsla(204,45%,98%,.1)),
linear-gradient(hsla(204,45%,98%,.02), hsla(204,45%,98%,.04)),
linear-gradient(hsla(206,37%,4%,.2), hsla(206,37%,4%,.3));
background-size: 100% 1px,
100% 5px,
1px 100%,
1px 100%,
100%;