Commit 88fc6083b73da4c665af409fa5fb1483be81e4be
1 parent
287672c3
Exists in
master
and in
5 other branches
updating theme
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
style.css
... | ... | @@ -2299,7 +2299,7 @@ input.button.with-text { |
2299 | 2299 | |
2300 | 2300 | #pairwise_main .prompt { |
2301 | 2301 | /*background-color: #cfe1bf !important;*/ |
2302 | - background: url("images/prompt_bg_normal.png") no-repeat top center #cfe1bf; | |
2302 | + background: url("images/prompt_bg_normal.png") no-repeat center top #cfe1bf; | |
2303 | 2303 | border-width: 0px; |
2304 | 2304 | max-width: 369px; |
2305 | 2305 | height: 170px !important; |
... | ... | @@ -2308,7 +2308,7 @@ input.button.with-text { |
2308 | 2308 | } |
2309 | 2309 | |
2310 | 2310 | #pairwise_main .prompt:hover { |
2311 | - background: url("images/prompt_bg_hover.png") no-repeat top center #548A1C; | |
2311 | + background: url("images/prompt_bg_hover.png") no-repeat center top #548A1C; | |
2312 | 2312 | } |
2313 | 2313 | |
2314 | 2314 | #pairwise_main .prompt a{ | ... | ... |