From 4ce04e0777fa4120da6914db12a14d335d0c8ade Mon Sep 17 00:00:00 2001 From: Gustavo Cruz Date: Mon, 17 Mar 2014 09:09:00 -0300 Subject: [PATCH] updating theme --- style.css | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 942eb0a..31cdfa6 100644 --- a/style.css +++ b/style.css @@ -2364,9 +2364,18 @@ input.button.with-text { } #pairwise_main .prompt:hover { - background: url("images/prompt_bg_hover.png") no-repeat 51% top #548A1C; + background: url("images/prompt_bg_hover.png") no-repeat #548A1C; } +#pairwise_main .prompt.left{ + background-position: 51% top; +} + +#pairwise_main .prompt.right{ + background-position: 50% top; +} + + #pairwise_main .prompt a{ color: #2a2d28 !important; /*font-size: 14px;*/ -- libgit2 0.21.2