Commit ac5b301f20ee95d7d2f3fb939a2e02d955b5669a
1 parent
1d279b17
Exists in
master
and in
5 other branches
updating theme
Showing
1 changed file
with
1 additions
and
1 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 top center #cfe1bf !important; | |
2303 | 2303 | border-width: 0px; |
2304 | 2304 | max-width: 369px; |
2305 | 2305 | height: 170px; | ... | ... |