Commit c3440b654ca09a1f369659f0eb7f3573250d50a2

Authored by Gustavo Cruz
1 parent c850fd61

updating theme

Showing 1 changed file with 3 additions and 4 deletions   Show diff stats
style.css
... ... @@ -2295,15 +2295,14 @@ input.button.with-text {
2295 2295 }
2296 2296  
2297 2297 #pairwise_main .prompt {
2298   - background: url("images/prompt_bg.png") no-repeat top center #548A1C;
  2298 + background-color: #D0E2BF;
2299 2299 border-width: 0px;
2300 2300 max-width: 360px;
2301 2301 min-height: 190px;
2302 2302 }
2303 2303  
2304   -#pairwise_main .prompt.left {
2305   - background-image: none;
2306   - background-color: #D0E2BF;
  2304 +#pairwise_main .prompt:hover {
  2305 + background: url("images/prompt_bg.png") no-repeat top center #548A1C;
2307 2306 }
2308 2307  
2309 2308 #pairwise_main .skip_vote {
... ...