Commit 4ce04e0777fa4120da6914db12a14d335d0c8ade
1 parent
edf45cf0
Exists in
master
and in
3 other branches
updating theme
Showing
1 changed file
with
10 additions
and
1 deletions
Show diff stats
style.css
... | ... | @@ -2364,9 +2364,18 @@ input.button.with-text { |
2364 | 2364 | } |
2365 | 2365 | |
2366 | 2366 | #pairwise_main .prompt:hover { |
2367 | - background: url("images/prompt_bg_hover.png") no-repeat 51% top #548A1C; | |
2367 | + background: url("images/prompt_bg_hover.png") no-repeat #548A1C; | |
2368 | 2368 | } |
2369 | 2369 | |
2370 | +#pairwise_main .prompt.left{ | |
2371 | + background-position: 51% top; | |
2372 | +} | |
2373 | + | |
2374 | +#pairwise_main .prompt.right{ | |
2375 | + background-position: 50% top; | |
2376 | +} | |
2377 | + | |
2378 | + | |
2370 | 2379 | #pairwise_main .prompt a{ |
2371 | 2380 | color: #2a2d28 !important; |
2372 | 2381 | /*font-size: 14px;*/ | ... | ... |