Commit a959805c6b21c43772ecbf93f03d95b7c00adae2
1 parent
5193986b
Exists in
master
and in
5 other branches
updating theme
Showing
1 changed file
with
4 additions
and
1 deletions
Show diff stats
style.css
... | ... | @@ -2428,6 +2428,9 @@ input.button.with-text { |
2428 | 2428 | #pairwise_main .skip_vote { |
2429 | 2429 | width: 100% !important; |
2430 | 2430 | text-align: center; |
2431 | + padding: 0; | |
2432 | + border-width: 0px; | |
2433 | + background-color: transparent !important; | |
2431 | 2434 | /* background-color: #7D8874 !important; |
2432 | 2435 | font-size: 15px !important; |
2433 | 2436 | color: #fff; |
... | ... | @@ -2440,7 +2443,7 @@ input.button.with-text { |
2440 | 2443 | background: url("images/btn_duvida_pairwise.png") no-repeat center center #fff !important; |
2441 | 2444 | |
2442 | 2445 | background-color: #CCCCCC; |
2443 | - color: white; | |
2446 | + color: transparent !important; | |
2444 | 2447 | display: inline-block; |
2445 | 2448 | height: 1px; |
2446 | 2449 | line-height: 0; | ... | ... |