Skip to content

Commit

Permalink
Upgrade to release v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kartik-v committed Dec 4, 2014
1 parent 34831ba commit c38f9ac
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion assets/css/datepicker-kv.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,8 @@
}
.input-group.date.disabled .input-group-addon .glyphicon {
cursor: not-allowed;
color: #777;
filter: alpha(opacity=65);
-webkit-box-shadow: none;
box-shadow: none;
opacity: .65;
}
2 changes: 1 addition & 1 deletion assets/css/datepicker-kv.min.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
* Author: Kartik Visweswaran
* Year: 2014
* For more Yii related demos visit http://demos.krajee.com
*/.datepicker{z-index:1151 !important}.input-group.date.disabled .input-group-addon .glyphicon{cursor:not-allowed;color: #777}
*/.datepicker{z-index:1151!important}.input-group.date.disabled .input-group-addon .glyphicon{cursor:not-allowed;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;opacity:.65}

0 comments on commit c38f9ac

Please sign in to comment.