Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
TerryZ committed Sep 24, 2017
1 parent 77c108e commit a33519f
Show file tree
Hide file tree
Showing 5 changed files with 174 additions and 83 deletions.
5 changes: 3 additions & 2 deletions selectpage.base.css
Original file line number Diff line number Diff line change
Expand Up @@ -130,13 +130,14 @@ div.sp_result_area.shadowUp{
line-height: 1;
margin: 0;
overflow: hidden;
padding: 3px 5px;
padding: 4px 8px;
position: relative;
text-align: left;
white-space: nowrap;
font-size: 12px;
font-size: 14px;
color: black;
cursor : pointer;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.sp_results > li.sp_message_box {
height: 30px;
Expand Down
13 changes: 7 additions & 6 deletions selectpage.bootstrap3.css
Original file line number Diff line number Diff line change
Expand Up @@ -119,24 +119,25 @@ div.sp_result_area.shadowUp{
-webkit-box-shadow: 0px -1px 12px rgba(0,0,0,0.2);
}
.sp_results {
background-color: white;
list-style: none;
margin: 0;
padding: 0;
background-color: white;
list-style: none;
margin: 0;
padding: 0;
}

.sp_results > li {
height: auto !important;
line-height: 1;
margin: 0;
overflow: hidden;
padding: 3px 5px;
padding: 4px 8px;
position: relative;
text-align: left;
white-space: nowrap;
font-size: 12px;
font-size: 14px;
color: black;
cursor : pointer;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.sp_results > li.sp_message_box {
height: 30px;
Expand Down
5 changes: 3 additions & 2 deletions selectpage.css
Original file line number Diff line number Diff line change
Expand Up @@ -126,13 +126,14 @@ div.sp_result_area.shadowUp{
line-height: 1;
margin: 0;
overflow: hidden;
padding: 3px 5px;
padding: 4px 8px;
position: relative;
text-align: left;
white-space: nowrap;
font-size: 12px;
font-size: 14px;
color: black;
cursor : pointer;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.sp_results > li.sp_message_box {
height: 30px;
Expand Down
Loading

0 comments on commit a33519f

Please sign in to comment.