Skip to content

Commit

Permalink
Merge pull request duckduckgo#2236 from altern8tif/timer
Browse files Browse the repository at this point in the history
Timer: Update progress bar colour
  • Loading branch information
moollaza committed Oct 21, 2015
2 parents fcdd28e + 36d3b7c commit 4061952
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions share/spice/timer/timer.css
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,15 @@
width: 100px;
height: 100px;
border: 4px solid #eee;
border-color: rgba(150,150,150,0.2);
box-sizing: border-box;
border-radius: 50%;
}

.zci--timer .timer_container.status_running .play_pause .progress,
.zci--timer .timer_container.status_paused .play_pause .progress {
border-color: #eee;
border-color: rgba(150,150,150,0.2);
}

.zci--timer .play_pause .fill {
Expand Down

0 comments on commit 4061952

Please sign in to comment.