Commit 7d999453e5efb88ae05284f054320d3aac38c30b
1 parent
4ce04e07
Exists in
master
and in
5 other branches
updating theme
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
style.css
... | ... | @@ -2399,7 +2399,8 @@ input.button.with-text { |
2399 | 2399 | |
2400 | 2400 | #pairwise_main .skip_vote { |
2401 | 2401 | width: 100% !important; |
2402 | - background-color: #7D8874 !important; | |
2402 | + /*background-color: #7D8874 !important;*/ | |
2403 | + background: url("images/btn_duvida_pairwise.png") no-repeat center center #fff !important; | |
2403 | 2404 | font-size: 15px !important; |
2404 | 2405 | color: #fff; |
2405 | 2406 | padding: 1em 0 !important; | ... | ... |