Skip to content

Commit

Permalink
Queue Style Update
Browse files Browse the repository at this point in the history
  • Loading branch information
tilltnet committed Apr 8, 2015
1 parent 32d947e commit 8d59409
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions static/stylish_ordered_list.css
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@ ol > li:before {
width: 50px;
height: 45px;
padding: 10px;
color: #ffd954;
background: #af8f22;
color: #af8f22;
background: #ffffff;
font-weight: bold;
text-align: center;
}
Expand All @@ -120,7 +120,7 @@ ol > li:hover {
}

ol > li#playing:hover {
background: #f78f46;

color: white;

-webkit-box-shadow: none;
Expand All @@ -130,6 +130,6 @@ ol > li#playing:hover {


ol > li:hover::before {
background: #a3521b;
color: #e17e3b;
background: #f78f46;
color: #8C4A26;
}

0 comments on commit 8d59409

Please sign in to comment.