Skip to content
This repository was archived by the owner on Oct 29, 2018. It is now read-only.

Commit 9ca9a1f

Browse files
Rebuilt with PRs
1 parent 79731f6 commit 9ca9a1f

5 files changed

Lines changed: 23 additions & 41 deletions

build/angular-timezone-selector.js

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

dist/angular-timezone-selector.css

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
vertical-align: middle;
1212
}
1313
.chosen-container .chosen-drop {
14-
background: #fff;
15-
border: 1px solid #ccc;
14+
background: #ffffff;
15+
border: 1px solid #cccccc;
1616
border-bottom-right-radius: 4px;
1717
border-bottom-left-radius: 4px;
1818
box-shadow: 0 8px 8px rgba(0, 0, 0, .25);
@@ -100,9 +100,9 @@
100100
background: url("chosen-sprite.png") no-repeat -22px -3px;
101101
}
102102
.chosen-container-single .chosen-single {
103-
background-color: #fff;
103+
background-color: #ffffff;
104104
background-clip: padding-box;
105-
border: 1px solid #ccc;
105+
border: 1px solid #cccccc;
106106
border-top-right-radius: 4px;
107107
border-top-left-radius: 4px;
108108
border-bottom-right-radius: 4px;
@@ -166,8 +166,8 @@
166166
z-index: 1000;
167167
}
168168
.chosen-container-single .chosen-search input[type="text"] {
169-
background: url("chosen-sprite.png") no-repeat 100% -20px, #fff;
170-
border: 1px solid #ccc;
169+
background: url("chosen-sprite.png") no-repeat 100% -20px, #ffffff;
170+
border: 1px solid #cccccc;
171171
border-top-right-radius: 4px;
172172
border-top-left-radius: 4px;
173173
border-bottom-right-radius: 4px;
@@ -188,8 +188,8 @@
188188
left: -9000px;
189189
}
190190
.chosen-container-multi .chosen-choices {
191-
background-color: #fff;
192-
border: 1px solid #ccc;
191+
background-color: #ffffff;
192+
border: 1px solid #cccccc;
193193
border-top-right-radius: 4px;
194194
border-top-left-radius: 4px;
195195
border-bottom-right-radius: 4px;
@@ -228,7 +228,7 @@
228228
.chosen-container-multi .chosen-choices .search-choice {
229229
background-clip: padding-box;
230230
background-color: #eeeeee;
231-
border: 1px solid #ccc;
231+
border: 1px solid #cccccc;
232232
border-top-right-radius: 4px;
233233
border-top-left-radius: 4px;
234234
border-bottom-right-radius: 4px;
@@ -274,7 +274,7 @@
274274
transition: border linear .2s, box-shadow linear .2s;
275275
}
276276
.chosen-container-active.chosen-with-drop .chosen-single {
277-
background-color: #fff;
277+
background-color: #ffffff;
278278
border: 1px solid #66afe9;
279279
border-bottom-right-radius: 0;
280280
border-bottom-left-radius: 0;
@@ -359,7 +359,7 @@
359359
border-right: none;
360360
}
361361
.chosen-rtl .chosen-search input[type="text"] {
362-
background: url("chosen-sprite.png") no-repeat -28px -20px, #fff;
362+
background: url("chosen-sprite.png") no-repeat -28px -20px, #ffffff;
363363
direction: rtl;
364364
padding: 4px 5px 4px 20px;
365365
}

dist/angular-timezone-selector.js

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

dist/angular-timezone-selector.min.js

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

styling/angular-timezone-selector.css

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
vertical-align: middle;
1212
}
1313
.chosen-container .chosen-drop {
14-
background: #fff;
15-
border: 1px solid #ccc;
14+
background: #ffffff;
15+
border: 1px solid #cccccc;
1616
border-bottom-right-radius: 4px;
1717
border-bottom-left-radius: 4px;
1818
box-shadow: 0 8px 8px rgba(0, 0, 0, .25);
@@ -100,9 +100,9 @@
100100
background: url("chosen-sprite.png") no-repeat -22px -3px;
101101
}
102102
.chosen-container-single .chosen-single {
103-
background-color: #fff;
103+
background-color: #ffffff;
104104
background-clip: padding-box;
105-
border: 1px solid #ccc;
105+
border: 1px solid #cccccc;
106106
border-top-right-radius: 4px;
107107
border-top-left-radius: 4px;
108108
border-bottom-right-radius: 4px;
@@ -166,8 +166,8 @@
166166
z-index: 1000;
167167
}
168168
.chosen-container-single .chosen-search input[type="text"] {
169-
background: url("chosen-sprite.png") no-repeat 100% -20px, #fff;
170-
border: 1px solid #ccc;
169+
background: url("chosen-sprite.png") no-repeat 100% -20px, #ffffff;
170+
border: 1px solid #cccccc;
171171
border-top-right-radius: 4px;
172172
border-top-left-radius: 4px;
173173
border-bottom-right-radius: 4px;
@@ -188,8 +188,8 @@
188188
left: -9000px;
189189
}
190190
.chosen-container-multi .chosen-choices {
191-
background-color: #fff;
192-
border: 1px solid #ccc;
191+
background-color: #ffffff;
192+
border: 1px solid #cccccc;
193193
border-top-right-radius: 4px;
194194
border-top-left-radius: 4px;
195195
border-bottom-right-radius: 4px;
@@ -228,7 +228,7 @@
228228
.chosen-container-multi .chosen-choices .search-choice {
229229
background-clip: padding-box;
230230
background-color: #eeeeee;
231-
border: 1px solid #ccc;
231+
border: 1px solid #cccccc;
232232
border-top-right-radius: 4px;
233233
border-top-left-radius: 4px;
234234
border-bottom-right-radius: 4px;
@@ -274,7 +274,7 @@
274274
transition: border linear .2s, box-shadow linear .2s;
275275
}
276276
.chosen-container-active.chosen-with-drop .chosen-single {
277-
background-color: #fff;
277+
background-color: #ffffff;
278278
border: 1px solid #66afe9;
279279
border-bottom-right-radius: 0;
280280
border-bottom-left-radius: 0;
@@ -359,7 +359,7 @@
359359
border-right: none;
360360
}
361361
.chosen-rtl .chosen-search input[type="text"] {
362-
background: url("chosen-sprite.png") no-repeat -28px -20px, #fff;
362+
background: url("chosen-sprite.png") no-repeat -28px -20px, #ffffff;
363363
direction: rtl;
364364
padding: 4px 5px 4px 20px;
365365
}

0 commit comments

Comments
 (0)