Skip to content

Commit

Permalink
Rebuilt with PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
ashokfernandez committed Mar 14, 2016
1 parent 79731f6 commit 9ca9a1f
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 41 deletions.
7 changes: 0 additions & 7 deletions build/angular-timezone-selector.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 11 additions & 11 deletions dist/angular-timezone-selector.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
vertical-align: middle;
}
.chosen-container .chosen-drop {
background: #fff;
border: 1px solid #ccc;
background: #ffffff;
border: 1px solid #cccccc;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
box-shadow: 0 8px 8px rgba(0, 0, 0, .25);
Expand Down Expand Up @@ -100,9 +100,9 @@
background: url("chosen-sprite.png") no-repeat -22px -3px;
}
.chosen-container-single .chosen-single {
background-color: #fff;
background-color: #ffffff;
background-clip: padding-box;
border: 1px solid #ccc;
border: 1px solid #cccccc;
border-top-right-radius: 4px;
border-top-left-radius: 4px;
border-bottom-right-radius: 4px;
Expand Down Expand Up @@ -166,8 +166,8 @@
z-index: 1000;
}
.chosen-container-single .chosen-search input[type="text"] {
background: url("chosen-sprite.png") no-repeat 100% -20px, #fff;
border: 1px solid #ccc;
background: url("chosen-sprite.png") no-repeat 100% -20px, #ffffff;
border: 1px solid #cccccc;
border-top-right-radius: 4px;
border-top-left-radius: 4px;
border-bottom-right-radius: 4px;
Expand All @@ -188,8 +188,8 @@
left: -9000px;
}
.chosen-container-multi .chosen-choices {
background-color: #fff;
border: 1px solid #ccc;
background-color: #ffffff;
border: 1px solid #cccccc;
border-top-right-radius: 4px;
border-top-left-radius: 4px;
border-bottom-right-radius: 4px;
Expand Down Expand Up @@ -228,7 +228,7 @@
.chosen-container-multi .chosen-choices .search-choice {
background-clip: padding-box;
background-color: #eeeeee;
border: 1px solid #ccc;
border: 1px solid #cccccc;
border-top-right-radius: 4px;
border-top-left-radius: 4px;
border-bottom-right-radius: 4px;
Expand Down Expand Up @@ -274,7 +274,7 @@
transition: border linear .2s, box-shadow linear .2s;
}
.chosen-container-active.chosen-with-drop .chosen-single {
background-color: #fff;
background-color: #ffffff;
border: 1px solid #66afe9;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
Expand Down Expand Up @@ -359,7 +359,7 @@
border-right: none;
}
.chosen-rtl .chosen-search input[type="text"] {
background: url("chosen-sprite.png") no-repeat -28px -20px, #fff;
background: url("chosen-sprite.png") no-repeat -28px -20px, #ffffff;
direction: rtl;
padding: 4px 5px 4px 20px;
}
Expand Down
7 changes: 0 additions & 7 deletions dist/angular-timezone-selector.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 1 addition & 5 deletions dist/angular-timezone-selector.min.js

Large diffs are not rendered by default.

22 changes: 11 additions & 11 deletions styling/angular-timezone-selector.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
vertical-align: middle;
}
.chosen-container .chosen-drop {
background: #fff;
border: 1px solid #ccc;
background: #ffffff;
border: 1px solid #cccccc;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
box-shadow: 0 8px 8px rgba(0, 0, 0, .25);
Expand Down Expand Up @@ -100,9 +100,9 @@
background: url("chosen-sprite.png") no-repeat -22px -3px;
}
.chosen-container-single .chosen-single {
background-color: #fff;
background-color: #ffffff;
background-clip: padding-box;
border: 1px solid #ccc;
border: 1px solid #cccccc;
border-top-right-radius: 4px;
border-top-left-radius: 4px;
border-bottom-right-radius: 4px;
Expand Down Expand Up @@ -166,8 +166,8 @@
z-index: 1000;
}
.chosen-container-single .chosen-search input[type="text"] {
background: url("chosen-sprite.png") no-repeat 100% -20px, #fff;
border: 1px solid #ccc;
background: url("chosen-sprite.png") no-repeat 100% -20px, #ffffff;
border: 1px solid #cccccc;
border-top-right-radius: 4px;
border-top-left-radius: 4px;
border-bottom-right-radius: 4px;
Expand All @@ -188,8 +188,8 @@
left: -9000px;
}
.chosen-container-multi .chosen-choices {
background-color: #fff;
border: 1px solid #ccc;
background-color: #ffffff;
border: 1px solid #cccccc;
border-top-right-radius: 4px;
border-top-left-radius: 4px;
border-bottom-right-radius: 4px;
Expand Down Expand Up @@ -228,7 +228,7 @@
.chosen-container-multi .chosen-choices .search-choice {
background-clip: padding-box;
background-color: #eeeeee;
border: 1px solid #ccc;
border: 1px solid #cccccc;
border-top-right-radius: 4px;
border-top-left-radius: 4px;
border-bottom-right-radius: 4px;
Expand Down Expand Up @@ -274,7 +274,7 @@
transition: border linear .2s, box-shadow linear .2s;
}
.chosen-container-active.chosen-with-drop .chosen-single {
background-color: #fff;
background-color: #ffffff;
border: 1px solid #66afe9;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
Expand Down Expand Up @@ -359,7 +359,7 @@
border-right: none;
}
.chosen-rtl .chosen-search input[type="text"] {
background: url("chosen-sprite.png") no-repeat -28px -20px, #fff;
background: url("chosen-sprite.png") no-repeat -28px -20px, #ffffff;
direction: rtl;
padding: 4px 5px 4px 20px;
}
Expand Down

0 comments on commit 9ca9a1f

Please sign in to comment.