Commit 40197f478261f672cb4117130e60067c6a86de38
1 parent
d42fc53c
Exists in
master
and in
2 other branches
Fixing send report button's color
Showing
2 changed files
with
2 additions
and
1 deletions
Show diff stats
style.css
... | ... | @@ -3243,7 +3243,7 @@ input[type=checkbox] { |
3243 | 3243 | } |
3244 | 3244 | |
3245 | 3245 | #content .main-content .star-rate-data .star-rate-form .star-comment-container .button-bar input { |
3246 | - background-color: #5E82C6; | |
3246 | + background-color: #3E67B1 !important; | |
3247 | 3247 | font-weight: 700; |
3248 | 3248 | height: 31px; |
3249 | 3249 | margin-top: 10px; | ... | ... |
theme.js
... | ... | @@ -183,6 +183,7 @@ $('#link-buscar').click(function(e) { |
183 | 183 | $('.make-report-block .make-report-container .button-bar a span').html('avaliar o software'); |
184 | 184 | $('.make-report-block .make-report-container .make-report-message').html('Relate sua experiência ou do órgão/empresa com relação ao software.'); |
185 | 185 | $('.ratings-list .see-more a.icon-arrow-right-p').html('veja todos os relatos'); |
186 | + $('.main-content .star-rate-data .star-rate-form .star-comment-container .button-bar input').attr('value', 'enviar relato'); | |
186 | 187 | } |
187 | 188 | |
188 | 189 | function add_top_tooltips(){ | ... | ... |