summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLootyhoof <lootyhoofer@gmail.com>2017-01-02 18:57:16 +0000
committerLootyhoof <lootyhoofer@gmail.com>2017-01-02 18:57:16 +0000
commit866d50cd0922665055990789e7a4d751fb1a3cec (patch)
tree6b9736a38ad0b4c6dc832785bc742b711f0e4432 /src
parentee90f36c3bc4fa3bb0b853f0043f29ce0bcabf96 (diff)
Fix typo
Diffstat (limited to 'src')
-rw-r--r--src/chrome/global/devtools/widgets.css14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/chrome/global/devtools/widgets.css b/src/chrome/global/devtools/widgets.css
index dbd1d24..82022eb 100644
--- a/src/chrome/global/devtools/widgets.css
+++ b/src/chrome/global/devtools/widgets.css
@@ -913,7 +913,7 @@
913 pointer-events: none; 913 pointer-events: none;
914} 914}
915 915
916.line-graph-widget-tooltip[with-arrows=true]:::before { 916.line-graph-widget-tooltip[with-arrows=true]::before {
917 content: ""; 917 content: "";
918 position: absolute; 918 position: absolute;
919 border-top: 3px solid transparent; 919 border-top: 3px solid transparent;
@@ -921,12 +921,12 @@
921 top: calc(50% - 3px); 921 top: calc(50% - 3px);
922} 922}
923 923
924.line-graph-widget-tooltip[arrow=start][with-arrows=true]:::before { 924.line-graph-widget-tooltip[arrow=start][with-arrows=true]::before {
925 -moz-border-end: 3px solid rgba(255,255,255,0.75); 925 -moz-border-end: 3px solid rgba(255,255,255,0.75);
926 left: -3px; 926 left: -3px;
927} 927}
928 928
929.line-graph-widget-tooltip[arrow=end][with-arrows=true]:::before { 929.line-graph-widget-tooltip[arrow=end][with-arrows=true]::before {
930 -moz-border-start: 3px solid rgba(255,255,255,0.75); 930 -moz-border-start: 3px solid rgba(255,255,255,0.75);
931 right: -3px; 931 right: -3px;
932} 932}
@@ -1530,8 +1530,8 @@
1530 -moz-image-region: initial; 1530 -moz-image-region: initial;
1531} 1531}
1532 1532
1533.manifest-editor .variables-view-delete:::before, 1533.manifest-editor .variables-view-delete::before,
1534.manifest-editor .variables-view-add-property:::before { 1534.manifest-editor .variables-view-add-property::before {
1535 width: 11px; 1535 width: 11px;
1536 height: 11px; 1536 height: 11px;
1537 content: ""; 1537 content: "";
@@ -1539,11 +1539,11 @@
1539 background-size: 11px auto; 1539 background-size: 11px auto;
1540} 1540}
1541 1541
1542.manifest-editor .variables-view-delete:::before { 1542.manifest-editor .variables-view-delete::before {
1543 background-image: url("app-manager/remove.svg"); 1543 background-image: url("app-manager/remove.svg");
1544} 1544}
1545 1545
1546.manifest-editor .variables-view-add-property:::before { 1546.manifest-editor .variables-view-add-property::before {
1547 background-image: url("app-manager/add.svg"); 1547 background-image: url("app-manager/add.svg");
1548 -moz-margin-end: 2px; 1548 -moz-margin-end: 2px;
1549} 1549}