Commit 8197faadb8d99da2a918e4435706bfbe977c1f67
1 parent
5fbc81c7
Exists in
master
and in
5 other branches
Fix pairwise
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
style.css
... | ... | @@ -2726,8 +2726,9 @@ input.button.with-text { |
2726 | 2726 | width: 14%; |
2727 | 2727 | } |
2728 | 2728 | |
2729 | -#pairwise_main .div_text_input_container .suggest_idea_btn input#new_idea_button{ | |
2729 | +#pairwise_main div#suggestions_box #new_idea_button { | |
2730 | 2730 | background: url("images/botao-enviar-pairwise.png") no-repeat top center transparent; |
2731 | + color: transparent; | |
2731 | 2732 | border-radius: 0px; |
2732 | 2733 | cursor: pointer; |
2733 | 2734 | display: block; | ... | ... |