topcoat-rails 0.1.6 → 0.8.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -173,8 +173,8 @@
173
173
  text-shadow: 0 -1px rgba(0,0,0,0.69);
174
174
  vertical-align: top;
175
175
  background-color: #595b5b;
176
- box-shadow: inset 0 1px #727373;
177
- border: 1px solid #303233;
176
+ box-shadow: inset 0 1px #737373;
177
+ border: 1px solid #333434;
178
178
  border-radius: 6px;
179
179
  }
180
180
 
@@ -184,31 +184,34 @@
184
184
  .topcoat-button--large--quiet:hover,
185
185
  .topcoat-button-bar__button:hover,
186
186
  .topcoat-button-bar__button--large:hover {
187
- background-color: #646666;
188
- }
189
-
190
- .topcoat-button:active,
191
- .topcoat-button--large:active,
192
- .topcoat-button-bar__button:active,
193
- .topcoat-button-bar__button--large:active,
194
- :checked + .topcoat-button-bar__button {
195
- background-color: #404141;
196
- box-shadow: inset 0 1px rgba(0,0,0,0.18);
187
+ background-color: #626465;
197
188
  }
198
189
 
199
190
  .topcoat-button:focus,
200
191
  .topcoat-button--quiet:focus,
192
+ .topcoat-button--quiet:hover:focus,
201
193
  .topcoat-button--large:focus,
202
194
  .topcoat-button--large--quiet:focus,
195
+ .topcoat-button--large--quiet:hover:focus,
203
196
  .topcoat-button--cta:focus,
204
197
  .topcoat-button--large--cta:focus,
205
198
  .topcoat-button-bar__button:focus,
206
199
  .topcoat-button-bar__button--large:focus {
207
- border: 1px solid #0940fd;
208
- box-shadow: 0 0 0 2px #6fb5f1;
200
+ border: 1px solid #0036ff;
201
+ box-shadow: inset 0 1px rgba(255,255,255,0.36), 0 0 0 2px #6fb5f1;
209
202
  outline: 0;
210
203
  }
211
204
 
