Skip to content

Commit

Permalink
Update CSS transition and text shadow
Browse files Browse the repository at this point in the history
  • Loading branch information
tusbar committed Jun 17, 2015
1 parent 1f1bc9a commit 2c4f15d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions feedback/static/css/feedback.css
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@
white-space: nowrap;
overflow: hidden;
color: #fde16d;
transition: all 0.25s ease-out;
-o-transition: all 0.25s ease-out;
-moz-transition: all 0.25s ease-out;
-webkit-transition: all 0.25s ease-out;
transition: all 0.15s linear;
-o-transition: all 0.15s linear;
-moz-transition: all 0.15s linear;
-webkit-transition: all 0.15s linear;
}

.rating-container .rating-stars:before {
content: attr(data-content);
text-shadow: 0 0 1px rgba(0, 0, 0, 0.7);
text-shadow: 0 0 1px rgba(166, 166, 166, 0.7);
}

/**
Expand Down

0 comments on commit 2c4f15d

Please sign in to comment.