Skip to content

Commit

Permalink
the-pointer-trail behind editor #42
Browse files Browse the repository at this point in the history
  • Loading branch information
forresto committed Nov 4, 2013
1 parent 6b75153 commit 8282535
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions the-graph-editor/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,15 @@
<link rel="import" href="the-graph-editor.html">
<link rel="stylesheet" href="../bower_components/font-awesome/css/font-awesome.min.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no" />

<style>
body {
background-color: #1d1d1d;
}
the-graph-editor {
background-color: transparent;
}
</style>
</head>
<body>
<the-pointer-trail listento="html"></the-pointer-trail>
Expand Down
4 changes: 2 additions & 2 deletions themes/default/the-graph.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ the-graph-editor {
padding: none;
font-family: verdana;
color: white;
background-color: black;

-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
Expand Down Expand Up @@ -68,7 +68,7 @@ the-graph {
-o-transform: translate3d(-500px,-500px,0px) scale(1);
transform: translate3d(-500px,-500px,0px) scale(1);

background-color: #1d1d1d;
/*background-color: #1d1d1d;*/

background-image:
-webkit-radial-gradient(circle 1px at 1px 1px, rgb(71,71,71) 0px, rgb(71,71,71) 1px, transparent 2px);
Expand Down

0 comments on commit 8282535

Please sign in to comment.