205
+ .topcoat-button:active,
206
+ .topcoat-button--large:active,
207
+ .topcoat-button-bar__button:active,
208
+ .topcoat-button-bar__button--large:active,
209
+ :checked + .topcoat-button-bar__button {
210
+ border: 1px solid #333434;
211
+ background-color: #3f4041;
212
+ box-shadow: inset 0 1px rgba(0,0,0,0.05);
213
+ }
214
+
212
215
  .topcoat-button--quiet {
213
216
  background: transparent;
214
217
  border: 1px solid transparent;
@@ -218,17 +221,19 @@
218
221
  .topcoat-button--quiet:hover,
219
222
  .topcoat-button--large--quiet:hover {
220
223
  text-shadow: 0 -1px rgba(0,0,0,0.69);
221
- border: 1px solid #303233;
222
- box-shadow: inset 0 1px #727373;
224
+ border: 1px solid #333434;
225
+ box-shadow: inset 0 1px #737373;
223
226
  }
224
227
 
225
228
  .topcoat-button--quiet:active,
226
- .topcoat-button--large--quiet:active {
229
+ .topcoat-button--quiet:focus:active,
230
+ .topcoat-button--large--quiet:active,
231
+ .topcoat-button--large--quiet:focus:active {
227
232
  color: #c6c8c8;
228
233
  text-shadow: 0 -1px rgba(0,0,0,0.69);
229
- background-color: #404141;
230
- border: 1px solid #303233;
231
- box-shadow: inset 0 1px rgba(0,0,0,0.18);
234
+ background-color: #3f4041;
235
+ border: 1px solid #333434;
236
+ box-shadow: inset 0 1px rgba(0,0,0,0.05);
232
237
  }
233
238
 
234
239
  .topcoat-button--large,
@@ -248,7 +253,7 @@
248
253
 
249
254
  .topcoat-button--cta,
250
255
  .topcoat-button--large--cta {
251
- border: 1px solid #143250;
256
+ border: 1px solid #134f7f;
252
257
  background-color: #288edf;
253
258
  box-shadow: inset 0 1px rgba(255,255,255,0.36);
254
259
  color: #fff;
@@ -258,12 +263,12 @@
258
263
 
259
264
  .topcoat-button--cta:hover,
260
265
  .topcoat-button--large--cta:hover {
261
- background-color: #509bef;
266
+ background-color: #4ca1e4;
262
267
  }
263
268
 
264
269
  .topcoat-button--cta:active,
265
270
  .topcoat-button--large--cta:active {
266
- background-color: #1976c3;
271
+ background-color: #1e7dc8;
267
272
  box-shadow: inset 0 1px rgba(0,0,0,0.12);
268
273
  }
269
274
 
@@ -592,8 +597,8 @@
592
597
  text-shadow: 0 -1px rgba(0,0,0,0.69);
593
598
  vertical-align: top;
594
599
  background-color: #595b5b;
595
- box-shadow: inset 0 1px #727373;
596
- border: 1px solid #303233;
600
+ box-shadow: inset 0 1px #737373;
601
+ border: 1px solid #333434;
597
602
  border-radius: 6px;
598
603
  }
599
604
 
@@ -601,26 +606,29 @@
601
606
  .topcoat-button--quiet:hover,
602
607
  .topcoat-button--large:hover,
603
608
  .topcoat-button--large--quiet:hover {
604
- background-color: #646666;
605
- }
606
-
607
- .topcoat-button:active,
608
- .topcoat-button--large:active {
609
- background-color: #404141;
610
- box-shadow: inset 0 1px rgba(0,0,0,0.18);
609
+ background-color: #626465;
611
610
  }
612
611
 
613
612
  .topcoat-button:focus,
614
613
  .topcoat-button--quiet:focus,
614
+ .topcoat-button--quiet:hover:focus,
615
615
  .topcoat-button--large:focus,
616
616
  .topcoat-button--large--quiet:focus,
617
+ .topcoat-button--large--quiet:hover:focus,
617
618
  .topcoat-button--cta:focus,
618
619
  .topcoat-button--large--cta:focus {
619
- border: 1px solid #0940fd;
620
- box-shadow: 0 0 0 2px #6fb5f1;
620
+ border: 1px solid #0036ff;
621
+ box-shadow: inset 0 1px rgba(255,255,255,0.36), 0 0 0 2px #6fb5f1;
621
622
  outline: 0;
622
623
  }
623
624
 
625
+ .topcoat-button:active,
626
+ .topcoat-button--large:active {
627
+ border: 1px solid #333434;
628
+ background-color: #3f4041;
629
+ box-shadow: inset 0 1px rgba(0,0,0,0.05);
630
+ }
631
+
624
632
  /* topdoc
625
633
  name: Quiet Button
626
634
  description: A simple, yet quiet button
@@ -649,17 +657,19 @@
649
657
  .topcoat-button--quiet:hover,
650
658
  .topcoat-button--large--quiet:hover {
651
659
  text-shadow: 0 -1px rgba(0,0,0,0.69);
652
- border: 1px solid #303233;
653
- box-shadow: inset 0 1px #727373;
660
+ border: 1px solid #333434;
661
+ box-shadow: inset 0 1px #737373;
654
662
  }
655
663
 
656
664
  .topcoat-button--quiet:active,
657
- .topcoat-button--large--quiet:active {
665
+ .topcoat-button--quiet:focus:active,
666
+ .topcoat-button--large--quiet:active,
667
+ .topcoat-button--large--quiet:focus:active {
658
668
  color: #c6c8c8;
659
669
  text-shadow: 0 -1px rgba(0,0,0,0.69);
660
- background-color: #404141;
661
- border: 1px solid #303233;
662
- box-shadow: inset 0 1px rgba(0,0,0,0.18);
670
+ background-color: #3f4041;
671
+ border: 1px solid #333434;
672
+ box-shadow: inset 0 1px rgba(0,0,0,0.05);
663
673
  }
664
674
 
665
675
  /* topdoc
@@ -736,7 +746,7 @@
736
746
 
737
747
  .topcoat-button--cta,
738
748
  .topcoat-button--large--cta {
739
- border: 1px solid #143250;
749
+ border: 1px solid #134f7f;
740
750
  background-color: #288edf;
741
751
  box-shadow: inset 0 1px rgba(255,255,255,0.36);
742
752
  color: #fff;
@@ -746,12 +756,12 @@
746
756
 
747
757
  .topcoat-button--cta:hover,
748
758
  .topcoat-button--large--cta:hover {
749
- background-color: #509bef;
759
+ background-color: #4ca1e4;
750
760
  }
751
761
 
752
762
  .topcoat-button--cta:active,
753
763
  .topcoat-button--large--cta:active {
754
- background-color: #1976c3;
764
+ background-color: #1e7dc8;
755
765
  box-shadow: inset 0 1px rgba(0,0,0,0.12);
756
766
  }
757
767
 
@@ -1021,9 +1031,9 @@ input[type="checkbox"]:checked + .topcoat-checkbox__checkmark:after {
1021
1031
  width: 2rem;
1022
1032
  height: 2rem;
1023
1033
  background: #595b5b;
1024
- border: 1px solid #303233;
1034
+ border: 1px solid #333434;
1025
1035
  border-radius: 3px;
1026
- box-shadow: inset 0 1px #727373;
1036
+ box-shadow: inset 0 1px #737373;
1027
1037
  }
1028
1038
 
1029
1039
  .topcoat-checkbox__checkmark {
@@ -1038,7 +1048,7 @@ input[type="checkbox"]:checked + .topcoat-checkbox__checkmark:after {
1038
1048
  width: 28px;
1039
1049
  height: 11px;
1040
1050
  background: transparent;
1041
- border: 7px solid #fff;
1051
+ border: 7px solid #c6c8c8;
1042
1052
  border-width: 7px;
1043
1053
  border-top: none;
1044
1054
  border-right: none;
@@ -1049,8 +1059,20 @@ input[type="checkbox"]:checked + .topcoat-checkbox__checkmark:after {
1049
1059
  }
1050
1060
 
1051
1061
  input[type="checkbox"]:focus + .topcoat-checkbox__checkmark:before {
1052
- border: 1px solid #0940fd;
1053
- box-shadow: 0 0 0 2px #6fb5f1;
1062
+ border: 1px solid #0036ff;
1063
+ box-shadow: inset 0 1px rgba(255,255,255,0.36), 0 0 0 2px #6fb5f1;
1064
+ }
1065
+
1066
+ input[type="checkbox"]:active + .topcoat-checkbox__checkmark:before {
1067
+ border: 1px solid #333434;
1068
+ background-color: #3f4041;
1069
+ box-shadow: inset 0 1px rgba(0,0,0,0.05);
1070
+ }
1071
+
1072
+ input[type="checkbox"]:disabled:active + .topcoat-checkbox__checkmark:before {
1073
+ border: 1px solid #333434;
1074
+ background: #595b5b;
1075
+ box-shadow: inset 0 1px #737373;
1054
1076
  }
1055
1077
 
1056
1078
  /**
@@ -1167,8 +1189,8 @@ input[type="checkbox"]:focus + .topcoat-checkbox__checkmark:before {
1167
1189
  text-shadow: 0 -1px rgba(0,0,0,0.69);
1168
1190
  vertical-align: baseline;
1169
1191
  background-color: #595b5b;
1170
- box-shadow: inset 0 1px #727373;
1171
- border: 1px solid #303233;
1192
+ box-shadow: inset 0 1px #737373;
1193
+ border: 1px solid #333434;
1172
1194
  border-radius: 6px;
1173
1195
  }
1174
1196
 
@@ -1176,12 +1198,7 @@ input[type="checkbox"]:focus + .topcoat-checkbox__checkmark:before {
1176
1198
  .topcoat-icon-button--quiet:hover,
1177
1199
  .topcoat-icon-button--large:hover,
1178
1200
  .topcoat-icon-button--large--quiet:hover {
1179
- background-color: #646666;
1180
- }
1181
-
1182
- .topcoat-icon-button:active {
1183
- background-color: #404141;
1184
- box-shadow: inset 0 1px rgba(0,0,0,0.18);
1201
+ background-color: #626465;
1185
1202
  }
1186
1203
 
1187
1204
  .topcoat-icon-button:focus,
@@ -1190,11 +1207,18 @@ input[type="checkbox"]:focus + .topcoat-checkbox__checkmark:before {
1190
1207
  .topcoat-icon-button--large:focus,
1191
1208
  .topcoat-icon-button--large--quiet:focus,
1192
1209
  .topcoat-icon-button--large--quiet:hover:focus {
1193
- border: 1px solid #0940fd;
1194
- box-shadow: 0 0 0 2px #6fb5f1;
1210
+ border: 1px solid #0036ff;
1211
+ box-shadow: inset 0 1px rgba(255,255,255,0.36), 0 0 0 2px #6fb5f1;
1195
1212
  outline: 0;
1196
1213
  }
1197
1214
 
1215
+ .topcoat-icon-button:active,
1216
+ .topcoat-icon-button--large:active {
1217
+ border: 1px solid #333434;
1218
+ background-color: #3f4041;
1219
+ box-shadow: inset 0 1px rgba(0,0,0,0.05);
1220
+ }
1221
+
1198
1222
  /* topdoc
1199
1223
  name: Quiet Icon Button
1200
1224
  description: Like quiet button, but it has an icon.
@@ -1228,17 +1252,19 @@ input[type="checkbox"]:focus + .topcoat-checkbox__checkmark:before {
1228
1252
  .topcoat-icon-button--quiet:hover,
1229
1253
  .topcoat-icon-button--large--quiet:hover {
1230
1254
  text-shadow: 0 -1px rgba(0,0,0,0.69);
1231
- border: 1px solid #303233;
1232
- box-shadow: inset 0 1px #727373;
1255
+ border: 1px solid #333434;
1256
+ box-shadow: inset 0 1px #737373;
1233
1257
  }
1234
1258
 
1235
1259
  .topcoat-icon-button--quiet:active,
1236
- .topcoat-icon-button--large--quiet:active {
1260
+ .topcoat-icon-button--quiet:focus:active,
1261
+ .topcoat-icon-button--large--quiet:active,
1262
+ .topcoat-icon-button--large--quiet:focus:active {
1237
1263
  color: #c6c8c8;
1238
1264
  text-shadow: 0 -1px rgba(0,0,0,0.69);
1239
- background-color: #404141;
1240
- border: 1px solid #303233;
1241
- box-shadow: inset 0 1px rgba(0,0,0,0.18);
1265
+ background-color: #3f4041;
1266
+ border: 1px solid #333434;
1267
+ box-shadow: inset 0 1px rgba(0,0,0,0.05);
1242
1268
  }
1243
1269
 
1244
1270
  /* topdoc
@@ -1272,11 +1298,6 @@ input[type="checkbox"]:focus + .topcoat-checkbox__checkmark:before {
1272
1298
  line-height: 4.375rem;
1273
1299
  }
1274
1300
 
1275
- .topcoat-icon-button--large:active {
1276
- background-color: #404141;
1277
- box-shadow: inset 0 1px rgba(0,0,0,0.18);
1278
- }
1279
-
1280
1301
  /* topdoc
1281
1302
  name: Large Quiet Icon Button
1282
1303
  description: Like large button, but it has an icon and this one is quiet.
@@ -1543,31 +1564,31 @@ input[type="checkbox"]:focus + .topcoat-checkbox__checkmark:before {
1543
1564
  */
1544
1565
 
1545
1566
  .topcoat-list {
1546
- border-top: 1px solid #2f3234;
1547
- border-bottom: 1px solid #5e6061;
1548
- background-color: #444849;
1567
+ border-top: 1px solid #333434;
1568
+ border-bottom: 1px solid #616363;
1569
+ background-color: #454646;
1549
1570
  }
1550
1571
 
1551
1572
  .topcoat-list__header {
1552
1573
  padding: 4px 20px;
1553
1574
  font-size: 0.9em;
1554
1575
  font-weight: 400;
1555
- background-color: #3b3e40;
1556
- color: #868888;
1557
- text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
1558
- border-top: solid 1px rgba(255,255,255,0.1);
1559
- border-bottom: solid 1px rgba(255,255,255,0.05);
1576
+ background-color: #3f4041;
1577
+ color: #c6c8c8;
1578
+ text-shadow: 0 1px 0 rgba(255,255,255,0.1);
1579
+ border-top: 1px solid rgba(255,255,255,0.1);
1580
+ border-bottom: 1px solid rgba(255,255,255,0.05);
1560
1581
  }
1561
1582
 
1562
1583
  .topcoat-list__container {
1563
- border-top: 1px solid #2f3234;
1584
+ border-top: 1px solid #333434;
1564
1585
  color: #c6c8c8;
1565
1586
  }
1566
1587
 
1567
1588
  .topcoat-list__item {
1568
1589
  padding: 1.25rem;
1569
- border-top: 1px solid #5e6061;
1570
- border-bottom: 1px solid #2f3234;
1590
+ border-top: 1px solid #616363;
1591
+ border-bottom: 1px solid #333434;
1571
1592
  }
1572
1593
 
1573
1594
  .topcoat-list__item:first-child {
@@ -1610,24 +1631,6 @@ input[type="checkbox"]:focus + .topcoat-checkbox__checkmark:before {
1610
1631
  *
1611
1632
  */
1612
1633
 
1613
- /**
1614
- *
1615
- * Copyright 2012 Adobe Systems Inc.;
1616
- *
1617
- * Licensed under the Apache License, Version 2.0 (the "License");
1618
- * you may not use this file except in compliance with the License.
1619
- * You may obtain a copy of the License at
1620
- *
1621
- * http://www.apache.org/licenses/LICENSE-2.0
1622
- *
1623
- * Unless required by applicable law or agreed to in writing, software
1624
- * distributed under the License is distributed on an "AS IS" BASIS,
1625
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1626
- * See the License for the specific language governing permissions and
1627
- * limitations under the License.
1628
- *
1629
- */
1630
-
1631
1634
  .navigation-bar {
1632
1635
  -moz-box-sizing: border-box;
1633
1636
  box-sizing: border-box;
@@ -1784,7 +1787,7 @@ input[type="checkbox"]:focus + .topcoat-checkbox__checkmark:before {
1784
1787
  padding-right: 1rem;
1785
1788
  background: #595b5b;
1786
1789
  color: #fff;
1787
- box-shadow: inset 0 -1px #333434, 0 1px rgba(0,0,0,0.15);
1790
+ box-shadow: inset 0 -1px #333434, 0 1px #454646;
1788
1791
  }
1789
1792
 
1790
1793
  .topcoat-navigation-bar__item {
@@ -2203,8 +2206,8 @@ input[type="radio"]:checked + .topcoat-radio-button__checkmark:after {
2203
2206
  width: 1.875rem;
2204
2207
  height: 1.875rem;
2205
2208
  background: #595b5b;
2206
- border: 1px solid #303233;
2207
- box-shadow: inset 0 1px #727373;
2209
+ border: 1px solid #333434;
2210
+ box-shadow: inset 0 1px #737373;
2208
2211
  }
2209
2212
 
2210
2213
  .topcoat-radio-button__checkmark {
@@ -2217,9 +2220,9 @@ input[type="radio"]:checked + .topcoat-radio-button__checkmark:after {
2217
2220
  opacity: 0;
2218
2221
  width: 0.875rem;
2219
2222
  height: 0.875rem;
2220
- background: #fff;
2221
- border: 1px solid rgba(255,255,255,0.1);
2222
- box-shadow: 0 1px rgba(255,255,255,0.5);
2223
+ background: #c6c8c8;
2224
+ border: 1px solid rgba(0,0,0,0.05);
2225
+ box-shadow: 0 1px rgba(255,255,255,0.1);
2223
2226
  -webkit-transform: none;
2224
2227
  -ms-transform: none;
2225
2228
  transform: none;
@@ -2228,8 +2231,20 @@ input[type="radio"]:checked + .topcoat-radio-button__checkmark:after {
2228
2231
  }
2229
2232
 
2230
2233
  input[type="radio"]:focus + .topcoat-radio-button__checkmark:before {
2231
- border: 1px solid #0940fd;
2232
- box-shadow: 0 0 0 2px #6fb5f1;
2234
+ border: 1px solid #0036ff;
2235
+ box-shadow: inset 0 1px rgba(255,255,255,0.36), 0 0 0 2px #6fb5f1;
2236
+ }
2237
+
2238
+ input[type="radio"]:active + .topcoat-radio-button__checkmark:before {
2239
+ border: 1px solid #333434;
2240
+ background-color: #3f4041;
2241
+ box-shadow: inset 0 1px rgba(0,0,0,0.05);
2242
+ }
2243
+
2244
+ input[type="radio"]:disabled:active + .topcoat-radio-button__checkmark:before {
2245
+ border: 1px solid #333434;
2246
+ background: #595b5b;
2247
+ box-shadow: inset 0 1px #737373;
2233
2248
  }
2234
2249
 
2235
2250
  /*
@@ -2377,16 +2392,16 @@ limitations under the License.
2377
2392
 
2378
2393
  .topcoat-range {
2379
2394
  border-radius: 6px;
2380
- border: 1px solid #303233;
2381
- background-color: #424546;
2395
+ border: 1px solid #333434;
2396
+ background-color: #454646;
2382
2397
  height: 1rem;
2383
2398
  border-radius: 30px;
2384
2399
  }
2385
2400
 
2386
2401
  .topcoat-range::-moz-range-track {
2387
2402
  border-radius: 6px;
2388
- border: 1px solid #303233;
2389
- background-color: #424546;
2403
+ border: 1px solid #333434;
2404
+ background-color: #454646;
2390
2405
  height: 1rem;
2391
2406
  border-radius: 30px;
2392
2407
  }
@@ -2395,28 +2410,38 @@ limitations under the License.
2395
2410
  height: 3rem;
2396
2411
  width: 2rem;
2397
2412
  background-color: #595b5b;
2398
- border: 1px solid #303233;
2413
+ border: 1px solid #333434;
2399
2414
  border-radius: 6px;
2400
- box-shadow: inset 0 1px #727373;
2415
+ box-shadow: inset 0 1px #737373;
2401
2416
  }
2402
2417
 
2403
2418
  .topcoat-range::-moz-range-thumb {
2404
2419
  height: 3rem;
2405
2420
  width: 2rem;
2406
2421
  background-color: #595b5b;
2407
- border: 1px solid #303233;
2422
+ border: 1px solid #333434;
2408
2423
  border-radius: 6px;
2409
- box-shadow: inset 0 1px #727373;
2424
+ box-shadow: inset 0 1px #737373;
2410
2425
  }
2411
2426
 
2412
2427
  .topcoat-range:focus::-webkit-slider-thumb {
2413
- border: 1px solid #0940fd;
2414
- box-shadow: 0 0 0 2px #6fb5f1;
2428
+ border: 1px solid #0036ff;
2429
+ box-shadow: inset 0 1px rgba(255,255,255,0.36), 0 0 0 2px #6fb5f1;
2415
2430
  }
2416
2431
 
2417
2432
  .topcoat-range:focus::-moz-range-thumb {
2418
- border: 1px solid #0940fd;
2419
- box-shadow: 0 0 0 2px #6fb5f1;
2433
+ border: 1px solid #0036ff;
2434
+ box-shadow: inset 0 1px rgba(255,255,255,0.36), 0 0 0 2px #6fb5f1;
2435
+ }
2436
+
2437
+ .topcoat-range:active::-webkit-slider-thumb {
2438
+ border: 1px solid #333434;
2439
+ box-shadow: inset 0 1px #737373;
2440
+ }
2441
+
2442
+ .topcoat-range:active::-moz-range-thumb {
2443
+ border: 1px solid #333434;
2444
+ box-shadow: inset 0 1px #737373;
2420
2445
  }
2421
2446
 
2422
2447
  /**
@@ -2566,26 +2591,26 @@ input[type="search"]::-webkit-search-cancel-button {
2566
2591
  .topcoat-search-input,
2567
2592
  .topcoat-search-input--large {
2568
2593
  line-height: 3rem;
2594
+ height: 3rem;
2569
2595
  font-size: 16px;
2570
- border: 1px solid #303233;
2571
- background-color: #404141;
2572
- box-shadow: inset 0 1px rgba(0,0,0,0.18);
2596
+ border: 1px solid #333434;
2597
+ background-color: #454646;
2598
+ box-shadow: inset 0 1px 0 rgba(0,0,0,0.23);
2573
2599
  color: #c6c8c8;
2574
2600
  padding: 0 0 0 2rem;
2575
2601
  border-radius: 30px;
2576
2602
  background-image: image-url("topcoat/search.svg");
2577
- background-position: 1em center;
2603
+ background-position: 1rem center;
2578
2604
  background-repeat: no-repeat;
2579
2605
  background-size: 16px;
2580
2606
  }
2581
2607
 
2582
2608
  .topcoat-search-input:focus,
2583
2609
  .topcoat-search-input--large:focus {
2584
- background-image: image-url("topcoat/search_dark.svg");
2585
- background-color: #646666;
2610
+ background-color: #595b5b;
2586
2611
  color: #fff;
2587
- border: 1px solid #0940fd;
2588
- box-shadow: 0 0 0 2px #6fb5f1;
2612
+ border: 1px solid #0036ff;
2613
+ box-shadow: inset 0 1px 0 rgba(0,0,0,0.23), 0 0 0 2px #6fb5f1;
2589
2614
  }
2590
2615
 
2591
2616
  .topcoat-search-input::-webkit-search-cancel-button,
@@ -2633,11 +2658,12 @@ input[type="search"]::-webkit-search-cancel-button {
2633
2658
 
2634
2659
  .topcoat-search-input--large {
2635
2660
  line-height: 4.375rem;
2661
+ height: 4.375rem;
2636
2662
  font-size: 1.3rem;
2637
- font-weight: 200;
2663
+ font-weight: 400;
2638
2664
  padding: 0 0 0 2.9rem;
2639
2665
  border-radius: 40px;
2640
- background-position: 1.2em center;
2666
+ background-position: 1.2rem center;
2641
2667
  background-size: 1.3rem;
2642
2668
  }
2643
2669
 
@@ -2883,7 +2909,7 @@ input[type="search"]::-webkit-search-cancel-button {
2883
2909
  font-size: 16px;
2884
2910
  padding: 0 1.25rem;
2885
2911
  border-radius: 6px;
2886
- border: 1px solid #303233;
2912
+ border: 1px solid #333434;
2887
2913
  overflow: hidden;
2888
2914
  width: 6rem;
2889
2915
  }
@@ -2896,8 +2922,8 @@ input[type="search"]::-webkit-search-cancel-button {
2896
2922
 
2897
2923
  .topcoat-switch__toggle:before {
2898
2924
  content: 'ON';
2899
- color: #5dc1ff;
2900
- background-color: #404141;
2925
+ color: #288edf;
2926
+ background-color: #3f4041;
2901
2927
  right: 1rem;
2902
2928
  padding-left: 1.5rem;
2903
2929
  }
@@ -2910,18 +2936,18 @@ input[type="search"]::-webkit-search-cancel-button {
2910
2936
  color: #c6c8c8;
2911
2937
  text-shadow: 0 -1px rgba(0,0,0,0.69);
2912
2938
  background-color: #595b5b;
2913
- border: 1px solid #303233;
2939
+ border: 1px solid #333434;
2914
2940
  margin-left: -1.3rem;
2915
2941
  margin-bottom: -1px;
2916
2942
  margin-top: -1px;
2917
- box-shadow: inset 0 1px #727373;
2943
+ box-shadow: inset 0 1px #737373;
2918
2944
  -webkit-transition: margin-left 0.05s ease-in-out;
2919
2945
  transition: margin-left 0.05s ease-in-out;
2920
2946
  }
2921
2947
 
2922
2948
  .topcoat-switch__toggle:after {
2923
2949
  content: 'OFF';
2924
- background-color: #404141;
2950
+ background-color: #3f4041;
2925
2951
  left: 1rem;
2926
2952
  padding-left: 2rem;
2927
2953
  }
@@ -2930,8 +2956,13 @@ input[type="search"]::-webkit-search-cancel-button {
2930
2956
  margin-left: 2.7rem;
2931
2957
  }
2932
2958
 
2959
+ .topcoat-switch__input:active + .topcoat-switch__toggle {
2960
+ border: 1px solid #333434;
2961
+ box-shadow: inset 0 1px #737373;
2962
+ }
2963
+
2933
2964
  .topcoat-switch__input:focus + .topcoat-switch__toggle {
2934
- border: 1px solid #0940fd;
2965
+ border: 1px solid #0036ff;
2935
2966
  box-shadow: 0 0 0 2px #6fb5f1;
2936
2967
  }
2937
2968
 
@@ -3093,21 +3124,23 @@ input[type="search"]::-webkit-search-cancel-button {
3093
3124
  text-shadow: 0 -1px rgba(0,0,0,0.69);
3094
3125
  vertical-align: top;
3095
3126
  background-color: #595b5b;
3096
- box-shadow: inset 0 1px #727373;
3097
- border-top: 1px solid #303233;
3127
+ box-shadow: inset 0 1px #737373;
3128
+ border-top: 1px solid #333434;
3098
3129
  }
3099
3130
 
3100
3131
  .topcoat-tab-bar__button:active,
3101
3132
  .topcoat-tab-bar__button--large:active,
3102
3133
  :checked + .topcoat-tab-bar__button {
3103
- color: #5dc1ff;
3104
- background-color: #404141;
3105
- box-shadow: inset 0 0 2px #313231;
3134
+ color: #288edf;
3135
+ background-color: #3f4041;
3136
+ box-shadow: inset 0 0 1px rgba(0,0,0,0.05);
3106
3137
  }
3107
3138
 
3108
3139
  .topcoat-tab-bar__button:focus,
3109
3140
  .topcoat-tab-bar__button--large:focus {
3110
3141
  z-index: 1;
3142
+ box-shadow: inset 0 1px rgba(255,255,255,0.36), 0 0 0 2px #6fb5f1;
3143
+ outline: 0;
3111
3144
  }
3112
3145
 
3113
3146
  /**
@@ -3198,19 +3231,19 @@ input[type="search"]::-webkit-search-cancel-button {
3198
3231
  font-size: 16px;
3199
3232
  letter-spacing: 1px;
3200
3233
  padding: 0 1.25rem;
3201
- border: 1px solid #303233;
3234
+ border: 1px solid #333434;
3202
3235
  border-radius: 6px;
3203
- background-color: #404141;
3204
- box-shadow: inset 0 1px rgba(0,0,0,0.18);
3236
+ background-color: #454646;
3237
+ box-shadow: inset 0 1px rgba(0,0,0,0.05);
3205
3238
  color: #c6c8c8;
3206
3239
  vertical-align: top;
3207
3240
  }
3208
3241
 
3209
3242
  .topcoat-text-input:focus,
3210
3243
  .topcoat-text-input--large:focus {
3211
- background-color: #646666;
3244
+ background-color: #595b5b;
3212
3245
  color: #fff;
3213
- border: 1px solid #0940fd;
3246
+ border: 1px solid #0036ff;
3214
3247
  box-shadow: 0 0 0 2px #6fb5f1;
3215
3248
  }
3216
3249
 
@@ -3227,7 +3260,7 @@ input[type="search"]::-webkit-search-cancel-button {
3227
3260
  }
3228
3261
 
3229
3262
  .topcoat-text-input:invalid {
3230
- border: 1px solid #d83b75;
3263
+ border: 1px solid #ec514e;
3231
3264
  }
3232
3265
 
3233
3266
  /* topdoc
@@ -3276,7 +3309,7 @@ input[type="search"]::-webkit-search-cancel-button {
3276
3309
  }
3277
3310
 
3278
3311
  .topcoat-text-input--large:invalid {
3279
- border: 1px solid #d83b75;
3312
+ border: 1px solid #ec514e;
3280
3313
  }
3281
3314
 
3282
3315
  /**
@@ -3420,21 +3453,21 @@ input[type="search"]::-webkit-search-cancel-button {
3420
3453
  .topcoat-textarea--large {
3421
3454
  padding: 2rem;
3422
3455
  font-size: 2.5rem;
3423
- font-weight: 200;
3456
+ font-weight: 400;
3424
3457
  border-radius: 6px;
3425
3458
  line-height: 3rem;
3426
- border: 1px solid #303233;
3427
- background-color: #404141;
3428
- box-shadow: inset 0 1px rgba(0,0,0,0.18);
3459
+ border: 1px solid #333434;
3460
+ background-color: #454646;
3461
+ box-shadow: inset 0 1px rgba(0,0,0,0.05);
3429
3462
  color: #c6c8c8;
3430
3463
  letter-spacing: 1px;
3431
3464
  }
3432
3465
 
3433
3466
  .topcoat-textarea:focus,
3434
3467
  .topcoat-textarea--large:focus {
3435
- background-color: #646666;
3468
+ background-color: #595b5b;
3436
3469
  color: #fff;
3437
- border: 1px solid #0940fd;
3470
+ border: 1px solid #0036ff;
3438
3471
  box-shadow: 0 0 0 2px #6fb5f1;
3439
3472
  }
3440
3473
 
@@ -3513,7 +3546,7 @@ body {
3513
3546
  background: #4b4d4e;
3514
3547
  color: #000;
3515
3548
  font: 16px "Source Sans", helvetica, arial, sans-serif;
3516
- font-weight: 200;
3549
+ font-weight: 400;
3517
3550
  }
3518
3551
 
3519
3552
  :focus {
@@ -3587,7 +3620,17 @@ body {
3587
3620
 
3588
3621
  /* This file should include color and image variables corresponding to the dark theme */
3589
3622
 
3590
- /* Call To Action */
3623
+ /* ---------- colors ---------- */
3624
+
3625
+ /* ---------- darken ---------- */
3626
+
3627
+ /* ---------- lighten ---------- */
3628
+
3629
+ /* ---------- alphas ---------- */
3630
+
3631
+ /* ---------- thickness ---------- */
3632
+
3633
+ /* ---------- shadows ---------- */
3591
3634
 
3592
3635
  /* Icons */
3593
3636
 
@@ -3595,18 +3638,16 @@ body {
3595
3638
 
3596
3639
  /* Text Input */
3597
3640
 
3598
- /* Search Input */
3599
-
3600
3641
  /* List */
3601
3642
 
3602
- /* Checkbox */
3603
-
3604
3643
  /* Overlay */
3605
3644
 
3606
3645
  /* Progress bar */
3607
3646
 
3608
3647
  /* Checkbox */
3609
3648
 
3649
+ /* Range input */
3650
+
3610
3651
  /* Radio Button */
3611
3652
 
3612
3653
  /* Tab bar */
@@ -3635,7 +3676,23 @@ body {
3635
3676
 
3636
3677
  /* This file should include color and image variables corresponding to the light theme */
3637
3678
 
3638
- /* Call To Action */
3679
+ /* ---------- colors ---------- */
3680
+
3681
+ /* ---------- darken ---------- */
3682
+
3683
+ /* ---------- lighten ---------- */
3684
+
3685
+ /* ---------- alphas ---------- */
3686
+
3687
+ /* ---------- thickness ---------- */
3688
+
3689
+ /* ---------- shadows ---------- */
3690
+
3691
+ /* Secondary colors (based on colors above)
3692
+
3693
+ Everything below this line should be calculated using the variables above. This area is for people that want to totally customize everything. Have fun, bros!
3694
+
3695
+ */
3639
3696
 
3640
3697
  /* Icons */
3641
3698
 
@@ -3681,6 +3738,8 @@ body {
3681
3738
 
3682
3739
  /* Switch */
3683
3740
 
3741
+ /* Call To Action */
3742
+
3684
3743
  /* Text Input */
3685
3744
 
3686
3745
  /* Radio input */
@@ -3693,8 +3752,8 @@ body {
3693
3752
 
3694
3753
  /* Progress bar progress */
3695
3754
 
3696
- /* Search input */
3697
-
3698
3755
  /* Switch */
3699
3756
 
3700
3757
  /* Notification */
3758
+
3759
+ /* Search */