From c3440b654ca09a1f369659f0eb7f3573250d50a2 Mon Sep 17 00:00:00 2001 From: Gustavo Cruz Date: Mon, 10 Mar 2014 15:34:02 -0300 Subject: [PATCH] updating theme --- style.css | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/style.css b/style.css index 58754cf..8332a29 100644 --- a/style.css +++ b/style.css @@ -2295,15 +2295,14 @@ input.button.with-text { } #pairwise_main .prompt { - background: url("images/prompt_bg.png") no-repeat top center #548A1C; + background-color: #D0E2BF; border-width: 0px; max-width: 360px; min-height: 190px; } -#pairwise_main .prompt.left { - background-image: none; - background-color: #D0E2BF; +#pairwise_main .prompt:hover { + background: url("images/prompt_bg.png") no-repeat top center #548A1C; } #pairwise_main .skip_vote { -- libgit2 0.21.2