Commit bc6b356ab7a297323d8e481508a0777d0ccb92fa

Authored by Francisco Marcelo de Araújo Lima Júnior
1 parent 3d9edbbb

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 .inputosaurus-container { 5 .inputosaurus-container {
2 /*background-color: #fff;*/ 6 /*background-color: #fff;*/
3 /*border: 1px solid #bcbec0;*/ 7 /*border: 1px solid #bcbec0;*/
@@ -45,8 +49,6 @@ @@ -45,8 +49,6 @@
45 .inputosaurus-container .inputosaurus-input { 49 .inputosaurus-container .inputosaurus-input {
46 border: none; 50 border: none;
47 box-shadow: none; 51 box-shadow: none;
48 - background-color: #fff;  
49 - margin-top: 3px;  
50 } 52 }
51 .inputosaurus-container .inputosaurus-input input { 53 .inputosaurus-container .inputosaurus-input input {
52 border: none; 54 border: none;
@@ -69,6 +71,6 @@ @@ -69,6 +71,6 @@
69 -webkit-box-shadow: none; 71 -webkit-box-shadow: none;
70 -moz-box-shadow: none; 72 -moz-box-shadow: none;
71 box-shadow: none; 73 box-shadow: none;
72 - border: 1px solid #c0c0c0; 74 + background-color: #f0f0f0;
73 } 75 }
74 .inputosaurus-input-hidden { display: none; } 76 .inputosaurus-input-hidden { display: none; }