-
-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
174 additions
and
154 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "dependent-dropdown", | ||
"version": "1.3.1", | ||
"version": "1.4.0", | ||
"homepage": "https://github.com/kartik-v/dependent-dropdown", | ||
"authors": [ | ||
"Kartik Visweswaran <[email protected]>" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,21 @@ | ||
/*! | ||
* @copyright Copyright © Kartik Visweswaran, Krajee.com, 2014 | ||
* @version 1.3.1 | ||
* @version 1.4.0 | ||
* | ||
* Styling for the dependent-dropdown JQuery plugin. | ||
* | ||
* For more JQuery plugins visit http://plugins.krajee.com | ||
* For more Yii related demos visit http://demos.krajee.com | ||
*/ | ||
|
||
.kv-loading { | ||
.kv-loading, .select2-container.kv-loading .select2-chosen { | ||
background-image: url('../img/loading.gif'); | ||
background-position: right 30px center; | ||
background-repeat: no-repeat; | ||
z-index: 15000; | ||
cursor: wait; | ||
opacity: 0.6; | ||
} | ||
|
||
.select2-container.kv-loading .select2-chosen { | ||
background-position: right center; | ||
margin-right: 15px!important; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
/*! | ||
* @copyright Copyright © Kartik Visweswaran, Krajee.com, 2014 | ||
* @version 1.3.1 | ||
* | ||
* Styling for the dependent-dropdown JQuery plugin. | ||
* @version 1.4.0 | ||
* | ||
* Styling for the dependent-dropdown JQuery plugin. | ||
* | ||
* For more JQuery plugins visit http://plugins.krajee.com | ||
* For more Yii related demos visit http://demos.krajee.com | ||
*/ .kv-loading{background-image:url('../img/loading.gif');background-position:right 30px center;background-repeat:no-repeat;z-index:15000;cursor:wait;opacity:.6} | ||
*/.kv-loading,.select2-container.kv-loading .select2-chosen{background-image:url(../img/loading.gif);background-position:right 30px center;background-repeat:no-repeat;cursor:wait;opacity:.6}.select2-container.kv-loading .select2-chosen{background-position:right center;margin-right:15px!important} |
Oops, something went wrong.