Commit 16bb8f4d209144f5f396865d7294d7f128447efb
1 parent
066c3a99
Exists in
master
and in
5 other branches
updating theme
Showing
1 changed file
with
4 additions
and
4 deletions
Show diff stats
style.css
| ... | ... | @@ -2295,7 +2295,7 @@ input.button.with-text { |
| 2295 | 2295 | } |
| 2296 | 2296 | |
| 2297 | 2297 | #pairwise_main .prompt { |
| 2298 | - background-color: #D0E2BF !important; | |
| 2298 | + background-color: #cfe1bf !important; | |
| 2299 | 2299 | border-width: 0px; |
| 2300 | 2300 | max-width: 360px; |
| 2301 | 2301 | min-height: 190px; |
| ... | ... | @@ -2368,7 +2368,7 @@ input.button.with-text { |
| 2368 | 2368 | |
| 2369 | 2369 | #pairwise_main #suggestion_box_fields {} |
| 2370 | 2370 | |
| 2371 | -#pairwise_main .div_text_input_container {} | |
| 2371 | +#pairwise_main .div_text_input_container {width: 100%;} | |
| 2372 | 2372 | |
| 2373 | 2373 | #pairwise_main .div_text_input_container .div_text_input { |
| 2374 | 2374 | display: inline-block; |
| ... | ... | @@ -2377,10 +2377,10 @@ input.button.with-text { |
| 2377 | 2377 | |
| 2378 | 2378 | #pairwise_main .div_text_input_container .div_text_input textarea { |
| 2379 | 2379 | border: 1px solid #CCCCCC; |
| 2380 | - border-radius: 0 0 0 0; | |
| 2380 | + border-radius: 0 0 0 0 !important; | |
| 2381 | 2381 | } |
| 2382 | 2382 | |
| 2383 | -#pairwise_main .div_text_input_container .div_text_input .jqEasyCounterMsg {} | |
| 2383 | +#pairwise_main .div_text_input_container .div_text_input .jqEasyCounterMsg {color: #7D8874 !important;font-size: 13px;} | |
| 2384 | 2384 | |
| 2385 | 2385 | #pairwise_main .div_text_input_container .suggest_idea_btn { |
| 2386 | 2386 | display: inline-block; | ... | ... |