Skip to content

Commit 8db0d4f

Browse files
committed
update to 1.5.1
1 parent 9a5288d commit 8db0d4f

14 files changed

+552
-825
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/nbproject/private/

css/bootstrap-fullscreen-select.css

Lines changed: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/bootstrap-fullscreen-select.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/bootstrap-fullscreen-select.less

Lines changed: 25 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
/*!
2-
* Bootstrap-fullscreen-select v1.5 (http://craftpip.github.io/bootstrap-fullscreen-select/)
3-
*
4-
* www.craftpip.com
2+
* Bootstrap-fullscreen-select v1.5.1 (http://craftpip.github.io/bootstrap-fullscreen-select/)
3+
* Author: boniface pereira
4+
* Website: www.craftpip.com
5+
* Contact: [email protected]
56
*
67
* Copyright 2013-2014 bootstrap-select
78
* Licensed under MIT (https://github.com/craftpip/bootstrap-fullscreen-select/blob/master/LICENSE)
@@ -79,6 +80,27 @@ button.btn-mobileSelect-gen{
7980
background-position: 10px center;
8081
background-repeat: no-repeat;
8182
}
83+
84+
.mobileSelect-group{
85+
background: rgba(255,255,255,.5);
86+
display: block;
87+
padding: 10px 20px;
88+
font-weight: bold;
89+
}
90+
.mobileSelect-group[disabled]{
91+
background: rgba(255,255,255,.2);
92+
opacity: 0.6;
93+
}
94+
.mobileSelect-control[disabled]{
95+
display:block;
96+
padding: 17px 20px;
97+
padding-left: 40px;
98+
background-position: 10px center;
99+
background-repeat: no-repeat;
100+
cursor: default;
101+
color: black;
102+
opacity: 0.6;
103+
}
82104
}
83105
.mobileSelect-buttons{
84106
position:absolute;

dist/css/bootstrap-fullscreen-select.css

Lines changed: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/bootstrap-fullscreen-select.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/bootstrap-fullscreen-select.less

Lines changed: 0 additions & 316 deletions
This file was deleted.

0 commit comments

Comments
 (0)