diff --git a/style.css b/style.css index 8efc051..7626367 100644 --- a/style.css +++ b/style.css @@ -3334,6 +3334,7 @@ input[type=checkbox] { } #content .star-rate-form .star-comment-container .star-tooltip { + cursor: default; content: '?'; border-radius: 90%; font-size: 12px; @@ -3710,8 +3711,8 @@ input[type=checkbox] { /**** animated.css ****/ .animated { - -webkit-animation-duration: 1s; - animation-duration: 1s; + -webkit-animation-duration: 0.5s; + animation-duration: 0.5s; -webkit-animation-fill-mode: both; animation-fill-mode: both; } diff --git a/theme.js b/theme.js index 84b7343..2254dc2 100644 --- a/theme.js +++ b/theme.js @@ -164,7 +164,7 @@ $('#link-buscar').click(function(e) { } function set_arrow_direction() { - var additional_data_bar = $('#comments-additional-information'); + var additional_data_bar = $('.comments-display-fields'); var arrow = $('.comments-arrow-down'); var state = 0; -- libgit2 0.21.2