Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
dethe committed Apr 15, 2015
2 parents a82b155 + f0d0b17 commit 11a76f8
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions css/widget.css
Expand Up @@ -93,22 +93,23 @@ wb-workspace > wb-contains{
overflow-y: auto;
}

@keyframes slidy-stripes {
@keyframes slidey-stripes {
from {
background-position-x: 0;
background-position-x: 32px;
}
to {
background-position-x: 56px;
background-position-x: 0;
}
}

.debugger-paused wb-workspace > wb-contains {
background: repeating-linear-gradient(45deg,
rgba(34,34,34,0.1),
rgba(34,34,34,0.1) 10px,
transparent 10px,
transparent 20px );
animation: slidy-stripes 1.5s linear infinite;
rgba(34,34,34,.1),
rgba(34,34,34,.1) 25%,
transparent 25%,
transparent 50%) 0 0/32px 32px repeat fixed transparent;

animation: slidey-stripes 1.5s linear infinite;
}

/* Playground */
Expand Down

0 comments on commit 11a76f8

Please sign in to comment.