Commit 2028804c662700c6665fdd69badd3ca412736854

Authored by Gustavo Cruz
1 parent a94ecb5b

updating theme

Showing 1 changed file with 6 additions and 1 deletions   Show diff stats
style.css
... ... @@ -2273,12 +2273,17 @@ input.button.with-text {
2273 2273 #pairwise_main .pairwise_call_for_action {}
2274 2274  
2275 2275 #pairwise_main .prompt {
2276   - background-color: #D0E2BF;
  2276 + background: url("images/prompt_bg.png") no-repeat top center #548A1C;
2277 2277 border-width: 0px;
2278 2278 max-width: 360px;
2279 2279 min-height: 190px;
2280 2280 }
2281 2281  
  2282 +#pairwise_main .prompt.outra {
  2283 + background-image: none;
  2284 + background-color: #D0E2BF;
  2285 +}
  2286 +
2282 2287 #pairwise_main .skip_vote {
2283 2288 width: 95%;
2284 2289 background-color: #7d8874;
... ...