Commit 5f55340ce8240a41f118b0b9fbdb0d71e97d0821

Authored by Victor Costa
1 parent 5914c10a

fix button background

Showing 1 changed file with 0 additions and 6 deletions   Show diff stats
style.css
... ... @@ -2574,8 +2574,6 @@ input.button.with-text {
2574 2574 }
2575 2575  
2576 2576 #pairwise_main .prompt {
2577   - /*background-color: #cfe1bf !important;*/
2578   - background: url("images/prompt_bg_normal.png") no-repeat center top #cfe1bf;
2579 2577 border-width: 0px;
2580 2578 max-width: 369px;
2581 2579 height: 170px !important;
... ... @@ -2584,10 +2582,6 @@ input.button.with-text {
2584 2582 border-radius: 10px;
2585 2583 }
2586 2584  
2587   -#pairwise_main .prompt:hover {
2588   - background: url("images/prompt_bg_hover.png") no-repeat 50% top #548A1C;
2589   -}
2590   -
2591 2585 #pairwise_main .prompt.left{
2592 2586 background-position: 51% top;
2593 2587 float: left;
... ...