From 2c4f15d1bf684964671647ffa53a75c78ba6f2a6 Mon Sep 17 00:00:00 2001 From: Bertrand Marron Date: Wed, 17 Jun 2015 13:16:10 +0200 Subject: [PATCH] Update CSS transition and text shadow --- feedback/static/css/feedback.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/feedback/static/css/feedback.css b/feedback/static/css/feedback.css index 065d7a6..086be7d 100644 --- a/feedback/static/css/feedback.css +++ b/feedback/static/css/feedback.css @@ -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); } /**