Skip to content

Commit 2870565

Browse files
committed
update
1 parent a21a4bb commit 2870565

File tree

6 files changed

+419
-303
lines changed

6 files changed

+419
-303
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "selectpage",
3-
"version": "2.14.0",
3+
"version": "2.15.0",
44
"description": "A simple style and powerful selection jQuery plugin, including ajax remote data, autocomplete, pagination, tags, i18n, keyboard navigation functions",
55
"main": "selectpage.js",
66
"dependencies": {

selectpage.base.css

Lines changed: 20 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -174,27 +174,34 @@ ul.sp_results > li.sp_selected {
174174
.sp_control_box{
175175
padding: 0px;
176176
height: 27px;
177-
background-color: white;
178-
border-bottom: 1px solid #e6e7e7;
177+
background-color: #F6F6F6;
178+
}
179+
.sp_control_box p{
180+
margin: 0;
181+
line-height: 27px;
182+
padding-left: 8px;
183+
font-size: 14px;
184+
font-weight: 600;
179185
}
180186
.sp_control_box button{
181-
height: 26px;
187+
height: 27px;
182188
line-height: 20px;
183-
width: 33.3%;
184189
-webkit-border-radius: 0px;
185190
-moz-border-radius: 0px;
186191
border-radius: 0px;
187192
font-size: 13px !important;
188-
padding: 1px 10px;
189-
border: 0px;
190-
background-color: white;
193+
padding: 0 12px;
194+
border: 0;
195+
background-color: #F6F6F6;
191196
color: #666666;
192-
}
193-
.sp_control_box button:last-child{
194-
width: 33.4%;
197+
text-align: left;
198+
-webkit-transition: all .5s cubic-bezier(.175,.885,.32,1);
199+
transition: all .5s cubic-bezier(.175,.885,.32,1);
200+
outline: none !important;
201+
float: right;
195202
}
196203
.sp_control_box button:hover{
197-
background-color: #F0F0F0;
204+
background-color: #E8E8E8;
198205
color: black;
199206
}
200207
/**
@@ -492,6 +499,8 @@ div.sp_result_area div.pagination>ul>li>a {
492499
font-size: 20px;
493500
height: 26px;
494501
line-height: 26px;
502+
-webkit-transition: all .5s cubic-bezier(.175,.885,.32,1);
503+
transition: all .5s cubic-bezier(.175,.885,.32,1);
495504
}
496505

497506
div.sp_result_area div.pagination li.csFirstPage a,

selectpage.bootstrap3.css

Lines changed: 20 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -174,27 +174,34 @@ ul.sp_results > li.sp_selected {
174174
.sp_control_box{
175175
padding: 0px;
176176
height: 27px;
177-
background-color: white;
178-
border-bottom: 1px solid #e6e7e7;
177+
background-color: #F6F6F6;
178+
}
179+
.sp_control_box p{
180+
margin: 0;
181+
line-height: 27px;
182+
padding-left: 8px;
183+
font-size: 14px;
184+
font-weight: 600;
179185
}
180186
.sp_control_box button{
181-
height: 26px;
187+
height: 27px;
182188
line-height: 20px;
183-
width: 33.3%;
184189
-webkit-border-radius: 0px;
185190
-moz-border-radius: 0px;
186191
border-radius: 0px;
187192
font-size: 13px !important;
188-
padding: 1px 10px;
189-
border: 0px;
190-
background-color: white;
193+
padding: 0 12px;
194+
border: 0;
195+
background-color: #F6F6F6;
191196
color: #666666;
192-
}
193-
.sp_control_box button:last-child{
194-
width: 33.4%;
197+
text-align: left;
198+
-webkit-transition: all .5s cubic-bezier(.175,.885,.32,1);
199+
transition: all .5s cubic-bezier(.175,.885,.32,1);
200+
outline: none !important;
201+
float: right;
195202
}
196203
.sp_control_box button:hover{
197-
background-color: #F0F0F0;
204+
background-color: #E8E8E8;
198205
color: black;
199206
}
200207
/**
@@ -483,6 +490,8 @@ div.sp_result_area div.pagination>ul>li>a {
483490
font-size: 20px;
484491
height: 26px;
485492
line-height: 26px;
493+
-webkit-transition: all .5s cubic-bezier(.175,.885,.32,1);
494+
transition: all .5s cubic-bezier(.175,.885,.32,1);
486495
}
487496

488497
div.sp_result_area div.pagination li.csFirstPage a,

selectpage.css

Lines changed: 20 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -170,27 +170,34 @@ ul.sp_results > li.sp_selected {
170170
.sp_control_box{
171171
padding: 0px;
172172
height: 27px;
173-
background-color: white;
174-
border-bottom: 1px solid #e6e7e7;
173+
background-color: #F6F6F6;
174+
}
175+
.sp_control_box p{
176+
margin: 0;
177+
line-height: 27px;
178+
padding-left: 8px;
179+
font-size: 14px;
180+
font-weight: 600;
175181
}
176182
.sp_control_box button{
177-
height: 26px;
183+
height: 27px;
178184
line-height: 20px;
179-
width: 33.3%;
180185
-webkit-border-radius: 0px;
181186
-moz-border-radius: 0px;
182187
border-radius: 0px;
183188
font-size: 13px !important;
184-
padding: 1px 10px;
185-
border: 0px;
186-
background-color: white;
189+
padding: 0 12px;
190+
border: 0;
191+
background-color: #F6F6F6;
187192
color: #666666;
188-
}
189-
.sp_control_box button:last-child{
190-
width: 33.4%;
193+
text-align: left;
194+
-webkit-transition: all .5s cubic-bezier(.175,.885,.32,1);
195+
transition: all .5s cubic-bezier(.175,.885,.32,1);
196+
outline: none !important;
197+
float: right;
191198
}
192199
.sp_control_box button:hover{
193-
background-color: #F0F0F0;
200+
background-color: #E8E8E8;
194201
color: black;
195202
}
196203

@@ -451,7 +458,6 @@ div.sp_result_area div.pagination>ul>li>a {
451458
margin: 0px;
452459
border-radius: 0px;
453460
padding: 0px;
454-
line-height: 24px;
455461
box-shadow: none;
456462
-moz-box-shadow: none;
457463
-webkit-box-shadow: none;
@@ -463,6 +469,8 @@ div.sp_result_area div.pagination>ul>li>a {
463469
font-size: 20px;
464470
height: 26px;
465471
line-height: 26px;
472+
-webkit-transition: all .5s cubic-bezier(.175,.885,.32,1);
473+
transition: all .5s cubic-bezier(.175,.885,.32,1);
466474
}
467475

468476
div.sp_result_area div.pagination li.csFirstPage a,

0 commit comments

Comments
 (0)