Commit bc6b356ab7a297323d8e481508a0777d0ccb92fa
1 parent
3d9edbbb
Exists in
master
and in
29 other branches
css fixes
Showing
1 changed file
with
5 additions
and
3 deletions
Show diff stats
public/stylesheets/inputosaurus.css
1 | +.inputosaurus-container .ui-autocomplete-input { | |
2 | + background-color: #ffffff; | |
3 | +} | |
4 | + | |
1 | 5 | .inputosaurus-container { |
2 | 6 | /*background-color: #fff;*/ |
3 | 7 | /*border: 1px solid #bcbec0;*/ |
... | ... | @@ -45,8 +49,6 @@ |
45 | 49 | .inputosaurus-container .inputosaurus-input { |
46 | 50 | border: none; |
47 | 51 | box-shadow: none; |
48 | - background-color: #fff; | |
49 | - margin-top: 3px; | |
50 | 52 | } |
51 | 53 | .inputosaurus-container .inputosaurus-input input { |
52 | 54 | border: none; |
... | ... | @@ -69,6 +71,6 @@ |
69 | 71 | -webkit-box-shadow: none; |
70 | 72 | -moz-box-shadow: none; |
71 | 73 | box-shadow: none; |
72 | - border: 1px solid #c0c0c0; | |
74 | + background-color: #f0f0f0; | |
73 | 75 | } |
74 | 76 | .inputosaurus-input-hidden { display: none; } | ... | ... |