Commit 5ae61f3d80fcddec0d4199776189e21d4056f882
1 parent
94b0b55f
Exists in
master
and in
3 other branches
updating theme
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
style.css
... | ... | @@ -2392,7 +2392,7 @@ input.button.with-text { |
2392 | 2392 | } |
2393 | 2393 | |
2394 | 2394 | #pairwise_main .prompt:hover { |
2395 | - background: url("images/prompt_bg_hover.png") no-repeat #548A1C; | |
2395 | + background: url("images/prompt_bg_hover.png") no-repeat 50% top #548A1C; | |
2396 | 2396 | } |
2397 | 2397 | |
2398 | 2398 | #pairwise_main .prompt.left{ | ... | ... |