Skip to content

Commit

Permalink
Update MMM-Stock.css
Browse files Browse the repository at this point in the history
  • Loading branch information
GonZ0s committed Apr 13, 2018
1 parent 6edf7d8 commit 1220767
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions MMM-Stock.css
Expand Up @@ -8,21 +8,21 @@ span.quote
}
.greentext
{
color: green;
color: red;
}
.redtext
{
color: red;
color: green;
}
.up_green
{
background: url(http://www.codescratcher.com/wp-content/uploads/2014/11/up.gif) no-repeat left center;
background: url(http://www.codescratcher.com/wp-content/uploads/2014/11/down.gif) no-repeat left center;
padding-left: 10px;
margin-right: 5px;
}
.down_red
{
background: url(http://www.codescratcher.com/wp-content/uploads/2014/11/down.gif) no-repeat left center;
background: url(http://www.codescratcher.com/wp-content/uploads/2014/11/up.gif) no-repeat left center;
padding-left: 10px;
margin-right: 5px;
}
Expand Down Expand Up @@ -59,4 +59,4 @@ span.quote
}

.quotes ul:hover { animation-play-state: paused }
.quotes span:hover+ul { animation-play-state: paused }
.quotes span:hover+ul { animation-play-state: paused }

0 comments on commit 1220767

Please sign in to comment.