@materializecss/materialize 2.3.0 → 2.3.1

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.
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Materialize v2.3.0 (https://materializeweb.com)
2
+ * Materialize v2.3.1 (https://materializeweb.com)
3
3
  * Copyright 2014-2026 Materialize
4
4
  * MIT License (https://raw.githubusercontent.com/materializecss/materialize/master/LICENSE)
5
5
  */
@@ -1053,7 +1053,7 @@ template {
1053
1053
  color: var(--md-sys-color-on-background);
1054
1054
  }
1055
1055
 
1056
- .surface, .switch label input[type=checkbox]:checked + .lever:after {
1056
+ .surface {
1057
1057
  background-color: var(--md-sys-color-surface);
1058
1058
  }
1059
1059
 
@@ -1069,7 +1069,7 @@ template {
1069
1069
  color: var(--md-sys-color-on-surface);
1070
1070
  }
1071
1071
 
1072
- .surface-variant, input[type=range]::-webkit-slider-runnable-track, input[type=range]::-moz-range-track, .progress {
1072
+ .surface-variant {
1073
1073
  background-color: var(--md-sys-color-surface-variant);
1074
1074
  }
1075
1075
 
@@ -1081,11 +1081,11 @@ template {
1081
1081
  background-color: var(--md-sys-color-on-surface-variant);
1082
1082
  }
1083
1083
 
1084
- .on-surface-variant-text, .chip > .material-icons {
1084
+ .on-surface-variant-text {
1085
1085
  color: var(--md-sys-color-on-surface-variant);
1086
1086
  }
1087
1087
 
1088
- .outline, .switch label .lever:after {
1088
+ .outline {
1089
1089
  background-color: var(--md-sys-color-outline);
1090
1090
  }
1091
1091
 
@@ -1149,2142 +1149,6 @@ template {
1149
1149
  color: var(--md-sys-color-scrim);
1150
1150
  }
1151
1151
 
1152
- .materialize-red {
1153
- background-color: #e51c23 !important;
1154
- }
1155
-
1156
- .materialize-red-text {
1157
- color: #e51c23 !important;
1158
- }
1159
-
1160
- .materialize-red.lighten-5 {
1161
- background-color: #fdeaeb !important;
1162
- }
1163
-
1164
- .materialize-red-text.text-lighten-5 {
1165
- color: #fdeaeb !important;
1166
- }
1167
-
1168
- .materialize-red.lighten-4 {
1169
- background-color: #f8c1c3 !important;
1170
- }
1171
-
1172
- .materialize-red-text.text-lighten-4 {
1173
- color: #f8c1c3 !important;
1174
- }
1175
-
1176
- .materialize-red.lighten-3 {
1177
- background-color: #f3989b !important;
1178
- }
1179
-
1180
- .materialize-red-text.text-lighten-3 {
1181
- color: #f3989b !important;
1182
- }
1183
-
1184
- .materialize-red.lighten-2 {
1185
- background-color: #ee6e73 !important;
1186
- }
1187
-
1188
- .materialize-red-text.text-lighten-2 {
1189
- color: #ee6e73 !important;
1190
- }
1191
-
1192
- .materialize-red.lighten-1 {
1193
- background-color: #ea454b !important;
1194
- }
1195
-
1196
- .materialize-red-text.text-lighten-1 {
1197
- color: #ea454b !important;
1198
- }
1199
-
1200
- .materialize-red.darken-1 {
1201
- background-color: #d0181e !important;
1202
- }
1203
-
1204
- .materialize-red-text.text-darken-1 {
1205
- color: #d0181e !important;
1206
- }
1207
-
1208
- .materialize-red.darken-2 {
1209
- background-color: #b9151b !important;
1210
- }
1211
-
1212
- .materialize-red-text.text-darken-2 {
1213
- color: #b9151b !important;
1214
- }
1215
-
1216
- .materialize-red.darken-3 {
1217
- background-color: #a21318 !important;
1218
- }
1219
-
1220
- .materialize-red-text.text-darken-3 {
1221
- color: #a21318 !important;
1222
- }
1223
-
1224
- .materialize-red.darken-4 {
1225
- background-color: #8b1014 !important;
1226
- }
1227
-
1228
- .materialize-red-text.text-darken-4 {
1229
- color: #8b1014 !important;
1230
- }
1231
-
1232
- .red {
1233
- background-color: #F44336 !important;
1234
- }
1235
-
1236
- .red-text {
1237
- color: #F44336 !important;
1238
- }
1239
-
1240
- .red.lighten-5 {
1241
- background-color: #FFEBEE !important;
1242
- }
1243
-
1244
- .red-text.text-lighten-5 {
1245
- color: #FFEBEE !important;
1246
- }
1247
-
1248
- .red.lighten-4 {
1249
- background-color: #FFCDD2 !important;
1250
- }
1251
-
1252
- .red-text.text-lighten-4 {
1253
- color: #FFCDD2 !important;
1254
- }
1255
-
1256
- .red.lighten-3 {
1257
- background-color: #EF9A9A !important;
1258
- }
1259
-
1260
- .red-text.text-lighten-3 {
1261
- color: #EF9A9A !important;
1262
- }
1263
-
1264
- .red.lighten-2 {
1265
- background-color: #E57373 !important;
1266
- }
1267
-
1268
- .red-text.text-lighten-2 {
1269
- color: #E57373 !important;
1270
- }
1271
-
1272
- .red.lighten-1 {
1273
- background-color: #EF5350 !important;
1274
- }
1275
-
1276
- .red-text.text-lighten-1 {
1277
- color: #EF5350 !important;
1278
- }
1279
-
1280
- .red.darken-1 {
1281
- background-color: #E53935 !important;
1282
- }
1283
-
1284
- .red-text.text-darken-1 {
1285
- color: #E53935 !important;
1286
- }
1287
-
1288
- .red.darken-2 {
1289
- background-color: #D32F2F !important;
1290
- }
1291
-
1292
- .red-text.text-darken-2 {
1293
- color: #D32F2F !important;
1294
- }
1295
-
1296
- .red.darken-3 {
1297
- background-color: #C62828 !important;
1298
- }
1299
-
1300
- .red-text.text-darken-3 {
1301
- color: #C62828 !important;
1302
- }
1303
-
1304
- .red.darken-4 {
1305
- background-color: #B71C1C !important;
1306
- }
1307
-
1308
- .red-text.text-darken-4 {
1309
- color: #B71C1C !important;
1310
- }
1311
-
1312
- .red.accent-1 {
1313
- background-color: #FF8A80 !important;
1314
- }
1315
-
1316
- .red-text.text-accent-1 {
1317
- color: #FF8A80 !important;
1318
- }
1319
-
1320
- .red.accent-2 {
1321
- background-color: #FF5252 !important;
1322
- }
1323
-
1324
- .red-text.text-accent-2 {
1325
- color: #FF5252 !important;
1326
- }
1327
-
1328
- .red.accent-3 {
1329
- background-color: #FF1744 !important;
1330
- }
1331
-
1332
- .red-text.text-accent-3 {
1333
- color: #FF1744 !important;
1334
- }
1335
-
1336
- .red.accent-4 {
1337
- background-color: #D50000 !important;
1338
- }
1339
-
1340
- .red-text.text-accent-4 {
1341
- color: #D50000 !important;
1342
- }
1343
-
1344
- .pink {
1345
- background-color: #e91e63 !important;
1346
- }
1347
-
1348
- .pink-text {
1349
- color: #e91e63 !important;
1350
- }
1351
-
1352
- .pink.lighten-5 {
1353
- background-color: #fce4ec !important;
1354
- }
1355
-
1356
- .pink-text.text-lighten-5 {
1357
- color: #fce4ec !important;
1358
- }
1359
-
1360
- .pink.lighten-4 {
1361
- background-color: #f8bbd0 !important;
1362
- }
1363
-
1364
- .pink-text.text-lighten-4 {
1365
- color: #f8bbd0 !important;
1366
- }
1367
-
1368
- .pink.lighten-3 {
1369
- background-color: #f48fb1 !important;
1370
- }
1371
-
1372
- .pink-text.text-lighten-3 {
1373
- color: #f48fb1 !important;
1374
- }
1375
-
1376
- .pink.lighten-2 {
1377
- background-color: #f06292 !important;
1378
- }
1379
-
1380
- .pink-text.text-lighten-2 {
1381
- color: #f06292 !important;
1382
- }
1383
-
1384
- .pink.lighten-1 {
1385
- background-color: #ec407a !important;
1386
- }
1387
-
1388
- .pink-text.text-lighten-1 {
1389
- color: #ec407a !important;
1390
- }
1391
-
1392
- .pink.darken-1 {
1393
- background-color: #d81b60 !important;
1394
- }
1395
-
1396
- .pink-text.text-darken-1 {
1397
- color: #d81b60 !important;
1398
- }
1399
-
1400
- .pink.darken-2 {
1401
- background-color: #c2185b !important;
1402
- }
1403
-
1404
- .pink-text.text-darken-2 {
1405
- color: #c2185b !important;
1406
- }
1407
-
1408
- .pink.darken-3 {
1409
- background-color: #ad1457 !important;
1410
- }
1411
-
1412
- .pink-text.text-darken-3 {
1413
- color: #ad1457 !important;
1414
- }
1415
-
1416
- .pink.darken-4 {
1417
- background-color: #880e4f !important;
1418
- }
1419
-
1420
- .pink-text.text-darken-4 {
1421
- color: #880e4f !important;
1422
- }
1423
-
1424
- .pink.accent-1 {
1425
- background-color: #ff80ab !important;
1426
- }
1427
-
1428
- .pink-text.text-accent-1 {
1429
- color: #ff80ab !important;
1430
- }
1431
-
1432
- .pink.accent-2 {
1433
- background-color: #ff4081 !important;
1434
- }
1435
-
1436
- .pink-text.text-accent-2 {
1437
- color: #ff4081 !important;
1438
- }
1439
-
1440
- .pink.accent-3 {
1441
- background-color: #f50057 !important;
1442
- }
1443
-
1444
- .pink-text.text-accent-3 {
1445
- color: #f50057 !important;
1446
- }
1447
-
1448
- .pink.accent-4 {
1449
- background-color: #c51162 !important;
1450
- }
1451
-
1452
- .pink-text.text-accent-4 {
1453
- color: #c51162 !important;
1454
- }
1455
-
1456
- .purple {
1457
- background-color: #9c27b0 !important;
1458
- }
1459
-
1460
- .purple-text {
1461
- color: #9c27b0 !important;
1462
- }
1463
-
1464
- .purple.lighten-5 {
1465
- background-color: #f3e5f5 !important;
1466
- }
1467
-
1468
- .purple-text.text-lighten-5 {
1469
- color: #f3e5f5 !important;
1470
- }
1471
-
1472
- .purple.lighten-4 {
1473
- background-color: #e1bee7 !important;
1474
- }
1475
-
1476
- .purple-text.text-lighten-4 {
1477
- color: #e1bee7 !important;
1478
- }
1479
-
1480
- .purple.lighten-3 {
1481
- background-color: #ce93d8 !important;
1482
- }
1483
-
1484
- .purple-text.text-lighten-3 {
1485
- color: #ce93d8 !important;
1486
- }
1487
-
1488
- .purple.lighten-2 {
1489
- background-color: #ba68c8 !important;
1490
- }
1491
-
1492
- .purple-text.text-lighten-2 {
1493
- color: #ba68c8 !important;
1494
- }
1495
-
1496
- .purple.lighten-1 {
1497
- background-color: #ab47bc !important;
1498
- }
1499
-
1500
- .purple-text.text-lighten-1 {
1501
- color: #ab47bc !important;
1502
- }
1503
-
1504
- .purple.darken-1 {
1505
- background-color: #8e24aa !important;
1506
- }
1507
-
1508
- .purple-text.text-darken-1 {
1509
- color: #8e24aa !important;
1510
- }
1511
-
1512
- .purple.darken-2 {
1513
- background-color: #7b1fa2 !important;
1514
- }
1515
-
1516
- .purple-text.text-darken-2 {
1517
- color: #7b1fa2 !important;
1518
- }
1519
-
1520
- .purple.darken-3 {
1521
- background-color: #6a1b9a !important;
1522
- }
1523
-
1524
- .purple-text.text-darken-3 {
1525
- color: #6a1b9a !important;
1526
- }
1527
-
1528
- .purple.darken-4 {
1529
- background-color: #4a148c !important;
1530
- }
1531
-
1532
- .purple-text.text-darken-4 {
1533
- color: #4a148c !important;
1534
- }
1535
-
1536
- .purple.accent-1 {
1537
- background-color: #ea80fc !important;
1538
- }
1539
-
1540
- .purple-text.text-accent-1 {
1541
- color: #ea80fc !important;
1542
- }
1543
-
1544
- .purple.accent-2 {
1545
- background-color: #e040fb !important;
1546
- }
1547
-
1548
- .purple-text.text-accent-2 {
1549
- color: #e040fb !important;
1550
- }
1551
-
1552
- .purple.accent-3 {
1553
- background-color: #d500f9 !important;
1554
- }
1555
-
1556
- .purple-text.text-accent-3 {
1557
- color: #d500f9 !important;
1558
- }
1559
-
1560
- .purple.accent-4 {
1561
- background-color: #aa00ff !important;
1562
- }
1563
-
1564
- .purple-text.text-accent-4 {
1565
- color: #aa00ff !important;
1566
- }
1567
-
1568
- .deep-purple {
1569
- background-color: #673ab7 !important;
1570
- }
1571
-
1572
- .deep-purple-text {
1573
- color: #673ab7 !important;
1574
- }
1575
-
1576
- .deep-purple.lighten-5 {
1577
- background-color: #ede7f6 !important;
1578
- }
1579
-
1580
- .deep-purple-text.text-lighten-5 {
1581
- color: #ede7f6 !important;
1582
- }
1583
-
1584
- .deep-purple.lighten-4 {
1585
- background-color: #d1c4e9 !important;
1586
- }
1587
-
1588
- .deep-purple-text.text-lighten-4 {
1589
- color: #d1c4e9 !important;
1590
- }
1591
-
1592
- .deep-purple.lighten-3 {
1593
- background-color: #b39ddb !important;
1594
- }
1595
-
1596
- .deep-purple-text.text-lighten-3 {
1597
- color: #b39ddb !important;
1598
- }
1599
-
1600
- .deep-purple.lighten-2 {
1601
- background-color: #9575cd !important;
1602
- }
1603
-
1604
- .deep-purple-text.text-lighten-2 {
1605
- color: #9575cd !important;
1606
- }
1607
-
1608
- .deep-purple.lighten-1 {
1609
- background-color: #7e57c2 !important;
1610
- }
1611
-
1612
- .deep-purple-text.text-lighten-1 {
1613
- color: #7e57c2 !important;
1614
- }
1615
-
1616
- .deep-purple.darken-1 {
1617
- background-color: #5e35b1 !important;
1618
- }
1619
-
1620
- .deep-purple-text.text-darken-1 {
1621
- color: #5e35b1 !important;
1622
- }
1623
-
1624
- .deep-purple.darken-2 {
1625
- background-color: #512da8 !important;
1626
- }
1627
-
1628
- .deep-purple-text.text-darken-2 {
1629
- color: #512da8 !important;
1630
- }
1631
-
1632
- .deep-purple.darken-3 {
1633
- background-color: #4527a0 !important;
1634
- }
1635
-
1636
- .deep-purple-text.text-darken-3 {
1637
- color: #4527a0 !important;
1638
- }
1639
-
1640
- .deep-purple.darken-4 {
1641
- background-color: #311b92 !important;
1642
- }
1643
-
1644
- .deep-purple-text.text-darken-4 {
1645
- color: #311b92 !important;
1646
- }
1647
-
1648
- .deep-purple.accent-1 {
1649
- background-color: #b388ff !important;
1650
- }
1651
-
1652
- .deep-purple-text.text-accent-1 {
1653
- color: #b388ff !important;
1654
- }
1655
-
1656
- .deep-purple.accent-2 {
1657
- background-color: #7c4dff !important;
1658
- }
1659
-
1660
- .deep-purple-text.text-accent-2 {
1661
- color: #7c4dff !important;
1662
- }
1663
-
1664
- .deep-purple.accent-3 {
1665
- background-color: #651fff !important;
1666
- }
1667
-
1668
- .deep-purple-text.text-accent-3 {
1669
- color: #651fff !important;
1670
- }
1671
-
1672
- .deep-purple.accent-4 {
1673
- background-color: #6200ea !important;
1674
- }
1675
-
1676
- .deep-purple-text.text-accent-4 {
1677
- color: #6200ea !important;
1678
- }
1679
-
1680
- .indigo {
1681
- background-color: #3f51b5 !important;
1682
- }
1683
-
1684
- .indigo-text {
1685
- color: #3f51b5 !important;
1686
- }
1687
-
1688
- .indigo.lighten-5 {
1689
- background-color: #e8eaf6 !important;
1690
- }
1691
-
1692
- .indigo-text.text-lighten-5 {
1693
- color: #e8eaf6 !important;
1694
- }
1695
-
1696
- .indigo.lighten-4 {
1697
- background-color: #c5cae9 !important;
1698
- }
1699
-
1700
- .indigo-text.text-lighten-4 {
1701
- color: #c5cae9 !important;
1702
- }
1703
-
1704
- .indigo.lighten-3 {
1705
- background-color: #9fa8da !important;
1706
- }
1707
-
1708
- .indigo-text.text-lighten-3 {
1709
- color: #9fa8da !important;
1710
- }
1711
-
1712
- .indigo.lighten-2 {
1713
- background-color: #7986cb !important;
1714
- }
1715
-
1716
- .indigo-text.text-lighten-2 {
1717
- color: #7986cb !important;
1718
- }
1719
-
1720
- .indigo.lighten-1 {
1721
- background-color: #5c6bc0 !important;
1722
- }
1723
-
1724
- .indigo-text.text-lighten-1 {
1725
- color: #5c6bc0 !important;
1726
- }
1727
-
1728
- .indigo.darken-1 {
1729
- background-color: #3949ab !important;
1730
- }
1731
-
1732
- .indigo-text.text-darken-1 {
1733
- color: #3949ab !important;
1734
- }
1735
-
1736
- .indigo.darken-2 {
1737
- background-color: #303f9f !important;
1738
- }
1739
-
1740
- .indigo-text.text-darken-2 {
1741
- color: #303f9f !important;
1742
- }
1743
-
1744
- .indigo.darken-3 {
1745
- background-color: #283593 !important;
1746
- }
1747
-
1748
- .indigo-text.text-darken-3 {
1749
- color: #283593 !important;
1750
- }
1751
-
1752
- .indigo.darken-4 {
1753
- background-color: #1a237e !important;
1754
- }
1755
-
1756
- .indigo-text.text-darken-4 {
1757
- color: #1a237e !important;
1758
- }
1759
-
1760
- .indigo.accent-1 {
1761
- background-color: #8c9eff !important;
1762
- }
1763
-
1764
- .indigo-text.text-accent-1 {
1765
- color: #8c9eff !important;
1766
- }
1767
-
1768
- .indigo.accent-2 {
1769
- background-color: #536dfe !important;
1770
- }
1771
-
1772
- .indigo-text.text-accent-2 {
1773
- color: #536dfe !important;
1774
- }
1775
-
1776
- .indigo.accent-3 {
1777
- background-color: #3d5afe !important;
1778
- }
1779
-
1780
- .indigo-text.text-accent-3 {
1781
- color: #3d5afe !important;
1782
- }
1783
-
1784
- .indigo.accent-4 {
1785
- background-color: #304ffe !important;
1786
- }
1787
-
1788
- .indigo-text.text-accent-4 {
1789
- color: #304ffe !important;
1790
- }
1791
-
1792
- .blue {
1793
- background-color: #2196F3 !important;
1794
- }
1795
-
1796
- .blue-text {
1797
- color: #2196F3 !important;
1798
- }
1799
-
1800
- .blue.lighten-5 {
1801
- background-color: #E3F2FD !important;
1802
- }
1803
-
1804
- .blue-text.text-lighten-5 {
1805
- color: #E3F2FD !important;
1806
- }
1807
-
1808
- .blue.lighten-4 {
1809
- background-color: #BBDEFB !important;
1810
- }
1811
-
1812
- .blue-text.text-lighten-4 {
1813
- color: #BBDEFB !important;
1814
- }
1815
-
1816
- .blue.lighten-3 {
1817
- background-color: #90CAF9 !important;
1818
- }
1819
-
1820
- .blue-text.text-lighten-3 {
1821
- color: #90CAF9 !important;
1822
- }
1823
-
1824
- .blue.lighten-2 {
1825
- background-color: #64B5F6 !important;
1826
- }
1827
-
1828
- .blue-text.text-lighten-2 {
1829
- color: #64B5F6 !important;
1830
- }
1831
-
1832
- .blue.lighten-1 {
1833
- background-color: #42A5F5 !important;
1834
- }
1835
-
1836
- .blue-text.text-lighten-1 {
1837
- color: #42A5F5 !important;
1838
- }
1839
-
1840
- .blue.darken-1 {
1841
- background-color: #1E88E5 !important;
1842
- }
1843
-
1844
- .blue-text.text-darken-1 {
1845
- color: #1E88E5 !important;
1846
- }
1847
-
1848
- .blue.darken-2 {
1849
- background-color: #1976D2 !important;
1850
- }
1851
-
1852
- .blue-text.text-darken-2 {
1853
- color: #1976D2 !important;
1854
- }
1855
-
1856
- .blue.darken-3 {
1857
- background-color: #1565C0 !important;
1858
- }
1859
-
1860
- .blue-text.text-darken-3 {
1861
- color: #1565C0 !important;
1862
- }
1863
-
1864
- .blue.darken-4 {
1865
- background-color: #0D47A1 !important;
1866
- }
1867
-
1868
- .blue-text.text-darken-4 {
1869
- color: #0D47A1 !important;
1870
- }
1871
-
1872
- .blue.accent-1 {
1873
- background-color: #82B1FF !important;
1874
- }
1875
-
1876
- .blue-text.text-accent-1 {
1877
- color: #82B1FF !important;
1878
- }
1879
-
1880
- .blue.accent-2 {
1881
- background-color: #448AFF !important;
1882
- }
1883
-
1884
- .blue-text.text-accent-2 {
1885
- color: #448AFF !important;
1886
- }
1887
-
1888
- .blue.accent-3 {
1889
- background-color: #2979FF !important;
1890
- }
1891
-
1892
- .blue-text.text-accent-3 {
1893
- color: #2979FF !important;
1894
- }
1895
-
1896
- .blue.accent-4 {
1897
- background-color: #2962FF !important;
1898
- }
1899
-
1900
- .blue-text.text-accent-4 {
1901
- color: #2962FF !important;
1902
- }
1903
-
1904
- .light-blue {
1905
- background-color: #03a9f4 !important;
1906
- }
1907
-
1908
- .light-blue-text {
1909
- color: #03a9f4 !important;
1910
- }
1911
-
1912
- .light-blue.lighten-5 {
1913
- background-color: #e1f5fe !important;
1914
- }
1915
-
1916
- .light-blue-text.text-lighten-5 {
1917
- color: #e1f5fe !important;
1918
- }
1919
-
1920
- .light-blue.lighten-4 {
1921
- background-color: #b3e5fc !important;
1922
- }
1923
-
1924
- .light-blue-text.text-lighten-4 {
1925
- color: #b3e5fc !important;
1926
- }
1927
-
1928
- .light-blue.lighten-3 {
1929
- background-color: #81d4fa !important;
1930
- }
1931
-
1932
- .light-blue-text.text-lighten-3 {
1933
- color: #81d4fa !important;
1934
- }
1935
-
1936
- .light-blue.lighten-2 {
1937
- background-color: #4fc3f7 !important;
1938
- }
1939
-
1940
- .light-blue-text.text-lighten-2 {
1941
- color: #4fc3f7 !important;
1942
- }
1943
-
1944
- .light-blue.lighten-1 {
1945
- background-color: #29b6f6 !important;
1946
- }
1947
-
1948
- .light-blue-text.text-lighten-1 {
1949
- color: #29b6f6 !important;
1950
- }
1951
-
1952
- .light-blue.darken-1 {
1953
- background-color: #039be5 !important;
1954
- }
1955
-
1956
- .light-blue-text.text-darken-1 {
1957
- color: #039be5 !important;
1958
- }
1959
-
1960
- .light-blue.darken-2 {
1961
- background-color: #0288d1 !important;
1962
- }
1963
-
1964
- .light-blue-text.text-darken-2 {
1965
- color: #0288d1 !important;
1966
- }
1967
-
1968
- .light-blue.darken-3 {
1969
- background-color: #0277bd !important;
1970
- }
1971
-
1972
- .light-blue-text.text-darken-3 {
1973
- color: #0277bd !important;
1974
- }
1975
-
1976
- .light-blue.darken-4 {
1977
- background-color: #01579b !important;
1978
- }
1979
-
1980
- .light-blue-text.text-darken-4 {
1981
- color: #01579b !important;
1982
- }
1983
-
1984
- .light-blue.accent-1 {
1985
- background-color: #80d8ff !important;
1986
- }
1987
-
1988
- .light-blue-text.text-accent-1 {
1989
- color: #80d8ff !important;
1990
- }
1991
-
1992
- .light-blue.accent-2 {
1993
- background-color: #40c4ff !important;
1994
- }
1995
-
1996
- .light-blue-text.text-accent-2 {
1997
- color: #40c4ff !important;
1998
- }
1999
-
2000
- .light-blue.accent-3 {
2001
- background-color: #00b0ff !important;
2002
- }
2003
-
2004
- .light-blue-text.text-accent-3 {
2005
- color: #00b0ff !important;
2006
- }
2007
-
2008
- .light-blue.accent-4 {
2009
- background-color: #0091ea !important;
2010
- }
2011
-
2012
- .light-blue-text.text-accent-4 {
2013
- color: #0091ea !important;
2014
- }
2015
-
2016
- .cyan {
2017
- background-color: #00bcd4 !important;
2018
- }
2019
-
2020
- .cyan-text {
2021
- color: #00bcd4 !important;
2022
- }
2023
-
2024
- .cyan.lighten-5 {
2025
- background-color: #e0f7fa !important;
2026
- }
2027
-
2028
- .cyan-text.text-lighten-5 {
2029
- color: #e0f7fa !important;
2030
- }
2031
-
2032
- .cyan.lighten-4 {
2033
- background-color: #b2ebf2 !important;
2034
- }
2035
-
2036
- .cyan-text.text-lighten-4 {
2037
- color: #b2ebf2 !important;
2038
- }
2039
-
2040
- .cyan.lighten-3 {
2041
- background-color: #80deea !important;
2042
- }
2043
-
2044
- .cyan-text.text-lighten-3 {
2045
- color: #80deea !important;
2046
- }
2047
-
2048
- .cyan.lighten-2 {
2049
- background-color: #4dd0e1 !important;
2050
- }
2051
-
2052
- .cyan-text.text-lighten-2 {
2053
- color: #4dd0e1 !important;
2054
- }
2055
-
2056
- .cyan.lighten-1 {
2057
- background-color: #26c6da !important;
2058
- }
2059
-
2060
- .cyan-text.text-lighten-1 {
2061
- color: #26c6da !important;
2062
- }
2063
-
2064
- .cyan.darken-1 {
2065
- background-color: #00acc1 !important;
2066
- }
2067
-
2068
- .cyan-text.text-darken-1 {
2069
- color: #00acc1 !important;
2070
- }
2071
-
2072
- .cyan.darken-2 {
2073
- background-color: #0097a7 !important;
2074
- }
2075
-
2076
- .cyan-text.text-darken-2 {
2077
- color: #0097a7 !important;
2078
- }
2079
-
2080
- .cyan.darken-3 {
2081
- background-color: #00838f !important;
2082
- }
2083
-
2084
- .cyan-text.text-darken-3 {
2085
- color: #00838f !important;
2086
- }
2087
-
2088
- .cyan.darken-4 {
2089
- background-color: #006064 !important;
2090
- }
2091
-
2092
- .cyan-text.text-darken-4 {
2093
- color: #006064 !important;
2094
- }
2095
-
2096
- .cyan.accent-1 {
2097
- background-color: #84ffff !important;
2098
- }
2099
-
2100
- .cyan-text.text-accent-1 {
2101
- color: #84ffff !important;
2102
- }
2103
-
2104
- .cyan.accent-2 {
2105
- background-color: #18ffff !important;
2106
- }
2107
-
2108
- .cyan-text.text-accent-2 {
2109
- color: #18ffff !important;
2110
- }
2111
-
2112
- .cyan.accent-3 {
2113
- background-color: #00e5ff !important;
2114
- }
2115
-
2116
- .cyan-text.text-accent-3 {
2117
- color: #00e5ff !important;
2118
- }
2119
-
2120
- .cyan.accent-4 {
2121
- background-color: #00b8d4 !important;
2122
- }
2123
-
2124
- .cyan-text.text-accent-4 {
2125
- color: #00b8d4 !important;
2126
- }
2127
-
2128
- .teal {
2129
- background-color: #009688 !important;
2130
- }
2131
-
2132
- .teal-text {
2133
- color: #009688 !important;
2134
- }
2135
-
2136
- .teal.lighten-5 {
2137
- background-color: #e0f2f1 !important;
2138
- }
2139
-
2140
- .teal-text.text-lighten-5 {
2141
- color: #e0f2f1 !important;
2142
- }
2143
-
2144
- .teal.lighten-4 {
2145
- background-color: #b2dfdb !important;
2146
- }
2147
-
2148
- .teal-text.text-lighten-4 {
2149
- color: #b2dfdb !important;
2150
- }
2151
-
2152
- .teal.lighten-3 {
2153
- background-color: #80cbc4 !important;
2154
- }
2155
-
2156
- .teal-text.text-lighten-3 {
2157
- color: #80cbc4 !important;
2158
- }
2159
-
2160
- .teal.lighten-2 {
2161
- background-color: #4db6ac !important;
2162
- }
2163
-
2164
- .teal-text.text-lighten-2 {
2165
- color: #4db6ac !important;
2166
- }
2167
-
2168
- .teal.lighten-1 {
2169
- background-color: #26a69a !important;
2170
- }
2171
-
2172
- .teal-text.text-lighten-1 {
2173
- color: #26a69a !important;
2174
- }
2175
-
2176
- .teal.darken-1 {
2177
- background-color: #00897b !important;
2178
- }
2179
-
2180
- .teal-text.text-darken-1 {
2181
- color: #00897b !important;
2182
- }
2183
-
2184
- .teal.darken-2 {
2185
- background-color: #00796b !important;
2186
- }
2187
-
2188
- .teal-text.text-darken-2 {
2189
- color: #00796b !important;
2190
- }
2191
-
2192
- .teal.darken-3 {
2193
- background-color: #00695c !important;
2194
- }
2195
-
2196
- .teal-text.text-darken-3 {
2197
- color: #00695c !important;
2198
- }
2199
-
2200
- .teal.darken-4 {
2201
- background-color: #004d40 !important;
2202
- }
2203
-
2204
- .teal-text.text-darken-4 {
2205
- color: #004d40 !important;
2206
- }
2207
-
2208
- .teal.accent-1 {
2209
- background-color: #a7ffeb !important;
2210
- }
2211
-
2212
- .teal-text.text-accent-1 {
2213
- color: #a7ffeb !important;
2214
- }
2215
-
2216
- .teal.accent-2 {
2217
- background-color: #64ffda !important;
2218
- }
2219
-
2220
- .teal-text.text-accent-2 {
2221
- color: #64ffda !important;
2222
- }
2223
-
2224
- .teal.accent-3 {
2225
- background-color: #1de9b6 !important;
2226
- }
2227
-
2228
- .teal-text.text-accent-3 {
2229
- color: #1de9b6 !important;
2230
- }
2231
-
2232
- .teal.accent-4 {
2233
- background-color: #00bfa5 !important;
2234
- }
2235
-
2236
- .teal-text.text-accent-4 {
2237
- color: #00bfa5 !important;
2238
- }
2239
-
2240
- .green {
2241
- background-color: #4CAF50 !important;
2242
- }
2243
-
2244
- .green-text {
2245
- color: #4CAF50 !important;
2246
- }
2247
-
2248
- .green.lighten-5 {
2249
- background-color: #E8F5E9 !important;
2250
- }
2251
-
2252
- .green-text.text-lighten-5 {
2253
- color: #E8F5E9 !important;
2254
- }
2255
-
2256
- .green.lighten-4 {
2257
- background-color: #C8E6C9 !important;
2258
- }
2259
-
2260
- .green-text.text-lighten-4 {
2261
- color: #C8E6C9 !important;
2262
- }
2263
-
2264
- .green.lighten-3 {
2265
- background-color: #A5D6A7 !important;
2266
- }
2267
-
2268
- .green-text.text-lighten-3 {
2269
- color: #A5D6A7 !important;
2270
- }
2271
-
2272
- .green.lighten-2 {
2273
- background-color: #81C784 !important;
2274
- }
2275
-
2276
- .green-text.text-lighten-2 {
2277
- color: #81C784 !important;
2278
- }
2279
-
2280
- .green.lighten-1 {
2281
- background-color: #66BB6A !important;
2282
- }
2283
-
2284
- .green-text.text-lighten-1 {
2285
- color: #66BB6A !important;
2286
- }
2287
-
2288
- .green.darken-1 {
2289
- background-color: #43A047 !important;
2290
- }
2291
-
2292
- .green-text.text-darken-1 {
2293
- color: #43A047 !important;
2294
- }
2295
-
2296
- .green.darken-2 {
2297
- background-color: #388E3C !important;
2298
- }
2299
-
2300
- .green-text.text-darken-2 {
2301
- color: #388E3C !important;
2302
- }
2303
-
2304
- .green.darken-3 {
2305
- background-color: #2E7D32 !important;
2306
- }
2307
-
2308
- .green-text.text-darken-3 {
2309
- color: #2E7D32 !important;
2310
- }
2311
-
2312
- .green.darken-4 {
2313
- background-color: #1B5E20 !important;
2314
- }
2315
-
2316
- .green-text.text-darken-4 {
2317
- color: #1B5E20 !important;
2318
- }
2319
-
2320
- .green.accent-1 {
2321
- background-color: #B9F6CA !important;
2322
- }
2323
-
2324
- .green-text.text-accent-1 {
2325
- color: #B9F6CA !important;
2326
- }
2327
-
2328
- .green.accent-2 {
2329
- background-color: #69F0AE !important;
2330
- }
2331
-
2332
- .green-text.text-accent-2 {
2333
- color: #69F0AE !important;
2334
- }
2335
-
2336
- .green.accent-3 {
2337
- background-color: #00E676 !important;
2338
- }
2339
-
2340
- .green-text.text-accent-3 {
2341
- color: #00E676 !important;
2342
- }
2343
-
2344
- .green.accent-4 {
2345
- background-color: #00C853 !important;
2346
- }
2347
-
2348
- .green-text.text-accent-4 {
2349
- color: #00C853 !important;
2350
- }
2351
-
2352
- .light-green {
2353
- background-color: #8bc34a !important;
2354
- }
2355
-
2356
- .light-green-text {
2357
- color: #8bc34a !important;
2358
- }
2359
-
2360
- .light-green.lighten-5 {
2361
- background-color: #f1f8e9 !important;
2362
- }
2363
-
2364
- .light-green-text.text-lighten-5 {
2365
- color: #f1f8e9 !important;
2366
- }
2367
-
2368
- .light-green.lighten-4 {
2369
- background-color: #dcedc8 !important;
2370
- }
2371
-
2372
- .light-green-text.text-lighten-4 {
2373
- color: #dcedc8 !important;
2374
- }
2375
-
2376
- .light-green.lighten-3 {
2377
- background-color: #c5e1a5 !important;
2378
- }
2379
-
2380
- .light-green-text.text-lighten-3 {
2381
- color: #c5e1a5 !important;
2382
- }
2383
-
2384
- .light-green.lighten-2 {
2385
- background-color: #aed581 !important;
2386
- }
2387
-
2388
- .light-green-text.text-lighten-2 {
2389
- color: #aed581 !important;
2390
- }
2391
-
2392
- .light-green.lighten-1 {
2393
- background-color: #9ccc65 !important;
2394
- }
2395
-
2396
- .light-green-text.text-lighten-1 {
2397
- color: #9ccc65 !important;
2398
- }
2399
-
2400
- .light-green.darken-1 {
2401
- background-color: #7cb342 !important;
2402
- }
2403
-
2404
- .light-green-text.text-darken-1 {
2405
- color: #7cb342 !important;
2406
- }
2407
-
2408
- .light-green.darken-2 {
2409
- background-color: #689f38 !important;
2410
- }
2411
-
2412
- .light-green-text.text-darken-2 {
2413
- color: #689f38 !important;
2414
- }
2415
-
2416
- .light-green.darken-3 {
2417
- background-color: #558b2f !important;
2418
- }
2419
-
2420
- .light-green-text.text-darken-3 {
2421
- color: #558b2f !important;
2422
- }
2423
-
2424
- .light-green.darken-4 {
2425
- background-color: #33691e !important;
2426
- }
2427
-
2428
- .light-green-text.text-darken-4 {
2429
- color: #33691e !important;
2430
- }
2431
-
2432
- .light-green.accent-1 {
2433
- background-color: #ccff90 !important;
2434
- }
2435
-
2436
- .light-green-text.text-accent-1 {
2437
- color: #ccff90 !important;
2438
- }
2439
-
2440
- .light-green.accent-2 {
2441
- background-color: #b2ff59 !important;
2442
- }
2443
-
2444
- .light-green-text.text-accent-2 {
2445
- color: #b2ff59 !important;
2446
- }
2447
-
2448
- .light-green.accent-3 {
2449
- background-color: #76ff03 !important;
2450
- }
2451
-
2452
- .light-green-text.text-accent-3 {
2453
- color: #76ff03 !important;
2454
- }
2455
-
2456
- .light-green.accent-4 {
2457
- background-color: #64dd17 !important;
2458
- }
2459
-
2460
- .light-green-text.text-accent-4 {
2461
- color: #64dd17 !important;
2462
- }
2463
-
2464
- .lime {
2465
- background-color: #cddc39 !important;
2466
- }
2467
-
2468
- .lime-text {
2469
- color: #cddc39 !important;
2470
- }
2471
-
2472
- .lime.lighten-5 {
2473
- background-color: #f9fbe7 !important;
2474
- }
2475
-
2476
- .lime-text.text-lighten-5 {
2477
- color: #f9fbe7 !important;
2478
- }
2479
-
2480
- .lime.lighten-4 {
2481
- background-color: #f0f4c3 !important;
2482
- }
2483
-
2484
- .lime-text.text-lighten-4 {
2485
- color: #f0f4c3 !important;
2486
- }
2487
-
2488
- .lime.lighten-3 {
2489
- background-color: #e6ee9c !important;
2490
- }
2491
-
2492
- .lime-text.text-lighten-3 {
2493
- color: #e6ee9c !important;
2494
- }
2495
-
2496
- .lime.lighten-2 {
2497
- background-color: #dce775 !important;
2498
- }
2499
-
2500
- .lime-text.text-lighten-2 {
2501
- color: #dce775 !important;
2502
- }
2503
-
2504
- .lime.lighten-1 {
2505
- background-color: #d4e157 !important;
2506
- }
2507
-
2508
- .lime-text.text-lighten-1 {
2509
- color: #d4e157 !important;
2510
- }
2511
-
2512
- .lime.darken-1 {
2513
- background-color: #c0ca33 !important;
2514
- }
2515
-
2516
- .lime-text.text-darken-1 {
2517
- color: #c0ca33 !important;
2518
- }
2519
-
2520
- .lime.darken-2 {
2521
- background-color: #afb42b !important;
2522
- }
2523
-
2524
- .lime-text.text-darken-2 {
2525
- color: #afb42b !important;
2526
- }
2527
-
2528
- .lime.darken-3 {
2529
- background-color: #9e9d24 !important;
2530
- }
2531
-
2532
- .lime-text.text-darken-3 {
2533
- color: #9e9d24 !important;
2534
- }
2535
-
2536
- .lime.darken-4 {
2537
- background-color: #827717 !important;
2538
- }
2539
-
2540
- .lime-text.text-darken-4 {
2541
- color: #827717 !important;
2542
- }
2543
-
2544
- .lime.accent-1 {
2545
- background-color: #f4ff81 !important;
2546
- }
2547
-
2548
- .lime-text.text-accent-1 {
2549
- color: #f4ff81 !important;
2550
- }
2551
-
2552
- .lime.accent-2 {
2553
- background-color: #eeff41 !important;
2554
- }
2555
-
2556
- .lime-text.text-accent-2 {
2557
- color: #eeff41 !important;
2558
- }
2559
-
2560
- .lime.accent-3 {
2561
- background-color: #c6ff00 !important;
2562
- }
2563
-
2564
- .lime-text.text-accent-3 {
2565
- color: #c6ff00 !important;
2566
- }
2567
-
2568
- .lime.accent-4 {
2569
- background-color: #aeea00 !important;
2570
- }
2571
-
2572
- .lime-text.text-accent-4 {
2573
- color: #aeea00 !important;
2574
- }
2575
-
2576
- .yellow {
2577
- background-color: #ffeb3b !important;
2578
- }
2579
-
2580
- .yellow-text {
2581
- color: #ffeb3b !important;
2582
- }
2583
-
2584
- .yellow.lighten-5 {
2585
- background-color: #fffde7 !important;
2586
- }
2587
-
2588
- .yellow-text.text-lighten-5 {
2589
- color: #fffde7 !important;
2590
- }
2591
-
2592
- .yellow.lighten-4 {
2593
- background-color: #fff9c4 !important;
2594
- }
2595
-
2596
- .yellow-text.text-lighten-4 {
2597
- color: #fff9c4 !important;
2598
- }
2599
-
2600
- .yellow.lighten-3 {
2601
- background-color: #fff59d !important;
2602
- }
2603
-
2604
- .yellow-text.text-lighten-3 {
2605
- color: #fff59d !important;
2606
- }
2607
-
2608
- .yellow.lighten-2 {
2609
- background-color: #fff176 !important;
2610
- }
2611
-
2612
- .yellow-text.text-lighten-2 {
2613
- color: #fff176 !important;
2614
- }
2615
-
2616
- .yellow.lighten-1 {
2617
- background-color: #ffee58 !important;
2618
- }
2619
-
2620
- .yellow-text.text-lighten-1 {
2621
- color: #ffee58 !important;
2622
- }
2623
-
2624
- .yellow.darken-1 {
2625
- background-color: #fdd835 !important;
2626
- }
2627
-
2628
- .yellow-text.text-darken-1 {
2629
- color: #fdd835 !important;
2630
- }
2631
-
2632
- .yellow.darken-2 {
2633
- background-color: #fbc02d !important;
2634
- }
2635
-
2636
- .yellow-text.text-darken-2 {
2637
- color: #fbc02d !important;
2638
- }
2639
-
2640
- .yellow.darken-3 {
2641
- background-color: #f9a825 !important;
2642
- }
2643
-
2644
- .yellow-text.text-darken-3 {
2645
- color: #f9a825 !important;
2646
- }
2647
-
2648
- .yellow.darken-4 {
2649
- background-color: #f57f17 !important;
2650
- }
2651
-
2652
- .yellow-text.text-darken-4 {
2653
- color: #f57f17 !important;
2654
- }
2655
-
2656
- .yellow.accent-1 {
2657
- background-color: #ffff8d !important;
2658
- }
2659
-
2660
- .yellow-text.text-accent-1 {
2661
- color: #ffff8d !important;
2662
- }
2663
-
2664
- .yellow.accent-2 {
2665
- background-color: #ffff00 !important;
2666
- }
2667
-
2668
- .yellow-text.text-accent-2 {
2669
- color: #ffff00 !important;
2670
- }
2671
-
2672
- .yellow.accent-3 {
2673
- background-color: #ffea00 !important;
2674
- }
2675
-
2676
- .yellow-text.text-accent-3 {
2677
- color: #ffea00 !important;
2678
- }
2679
-
2680
- .yellow.accent-4 {
2681
- background-color: #ffd600 !important;
2682
- }
2683
-
2684
- .yellow-text.text-accent-4 {
2685
- color: #ffd600 !important;
2686
- }
2687
-
2688
- .amber {
2689
- background-color: #ffc107 !important;
2690
- }
2691
-
2692
- .amber-text {
2693
- color: #ffc107 !important;
2694
- }
2695
-
2696
- .amber.lighten-5 {
2697
- background-color: #fff8e1 !important;
2698
- }
2699
-
2700
- .amber-text.text-lighten-5 {
2701
- color: #fff8e1 !important;
2702
- }
2703
-
2704
- .amber.lighten-4 {
2705
- background-color: #ffecb3 !important;
2706
- }
2707
-
2708
- .amber-text.text-lighten-4 {
2709
- color: #ffecb3 !important;
2710
- }
2711
-
2712
- .amber.lighten-3 {
2713
- background-color: #ffe082 !important;
2714
- }
2715
-
2716
- .amber-text.text-lighten-3 {
2717
- color: #ffe082 !important;
2718
- }
2719
-
2720
- .amber.lighten-2 {
2721
- background-color: #ffd54f !important;
2722
- }
2723
-
2724
- .amber-text.text-lighten-2 {
2725
- color: #ffd54f !important;
2726
- }
2727
-
2728
- .amber.lighten-1 {
2729
- background-color: #ffca28 !important;
2730
- }
2731
-
2732
- .amber-text.text-lighten-1 {
2733
- color: #ffca28 !important;
2734
- }
2735
-
2736
- .amber.darken-1 {
2737
- background-color: #ffb300 !important;
2738
- }
2739
-
2740
- .amber-text.text-darken-1 {
2741
- color: #ffb300 !important;
2742
- }
2743
-
2744
- .amber.darken-2 {
2745
- background-color: #ffa000 !important;
2746
- }
2747
-
2748
- .amber-text.text-darken-2 {
2749
- color: #ffa000 !important;
2750
- }
2751
-
2752
- .amber.darken-3 {
2753
- background-color: #ff8f00 !important;
2754
- }
2755
-
2756
- .amber-text.text-darken-3 {
2757
- color: #ff8f00 !important;
2758
- }
2759
-
2760
- .amber.darken-4 {
2761
- background-color: #ff6f00 !important;
2762
- }
2763
-
2764
- .amber-text.text-darken-4 {
2765
- color: #ff6f00 !important;
2766
- }
2767
-
2768
- .amber.accent-1 {
2769
- background-color: #ffe57f !important;
2770
- }
2771
-
2772
- .amber-text.text-accent-1 {
2773
- color: #ffe57f !important;
2774
- }
2775
-
2776
- .amber.accent-2 {
2777
- background-color: #ffd740 !important;
2778
- }
2779
-
2780
- .amber-text.text-accent-2 {
2781
- color: #ffd740 !important;
2782
- }
2783
-
2784
- .amber.accent-3 {
2785
- background-color: #ffc400 !important;
2786
- }
2787
-
2788
- .amber-text.text-accent-3 {
2789
- color: #ffc400 !important;
2790
- }
2791
-
2792
- .amber.accent-4 {
2793
- background-color: #ffab00 !important;
2794
- }
2795
-
2796
- .amber-text.text-accent-4 {
2797
- color: #ffab00 !important;
2798
- }
2799
-
2800
- .orange {
2801
- background-color: #ff9800 !important;
2802
- }
2803
-
2804
- .orange-text {
2805
- color: #ff9800 !important;
2806
- }
2807
-
2808
- .orange.lighten-5 {
2809
- background-color: #fff3e0 !important;
2810
- }
2811
-
2812
- .orange-text.text-lighten-5 {
2813
- color: #fff3e0 !important;
2814
- }
2815
-
2816
- .orange.lighten-4 {
2817
- background-color: #ffe0b2 !important;
2818
- }
2819
-
2820
- .orange-text.text-lighten-4 {
2821
- color: #ffe0b2 !important;
2822
- }
2823
-
2824
- .orange.lighten-3 {
2825
- background-color: #ffcc80 !important;
2826
- }
2827
-
2828
- .orange-text.text-lighten-3 {
2829
- color: #ffcc80 !important;
2830
- }
2831
-
2832
- .orange.lighten-2 {
2833
- background-color: #ffb74d !important;
2834
- }
2835
-
2836
- .orange-text.text-lighten-2 {
2837
- color: #ffb74d !important;
2838
- }
2839
-
2840
- .orange.lighten-1 {
2841
- background-color: #ffa726 !important;
2842
- }
2843
-
2844
- .orange-text.text-lighten-1 {
2845
- color: #ffa726 !important;
2846
- }
2847
-
2848
- .orange.darken-1 {
2849
- background-color: #fb8c00 !important;
2850
- }
2851
-
2852
- .orange-text.text-darken-1 {
2853
- color: #fb8c00 !important;
2854
- }
2855
-
2856
- .orange.darken-2 {
2857
- background-color: #f57c00 !important;
2858
- }
2859
-
2860
- .orange-text.text-darken-2 {
2861
- color: #f57c00 !important;
2862
- }
2863
-
2864
- .orange.darken-3 {
2865
- background-color: #ef6c00 !important;
2866
- }
2867
-
2868
- .orange-text.text-darken-3 {
2869
- color: #ef6c00 !important;
2870
- }
2871
-
2872
- .orange.darken-4 {
2873
- background-color: #e65100 !important;
2874
- }
2875
-
2876
- .orange-text.text-darken-4 {
2877
- color: #e65100 !important;
2878
- }
2879
-
2880
- .orange.accent-1 {
2881
- background-color: #ffd180 !important;
2882
- }
2883
-
2884
- .orange-text.text-accent-1 {
2885
- color: #ffd180 !important;
2886
- }
2887
-
2888
- .orange.accent-2 {
2889
- background-color: #ffab40 !important;
2890
- }
2891
-
2892
- .orange-text.text-accent-2 {
2893
- color: #ffab40 !important;
2894
- }
2895
-
2896
- .orange.accent-3 {
2897
- background-color: #ff9100 !important;
2898
- }
2899
-
2900
- .orange-text.text-accent-3 {
2901
- color: #ff9100 !important;
2902
- }
2903
-
2904
- .orange.accent-4 {
2905
- background-color: #ff6d00 !important;
2906
- }
2907
-
2908
- .orange-text.text-accent-4 {
2909
- color: #ff6d00 !important;
2910
- }
2911
-
2912
- .deep-orange {
2913
- background-color: #ff5722 !important;
2914
- }
2915
-
2916
- .deep-orange-text {
2917
- color: #ff5722 !important;
2918
- }
2919
-
2920
- .deep-orange.lighten-5 {
2921
- background-color: #fbe9e7 !important;
2922
- }
2923
-
2924
- .deep-orange-text.text-lighten-5 {
2925
- color: #fbe9e7 !important;
2926
- }
2927
-
2928
- .deep-orange.lighten-4 {
2929
- background-color: #ffccbc !important;
2930
- }
2931
-
2932
- .deep-orange-text.text-lighten-4 {
2933
- color: #ffccbc !important;
2934
- }
2935
-
2936
- .deep-orange.lighten-3 {
2937
- background-color: #ffab91 !important;
2938
- }
2939
-
2940
- .deep-orange-text.text-lighten-3 {
2941
- color: #ffab91 !important;
2942
- }
2943
-
2944
- .deep-orange.lighten-2 {
2945
- background-color: #ff8a65 !important;
2946
- }
2947
-
2948
- .deep-orange-text.text-lighten-2 {
2949
- color: #ff8a65 !important;
2950
- }
2951
-
2952
- .deep-orange.lighten-1 {
2953
- background-color: #ff7043 !important;
2954
- }
2955
-
2956
- .deep-orange-text.text-lighten-1 {
2957
- color: #ff7043 !important;
2958
- }
2959
-
2960
- .deep-orange.darken-1 {
2961
- background-color: #f4511e !important;
2962
- }
2963
-
2964
- .deep-orange-text.text-darken-1 {
2965
- color: #f4511e !important;
2966
- }
2967
-
2968
- .deep-orange.darken-2 {
2969
- background-color: #e64a19 !important;
2970
- }
2971
-
2972
- .deep-orange-text.text-darken-2 {
2973
- color: #e64a19 !important;
2974
- }
2975
-
2976
- .deep-orange.darken-3 {
2977
- background-color: #d84315 !important;
2978
- }
2979
-
2980
- .deep-orange-text.text-darken-3 {
2981
- color: #d84315 !important;
2982
- }
2983
-
2984
- .deep-orange.darken-4 {
2985
- background-color: #bf360c !important;
2986
- }
2987
-
2988
- .deep-orange-text.text-darken-4 {
2989
- color: #bf360c !important;
2990
- }
2991
-
2992
- .deep-orange.accent-1 {
2993
- background-color: #ff9e80 !important;
2994
- }
2995
-
2996
- .deep-orange-text.text-accent-1 {
2997
- color: #ff9e80 !important;
2998
- }
2999
-
3000
- .deep-orange.accent-2 {
3001
- background-color: #ff6e40 !important;
3002
- }
3003
-
3004
- .deep-orange-text.text-accent-2 {
3005
- color: #ff6e40 !important;
3006
- }
3007
-
3008
- .deep-orange.accent-3 {
3009
- background-color: #ff3d00 !important;
3010
- }
3011
-
3012
- .deep-orange-text.text-accent-3 {
3013
- color: #ff3d00 !important;
3014
- }
3015
-
3016
- .deep-orange.accent-4 {
3017
- background-color: #dd2c00 !important;
3018
- }
3019
-
3020
- .deep-orange-text.text-accent-4 {
3021
- color: #dd2c00 !important;
3022
- }
3023
-
3024
- .brown {
3025
- background-color: #795548 !important;
3026
- }
3027
-
3028
- .brown-text {
3029
- color: #795548 !important;
3030
- }
3031
-
3032
- .brown.lighten-5 {
3033
- background-color: #efebe9 !important;
3034
- }
3035
-
3036
- .brown-text.text-lighten-5 {
3037
- color: #efebe9 !important;
3038
- }
3039
-
3040
- .brown.lighten-4 {
3041
- background-color: #d7ccc8 !important;
3042
- }
3043
-
3044
- .brown-text.text-lighten-4 {
3045
- color: #d7ccc8 !important;
3046
- }
3047
-
3048
- .brown.lighten-3 {
3049
- background-color: #bcaaa4 !important;
3050
- }
3051
-
3052
- .brown-text.text-lighten-3 {
3053
- color: #bcaaa4 !important;
3054
- }
3055
-
3056
- .brown.lighten-2 {
3057
- background-color: #a1887f !important;
3058
- }
3059
-
3060
- .brown-text.text-lighten-2 {
3061
- color: #a1887f !important;
3062
- }
3063
-
3064
- .brown.lighten-1 {
3065
- background-color: #8d6e63 !important;
3066
- }
3067
-
3068
- .brown-text.text-lighten-1 {
3069
- color: #8d6e63 !important;
3070
- }
3071
-
3072
- .brown.darken-1 {
3073
- background-color: #6d4c41 !important;
3074
- }
3075
-
3076
- .brown-text.text-darken-1 {
3077
- color: #6d4c41 !important;
3078
- }
3079
-
3080
- .brown.darken-2 {
3081
- background-color: #5d4037 !important;
3082
- }
3083
-
3084
- .brown-text.text-darken-2 {
3085
- color: #5d4037 !important;
3086
- }
3087
-
3088
- .brown.darken-3 {
3089
- background-color: #4e342e !important;
3090
- }
3091
-
3092
- .brown-text.text-darken-3 {
3093
- color: #4e342e !important;
3094
- }
3095
-
3096
- .brown.darken-4 {
3097
- background-color: #3e2723 !important;
3098
- }
3099
-
3100
- .brown-text.text-darken-4 {
3101
- color: #3e2723 !important;
3102
- }
3103
-
3104
- .blue-grey {
3105
- background-color: #607d8b !important;
3106
- }
3107
-
3108
- .blue-grey-text {
3109
- color: #607d8b !important;
3110
- }
3111
-
3112
- .blue-grey.lighten-5 {
3113
- background-color: #eceff1 !important;
3114
- }
3115
-
3116
- .blue-grey-text.text-lighten-5 {
3117
- color: #eceff1 !important;
3118
- }
3119
-
3120
- .blue-grey.lighten-4 {
3121
- background-color: #cfd8dc !important;
3122
- }
3123
-
3124
- .blue-grey-text.text-lighten-4 {
3125
- color: #cfd8dc !important;
3126
- }
3127
-
3128
- .blue-grey.lighten-3 {
3129
- background-color: #b0bec5 !important;
3130
- }
3131
-
3132
- .blue-grey-text.text-lighten-3 {
3133
- color: #b0bec5 !important;
3134
- }
3135
-
3136
- .blue-grey.lighten-2 {
3137
- background-color: #90a4ae !important;
3138
- }
3139
-
3140
- .blue-grey-text.text-lighten-2 {
3141
- color: #90a4ae !important;
3142
- }
3143
-
3144
- .blue-grey.lighten-1 {
3145
- background-color: #78909c !important;
3146
- }
3147
-
3148
- .blue-grey-text.text-lighten-1 {
3149
- color: #78909c !important;
3150
- }
3151
-
3152
- .blue-grey.darken-1 {
3153
- background-color: #546e7a !important;
3154
- }
3155
-
3156
- .blue-grey-text.text-darken-1 {
3157
- color: #546e7a !important;
3158
- }
3159
-
3160
- .blue-grey.darken-2 {
3161
- background-color: #455a64 !important;
3162
- }
3163
-
3164
- .blue-grey-text.text-darken-2 {
3165
- color: #455a64 !important;
3166
- }
3167
-
3168
- .blue-grey.darken-3 {
3169
- background-color: #37474f !important;
3170
- }
3171
-
3172
- .blue-grey-text.text-darken-3 {
3173
- color: #37474f !important;
3174
- }
3175
-
3176
- .blue-grey.darken-4 {
3177
- background-color: #263238 !important;
3178
- }
3179
-
3180
- .blue-grey-text.text-darken-4 {
3181
- color: #263238 !important;
3182
- }
3183
-
3184
- .grey {
3185
- background-color: #9e9e9e !important;
3186
- }
3187
-
3188
- .grey-text {
3189
- color: #9e9e9e !important;
3190
- }
3191
-
3192
- .grey.lighten-5 {
3193
- background-color: #fafafa !important;
3194
- }
3195
-
3196
- .grey-text.text-lighten-5 {
3197
- color: #fafafa !important;
3198
- }
3199
-
3200
- .grey.lighten-4 {
3201
- background-color: #f5f5f5 !important;
3202
- }
3203
-
3204
- .grey-text.text-lighten-4 {
3205
- color: #f5f5f5 !important;
3206
- }
3207
-
3208
- .grey.lighten-3 {
3209
- background-color: #eeeeee !important;
3210
- }
3211
-
3212
- .grey-text.text-lighten-3 {
3213
- color: #eeeeee !important;
3214
- }
3215
-
3216
- .grey.lighten-2 {
3217
- background-color: #e0e0e0 !important;
3218
- }
3219
-
3220
- .grey-text.text-lighten-2 {
3221
- color: #e0e0e0 !important;
3222
- }
3223
-
3224
- .grey.lighten-1 {
3225
- background-color: #bdbdbd !important;
3226
- }
3227
-
3228
- .grey-text.text-lighten-1 {
3229
- color: #bdbdbd !important;
3230
- }
3231
-
3232
- .grey.darken-1 {
3233
- background-color: #757575 !important;
3234
- }
3235
-
3236
- .grey-text.text-darken-1 {
3237
- color: #757575 !important;
3238
- }
3239
-
3240
- .grey.darken-2 {
3241
- background-color: #616161 !important;
3242
- }
3243
-
3244
- .grey-text.text-darken-2 {
3245
- color: #616161 !important;
3246
- }
3247
-
3248
- .grey.darken-3 {
3249
- background-color: #424242 !important;
3250
- }
3251
-
3252
- .grey-text.text-darken-3 {
3253
- color: #424242 !important;
3254
- }
3255
-
3256
- .grey.darken-4 {
3257
- background-color: #212121 !important;
3258
- }
3259
-
3260
- .grey-text.text-darken-4 {
3261
- color: #212121 !important;
3262
- }
3263
-
3264
- .black {
3265
- background-color: #000000 !important;
3266
- }
3267
-
3268
- .black-text {
3269
- color: #000000 !important;
3270
- }
3271
-
3272
- .white {
3273
- background-color: #FFFFFF !important;
3274
- }
3275
-
3276
- .white-text {
3277
- color: #FFFFFF !important;
3278
- }
3279
-
3280
- .transparent {
3281
- background-color: transparent !important;
3282
- }
3283
-
3284
- .transparent-text {
3285
- color: transparent !important;
3286
- }
3287
-
3288
1152
  a {
3289
1153
  text-decoration: none;
3290
1154
  }
@@ -6425,6 +4289,7 @@ body.keyboard-focused .dropdown-content li:focus {
6425
4289
 
6426
4290
  .chip > .material-icons {
6427
4291
  font-size: var(--font-size-icon);
4292
+ color: var(--md-sys-color-on-surface-variant);
6428
4293
  }
6429
4294
 
6430
4295
  .chip .close {
@@ -6951,6 +4816,7 @@ body.keyboard-focused .dropdown-content li:focus {
6951
4816
  height: 4px;
6952
4817
  display: block;
6953
4818
  width: 100%;
4819
+ background-color: var(--md-sys-color-surface-variant);
6954
4820
  border-radius: 4px;
6955
4821
  margin: 0.5rem 0 1rem 0;
6956
4822
  overflow: hidden;
@@ -8929,6 +6795,10 @@ input[type=checkbox]:not(:disabled):hover:before {
8929
6795
  width: var(--size-on);
8930
6796
  height: var(--size-on);
8931
6797
  }
6798
+ .switch label input[type=checkbox]:checked + .lever:after {
6799
+ background-color: var(--md-sys-color-surface);
6800
+ }
6801
+
8932
6802
  .switch label .lever {
8933
6803
  content: "";
8934
6804
  display: inline-block;
@@ -8961,6 +6831,7 @@ input[type=checkbox]:not(:disabled):hover:before {
8961
6831
  transition: left 0.3s ease, background 0.3s ease, box-shadow 0.1s ease, transform 0.1s ease, -webkit-box-shadow 0.1s ease, -webkit-transform 0.1s ease;
8962
6832
  }
8963
6833
  .switch label .lever:after {
6834
+ background-color: var(--md-sys-color-outline);
8964
6835
  height: var(--size-off);
8965
6836
  width: var(--size-off);
8966
6837
  }
@@ -9061,6 +6932,7 @@ input[type=range] {
9061
6932
 
9062
6933
  input[type=range]::-webkit-slider-runnable-track {
9063
6934
  height: 3px;
6935
+ background-color: var(--md-sys-color-surface-variant);
9064
6936
  border: none;
9065
6937
  }
9066
6938
 
@@ -9092,6 +6964,7 @@ input[type=range] {
9092
6964
 
9093
6965
  input[type=range]::-moz-range-track {
9094
6966
  height: 3px;
6967
+ background-color: var(--md-sys-color-surface-variant);
9095
6968
  border: none;
9096
6969
  }
9097
6970
 
@@ -9622,4 +7495,495 @@ select:disabled {
9622
7495
  }
9623
7496
  .file-field input[type=file]::-webkit-file-upload-button {
9624
7497
  display: none;
7498
+ }
7499
+
7500
+ /**
7501
+ new approach for floating labels aka "form-fields" (css only)
7502
+ - also use for selects, autocomplete, etc.
7503
+
7504
+ <div class="row g-1 p-3">
7505
+ <!-- Animated -->
7506
+ <fieldset class="form-field animated s12 m4">
7507
+ <legend>Given Name</legend>
7508
+ <input type="text" id="my-input-1" placeholder=" "/>
7509
+ <label for="my-input-1">Given Name</label>
7510
+ </fieldset>
7511
+ <!-- Disabled-->
7512
+ <fieldset class="form-field s12 m4" disabled>
7513
+ <legend>Family Name</legend>
7514
+ <input type="text" id="my-input-2" placeholder="e.g. Doe" />
7515
+ <label for="my-input-2">Family Name</label>
7516
+ </fieldset>
7517
+ <!-- different placeholder than label + required -->
7518
+ <fieldset class="form-field s12 m4">
7519
+ <legend>Birthmonth</legend>
7520
+ <input type="text" id="my-input-3" placeholder="e.g. April" required />
7521
+ <label for="my-input-3">Birthmonth</label>
7522
+ </fieldset>
7523
+ </div>
7524
+ */
7525
+ :root {
7526
+ --font-size: 16px;
7527
+ --mw-border-radius: 8px;
7528
+ --mw-input-height: 56px;
7529
+ --mw-idle-color: #888;
7530
+ --mw-border-width: 1px;
7531
+ --mw-hover-color: darkgoldenrod;
7532
+ --mw-hover-border-width: 2px;
7533
+ --mw-focus-color: var(--md-sys-color-primary);
7534
+ --mw-focus-border-width: 2px;
7535
+ --mw-disabled-color: #8886;
7536
+ --mw-padding-left: 16px;
7537
+ --input-padding-x: var(--mw-padding-left);
7538
+ --input-padding-r: 12px;
7539
+ --label-padding: 4px;
7540
+ --animation-duration: 0.9s;
7541
+ /* calc */
7542
+ --mw-inset: 5px;
7543
+ --label-size: calc(var(--font-size) * 0.75);
7544
+ --label-margin-left: calc(var(--mw-padding-left) - var(--label-padding));
7545
+ --half-inp: calc((-0.5 * var(--mw-input-height)));
7546
+ --half-lbl: calc((0.5 * var(--label-size)));
7547
+ --distY: calc(var(--half-inp) + var(--half-lbl));
7548
+ }
7549
+
7550
+ /*=== idle */
7551
+ fieldset.form-field {
7552
+ position: relative;
7553
+ border-width: var(--mw-border-width);
7554
+ border-color: var(--mw-idle-color);
7555
+ border-style: solid;
7556
+ border-radius: var(--mw-border-radius);
7557
+ cursor: text;
7558
+ height: var(--mw-input-height);
7559
+ -webkit-user-select: none;
7560
+ -moz-user-select: none;
7561
+ -ms-user-select: none;
7562
+ user-select: none;
7563
+ padding: 0;
7564
+ margin: 0;
7565
+ display: grid;
7566
+ grid-auto-flow: column;
7567
+ -webkit-box-align: baseline;
7568
+ -webkit-align-items: baseline;
7569
+ -ms-flex-align: baseline;
7570
+ align-items: baseline;
7571
+ font-size: var(--font-size);
7572
+ padding: 0 calc(var(--mw-inset) - var(--mw-border-width));
7573
+ }
7574
+
7575
+ fieldset.form-field legend {
7576
+ color: var(--mw-idle-color);
7577
+ font-size: var(--label-size);
7578
+ padding: 0 var(--label-padding);
7579
+ margin: 0;
7580
+ margin-left: calc(var(--mw-padding-left) - var(--label-padding) - var(--mw-border-width));
7581
+ cursor: text;
7582
+ /* color: transparent; */
7583
+ -webkit-user-select: none;
7584
+ -moz-user-select: none;
7585
+ -ms-user-select: none;
7586
+ user-select: none;
7587
+ }
7588
+
7589
+ fieldset.form-field input, fieldset.form-field select {
7590
+ --mw-calc-input-height: calc(var(--mw-input-height) - var(--label-size) + 2 * var(--mw-border-width));
7591
+ -webkit-box-sizing: border-box;
7592
+ box-sizing: border-box;
7593
+ font-size: var(--font-size);
7594
+ padding: 0;
7595
+ margin: 0;
7596
+ width: 100%;
7597
+ height: var(--mw-calc-input-height);
7598
+ max-height: var(--mw-calc-input-height);
7599
+ margin-top: calc(-1 * var(--half-lbl));
7600
+ padding-left: calc(var(--mw-padding-left) - var(--mw-border-width));
7601
+ border: none;
7602
+ line-height: normal;
7603
+ outline: none;
7604
+ background: none;
7605
+ /* background-color: #0f05 !important; */
7606
+ }
7607
+
7608
+ fieldset.form-field select {
7609
+ padding: 0;
7610
+ /* margin: 0; */
7611
+ padding-left: calc(var(--mw-padding-left) - var(--label-padding));
7612
+ /* background-color: #f005 !important; */
7613
+ }
7614
+
7615
+ fieldset.form-field select option {
7616
+ background-color: black;
7617
+ color: white;
7618
+ }
7619
+
7620
+ fieldset.form-field input::-webkit-input-placeholder {
7621
+ color: var(--mw-idle-color);
7622
+ font-size: var(--font-size);
7623
+ }
7624
+
7625
+ fieldset.form-field input::-moz-placeholder {
7626
+ color: var(--mw-idle-color);
7627
+ font-size: var(--font-size);
7628
+ }
7629
+
7630
+ fieldset.form-field input:-ms-input-placeholder {
7631
+ color: var(--mw-idle-color);
7632
+ font-size: var(--font-size);
7633
+ }
7634
+
7635
+ fieldset.form-field input::-ms-input-placeholder {
7636
+ color: var(--mw-idle-color);
7637
+ font-size: var(--font-size);
7638
+ }
7639
+
7640
+ fieldset.form-field input::placeholder {
7641
+ color: var(--mw-idle-color);
7642
+ font-size: var(--font-size);
7643
+ }
7644
+
7645
+ fieldset.form-field label {
7646
+ position: absolute;
7647
+ top: calc(var(--mw-input-height) / 2 - var(--label-size) - var(--font-size) / 2);
7648
+ margin-left: calc(var(--mw-inset) - var(--mw-border-width));
7649
+ font-size: var(--font-size);
7650
+ cursor: text;
7651
+ -webkit-user-select: none;
7652
+ -moz-user-select: none;
7653
+ -ms-user-select: none;
7654
+ user-select: none;
7655
+ color: transparent;
7656
+ /* color: green; */
7657
+ }
7658
+
7659
+ /*--- idle animated */
7660
+ fieldset.form-field.animated legend::before {
7661
+ content: "";
7662
+ position: absolute;
7663
+ display: block;
7664
+ width: calc(100% - var(--mw-border-radius));
7665
+ right: calc(0.5 * var(--mw-border-radius));
7666
+ height: 0;
7667
+ border-top: var(--mw-border-width) solid var(--mw-idle-color);
7668
+ -webkit-align-self: center;
7669
+ -ms-flex-item-align: center;
7670
+ align-self: center;
7671
+ -webkit-transition: width calc(var(--animation-duration) * 0.8);
7672
+ transition: width calc(var(--animation-duration) * 0.8);
7673
+ }
7674
+
7675
+ fieldset.form-field.animated legend {
7676
+ color: transparent;
7677
+ }
7678
+
7679
+ fieldset.form-field.animated input::-webkit-input-placeholder {
7680
+ opacity: 1;
7681
+ -webkit-transition: opacity var(--animation-duration) step-end;
7682
+ transition: opacity var(--animation-duration) step-end;
7683
+ }
7684
+
7685
+ fieldset.form-field.animated input::-moz-placeholder {
7686
+ opacity: 1;
7687
+ -moz-transition: opacity var(--animation-duration) step-end;
7688
+ transition: opacity var(--animation-duration) step-end;
7689
+ }
7690
+
7691
+ fieldset.form-field.animated input:-ms-input-placeholder {
7692
+ opacity: 1;
7693
+ -ms-transition: opacity var(--animation-duration) step-end;
7694
+ transition: opacity var(--animation-duration) step-end;
7695
+ }
7696
+
7697
+ fieldset.form-field.animated input::-ms-input-placeholder {
7698
+ opacity: 1;
7699
+ -ms-transition: opacity var(--animation-duration) step-end;
7700
+ transition: opacity var(--animation-duration) step-end;
7701
+ }
7702
+
7703
+ fieldset.form-field.animated input::placeholder {
7704
+ opacity: 1;
7705
+ -webkit-transition: opacity var(--animation-duration) step-end;
7706
+ transition: opacity var(--animation-duration) step-end;
7707
+ }
7708
+
7709
+ fieldset.form-field.animated label {
7710
+ position: absolute;
7711
+ left: calc(var(--input-padding-x) - var(--mw-border-width));
7712
+ font-size: var(--font-size);
7713
+ -webkit-transition: font-size var(--animation-duration), opacity var(--animation-duration) step-end, -webkit-transform var(--animation-duration);
7714
+ transition: font-size var(--animation-duration), opacity var(--animation-duration) step-end, -webkit-transform var(--animation-duration);
7715
+ transition: font-size var(--animation-duration), transform var(--animation-duration), opacity var(--animation-duration) step-end;
7716
+ transition: font-size var(--animation-duration), transform var(--animation-duration), opacity var(--animation-duration) step-end, -webkit-transform var(--animation-duration);
7717
+ }
7718
+
7719
+ /*--- idle animated populated */
7720
+ fieldset.form-field.animated:has(input:not(:-moz-placeholder)) legend::before {
7721
+ width: 0;
7722
+ }
7723
+ fieldset.form-field.animated:has(input:not(:-ms-input-placeholder)) legend::before {
7724
+ width: 0;
7725
+ }
7726
+ fieldset.form-field.animated:has(input:not(:placeholder-shown)) legend::before {
7727
+ width: 0;
7728
+ }
7729
+
7730
+ fieldset.form-field.animated:has(input:not(:-moz-placeholder)) legend {
7731
+ color: var(--mw-idle-color);
7732
+ }
7733
+
7734
+ fieldset.form-field.animated:has(input:not(:-ms-input-placeholder)) legend {
7735
+ color: var(--mw-idle-color);
7736
+ }
7737
+
7738
+ fieldset.form-field.animated:has(input:not(:placeholder-shown)) legend {
7739
+ color: var(--mw-idle-color);
7740
+ }
7741
+
7742
+ fieldset.form-field.animated:has(input:not(:-moz-placeholder)) label {
7743
+ color: transparent;
7744
+ }
7745
+
7746
+ fieldset.form-field.animated:has(input:not(:-ms-input-placeholder)) label {
7747
+ color: transparent;
7748
+ }
7749
+
7750
+ fieldset.form-field.animated:has(input:not(:placeholder-shown)) label {
7751
+ color: transparent;
7752
+ }
7753
+
7754
+ /*===== hovered */
7755
+ fieldset.form-field:hover {
7756
+ border-width: var(--mw-hover-border-width);
7757
+ border-color: var(--mw-hover-color);
7758
+ padding: 0 calc(var(--mw-inset) - var(--mw-hover-border-width));
7759
+ }
7760
+
7761
+ fieldset.form-field:hover legend::before {
7762
+ border-width: var(--mw-hover-border-width);
7763
+ border-color: var(--mw-hover-color);
7764
+ }
7765
+
7766
+ fieldset.form-field:hover legend {
7767
+ color: var(--mw-hover-color);
7768
+ }
7769
+
7770
+ /* hovered animated */
7771
+ fieldset.form-field.animated:hover legend {
7772
+ color: transparent;
7773
+ }
7774
+
7775
+ fieldset.form-field.animated:has(input:placeholder-shown):hover input::-webkit-input-placeholder {
7776
+ color: transparent;
7777
+ }
7778
+
7779
+ fieldset.form-field.animated:has(input:placeholder-shown):hover input::-moz-placeholder {
7780
+ color: transparent;
7781
+ }
7782
+
7783
+ fieldset.form-field.animated:has(input:placeholder-shown):hover input:-ms-input-placeholder {
7784
+ color: transparent;
7785
+ }
7786
+
7787
+ fieldset.form-field.animated:has(input:placeholder-shown):hover input::-ms-input-placeholder {
7788
+ color: transparent;
7789
+ }
7790
+
7791
+ fieldset.form-field.animated:has(input:-moz-placeholder):hover input::placeholder {
7792
+ color: transparent;
7793
+ }
7794
+
7795
+ fieldset.form-field.animated:has(input:-ms-input-placeholder):hover input::placeholder {
7796
+ color: transparent;
7797
+ }
7798
+
7799
+ fieldset.form-field.animated:has(input:placeholder-shown):hover input::placeholder {
7800
+ color: transparent;
7801
+ }
7802
+
7803
+ fieldset.form-field.animated:has(input:not(:-moz-placeholder)):hover legend {
7804
+ color: var(--mw-hover-color);
7805
+ }
7806
+
7807
+ fieldset.form-field.animated:has(input:not(:-ms-input-placeholder)):hover legend {
7808
+ color: var(--mw-hover-color);
7809
+ }
7810
+
7811
+ fieldset.form-field.animated:has(input:not(:placeholder-shown)):hover legend {
7812
+ color: var(--mw-hover-color);
7813
+ }
7814
+
7815
+ fieldset.form-field.animated:hover label {
7816
+ /* color: transparent; */
7817
+ color: var(--mw-hover-color);
7818
+ left: calc(var(--input-padding-x) - var(--mw-hover-border-width));
7819
+ top: calc(0.5 * var(--mw-input-height) - var(--label-size) * 0.5 - var(--font-size) + var(--mw-hover-border-width));
7820
+ }
7821
+
7822
+ /*===== focused */
7823
+ fieldset.form-field:focus-within {
7824
+ border-width: var(--mw-focus-border-width);
7825
+ border-color: var(--mw-focus-color);
7826
+ padding: 0 calc(var(--mw-inset) - var(--mw-focus-border-width));
7827
+ }
7828
+
7829
+ fieldset.form-field:focus-within legend::before {
7830
+ border-width: var(--mw-focus-border-width);
7831
+ border-color: var(--mw-focus-color);
7832
+ }
7833
+
7834
+ fieldset.form-field:focus-within legend {
7835
+ color: var(--mw-focus-color);
7836
+ }
7837
+
7838
+ fieldset.form-field select:focus {
7839
+ color: var(--mw-focus-color);
7840
+ }
7841
+
7842
+ /* focused animated */
7843
+ fieldset.form-field.animated:focus-within legend::before {
7844
+ width: 0;
7845
+ }
7846
+
7847
+ fieldset.form-field.animated:focus-within legend {
7848
+ color: var(--mw-focus-color);
7849
+ }
7850
+
7851
+ fieldset.form-field.animated:has(input:not(:-moz-placeholder)):focus-within legend {
7852
+ color: var(--mw-focus-color);
7853
+ }
7854
+
7855
+ fieldset.form-field.animated:has(input:not(:-ms-input-placeholder)):focus-within legend {
7856
+ color: var(--mw-focus-color);
7857
+ }
7858
+
7859
+ fieldset.form-field.animated:has(input:not(:placeholder-shown)):focus-within legend {
7860
+ color: var(--mw-focus-color);
7861
+ }
7862
+
7863
+ fieldset.form-field.animated:focus-within input::-webkit-input-placeholder {
7864
+ color: transparent;
7865
+ }
7866
+
7867
+ fieldset.form-field.animated:focus-within input::-moz-placeholder {
7868
+ color: transparent;
7869
+ }
7870
+
7871
+ fieldset.form-field.animated:focus-within input:-ms-input-placeholder {
7872
+ color: transparent;
7873
+ }
7874
+
7875
+ fieldset.form-field.animated:focus-within input::-ms-input-placeholder {
7876
+ color: transparent;
7877
+ }
7878
+
7879
+ fieldset.form-field.animated:focus-within input::placeholder {
7880
+ color: transparent;
7881
+ }
7882
+
7883
+ fieldset.form-field.animated:focus-within label {
7884
+ color: transparent;
7885
+ left: calc(var(--input-padding-x) - var(--mw-hover-border-width));
7886
+ }
7887
+
7888
+ /*
7889
+ fieldset.form-field.animated input:not(:placeholder-shown) ~ legend::before {
7890
+ width: 0;
7891
+ }
7892
+ fieldset.form-field.animated input:not(:placeholder-shown) ~ label {
7893
+ font-size: var(--label-size);
7894
+ transform: translateY(0);
7895
+ opacity: 1;
7896
+ }
7897
+ fieldset.form-field.animated label {
7898
+ opacity: 1;
7899
+ color: var(--mw-focus-color);
7900
+ font-size: var(--label-size);
7901
+ transform: translateY(var(--distY)) translateX(var(--input-padding-x));
7902
+ transition: font-size var(--animation-duration), transform var(--animation-duration), opacity 0s;
7903
+ }
7904
+ fieldset.form-field.animated:focus-within legend::before,
7905
+ fieldset.form-field.animated:has(input:not(:placeholder-shown)) legend::before {
7906
+ border-top: var(--mw-focus-border-width) solid var(--mw-focus-color);
7907
+ width: 0;
7908
+ }
7909
+ fieldset.form-field.animated:focus-within input::placeholder {
7910
+ opacity: 0;
7911
+ transition: opacity 0s;
7912
+ }
7913
+ */
7914
+ /* disabled*/
7915
+ fieldset.form-field[disabled],
7916
+ fieldset.form-field[disabled]:hover {
7917
+ background-color: transparent;
7918
+ border-color: var(--mw-disabled-color);
7919
+ -webkit-user-select: none;
7920
+ -moz-user-select: none;
7921
+ -ms-user-select: none;
7922
+ user-select: none;
7923
+ cursor: not-allowed;
7924
+ padding: 0 calc(var(--mw-inset) - var(--mw-border-width));
7925
+ }
7926
+
7927
+ fieldset.form-field[disabled] input {
7928
+ cursor: not-allowed;
7929
+ }
7930
+
7931
+ fieldset.form-field[disabled] input::-webkit-input-placeholder {
7932
+ color: var(--mw-disabled-color);
7933
+ cursor: not-allowed;
7934
+ }
7935
+
7936
+ fieldset.form-field[disabled] input::-moz-placeholder {
7937
+ color: var(--mw-disabled-color);
7938
+ cursor: not-allowed;
7939
+ }
7940
+
7941
+ fieldset.form-field[disabled] input:-ms-input-placeholder {
7942
+ color: var(--mw-disabled-color);
7943
+ cursor: not-allowed;
7944
+ }
7945
+
7946
+ fieldset.form-field[disabled] input::-ms-input-placeholder {
7947
+ color: var(--mw-disabled-color);
7948
+ cursor: not-allowed;
7949
+ }
7950
+
7951
+ fieldset.form-field[disabled] legend,
7952
+ fieldset.form-field[disabled] input::placeholder {
7953
+ color: var(--mw-disabled-color);
7954
+ cursor: not-allowed;
7955
+ }
7956
+
7957
+ fieldset.form-field[disabled] input {
7958
+ height: calc(var(--mw-input-height) - var(--label-size) + 2 * var(--mw-border-width));
7959
+ margin-top: calc(-1 * var(--half-lbl));
7960
+ }
7961
+
7962
+ fieldset.form-field[disabled]:hover {
7963
+ border-width: var(--mw-border-width);
7964
+ }
7965
+
7966
+ fieldset.form-field[disabled]:hover input, fieldset.form-field[disabled]:hover select {
7967
+ padding-left: calc(var(--mw-padding-left) - var(--mw-border-width));
7968
+ }
7969
+
7970
+ fieldset.form-field[disabled]:hover legend {
7971
+ margin-left: calc(var(--mw-padding-left) - var(--label-padding) - var(--mw-border-width));
7972
+ border-color: transparent;
7973
+ border-color: var(--mw-disabled-color);
7974
+ color: var(--mw-disabled-color);
7975
+ cursor: not-allowed;
7976
+ }
7977
+
7978
+ fieldset.form-field[disabled] label {
7979
+ cursor: not-allowed;
7980
+ }
7981
+
7982
+ /* special: required */
7983
+ fieldset.form-field:has([required]) legend::after {
7984
+ content: " *";
7985
+ }
7986
+
7987
+ fieldset.form-field:has([required]) label::after {
7988
+ content: " *";
9625
7989
  }