mithril-materialized 3.3.3 → 3.3.5
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.
- package/README.md +3 -1
- package/dist/advanced.css +48 -46
- package/dist/components.css +200 -95
- package/dist/core.css +29 -27
- package/dist/forms.css +26 -24
- package/dist/index.css +182 -176
- package/dist/index.esm.js +17 -9
- package/dist/index.js +17 -9
- package/dist/index.min.css +2 -2
- package/dist/index.umd.js +17 -9
- package/dist/material-icon.d.ts +2 -0
- package/dist/pickers.css +10 -10
- package/dist/utilities.css +18 -16
- package/package.json +5 -5
package/dist/forms.css
CHANGED
|
@@ -387,7 +387,6 @@ td, th {
|
|
|
387
387
|
border-spacing: 0;
|
|
388
388
|
display: block;
|
|
389
389
|
position: relative;
|
|
390
|
-
/* sort out borders */
|
|
391
390
|
}
|
|
392
391
|
table.responsive-table td:empty:before {
|
|
393
392
|
content: " ";
|
|
@@ -435,6 +434,9 @@ td, th {
|
|
|
435
434
|
border-bottom: none;
|
|
436
435
|
padding: 0 10px;
|
|
437
436
|
}
|
|
437
|
+
table.responsive-table {
|
|
438
|
+
/* sort out borders */
|
|
439
|
+
}
|
|
438
440
|
table.responsive-table thead {
|
|
439
441
|
border: 0;
|
|
440
442
|
border-right: 1px solid rgba(0, 0, 0, 0.12);
|
|
@@ -1113,11 +1115,6 @@ textarea.materialize-textarea + label:after {
|
|
|
1113
1115
|
transition: 0.2s opacity ease-out, 0.2s color ease-out;
|
|
1114
1116
|
}
|
|
1115
1117
|
|
|
1116
|
-
.input-field {
|
|
1117
|
-
position: relative;
|
|
1118
|
-
margin-top: 1rem;
|
|
1119
|
-
margin-bottom: 1rem;
|
|
1120
|
-
}
|
|
1121
1118
|
.input-field.inline {
|
|
1122
1119
|
display: inline-block;
|
|
1123
1120
|
vertical-align: middle;
|
|
@@ -1134,6 +1131,11 @@ textarea.materialize-textarea + label:after {
|
|
|
1134
1131
|
.input-field.col .prefix ~ .validate ~ label {
|
|
1135
1132
|
width: calc(100% - 3rem - 1.5rem);
|
|
1136
1133
|
}
|
|
1134
|
+
.input-field {
|
|
1135
|
+
position: relative;
|
|
1136
|
+
margin-top: 1rem;
|
|
1137
|
+
margin-bottom: 1rem;
|
|
1138
|
+
}
|
|
1137
1139
|
.input-field > label {
|
|
1138
1140
|
color: #9e9e9e;
|
|
1139
1141
|
position: absolute;
|
|
@@ -1154,6 +1156,12 @@ textarea.materialize-textarea + label:after {
|
|
|
1154
1156
|
transform: translateY(-14px) scale(0.8);
|
|
1155
1157
|
transform-origin: 0 0;
|
|
1156
1158
|
}
|
|
1159
|
+
.input-field .helper-text::after {
|
|
1160
|
+
opacity: 1;
|
|
1161
|
+
position: absolute;
|
|
1162
|
+
top: 0;
|
|
1163
|
+
left: 0;
|
|
1164
|
+
}
|
|
1157
1165
|
.input-field .helper-text {
|
|
1158
1166
|
position: relative;
|
|
1159
1167
|
min-height: 18px;
|
|
@@ -1161,12 +1169,6 @@ textarea.materialize-textarea + label:after {
|
|
|
1161
1169
|
font-size: 12px;
|
|
1162
1170
|
color: var(--mm-text-secondary, rgba(0, 0, 0, 0.54));
|
|
1163
1171
|
}
|
|
1164
|
-
.input-field .helper-text::after {
|
|
1165
|
-
opacity: 1;
|
|
1166
|
-
position: absolute;
|
|
1167
|
-
top: 0;
|
|
1168
|
-
left: 0;
|
|
1169
|
-
}
|
|
1170
1172
|
.input-field .prefix {
|
|
1171
1173
|
position: absolute;
|
|
1172
1174
|
width: 3rem;
|
|
@@ -1325,13 +1327,16 @@ select {
|
|
|
1325
1327
|
position: absolute;
|
|
1326
1328
|
}
|
|
1327
1329
|
|
|
1328
|
-
.select-wrapper {
|
|
1329
|
-
position: relative;
|
|
1330
|
-
}
|
|
1331
1330
|
.select-wrapper.valid + label, .select-wrapper.invalid + label {
|
|
1332
1331
|
width: 100%;
|
|
1333
1332
|
pointer-events: none;
|
|
1334
1333
|
}
|
|
1334
|
+
.select-wrapper {
|
|
1335
|
+
position: relative;
|
|
1336
|
+
}
|
|
1337
|
+
.select-wrapper input.select-dropdown:focus {
|
|
1338
|
+
border-bottom: 1px solid #26a69a;
|
|
1339
|
+
}
|
|
1335
1340
|
.select-wrapper input.select-dropdown {
|
|
1336
1341
|
position: relative;
|
|
1337
1342
|
cursor: pointer;
|
|
@@ -1349,9 +1354,6 @@ select {
|
|
|
1349
1354
|
user-select: none;
|
|
1350
1355
|
z-index: 1;
|
|
1351
1356
|
}
|
|
1352
|
-
.select-wrapper input.select-dropdown:focus {
|
|
1353
|
-
border-bottom: 1px solid #26a69a;
|
|
1354
|
-
}
|
|
1355
1357
|
.select-wrapper .caret {
|
|
1356
1358
|
position: absolute;
|
|
1357
1359
|
right: 0;
|
|
@@ -1589,9 +1591,6 @@ body.keyboard-focused .select-dropdown.dropdown-content li:focus {
|
|
|
1589
1591
|
color: var(--mm-text-disabled, rgba(0, 0, 0, 0.42));
|
|
1590
1592
|
}
|
|
1591
1593
|
|
|
1592
|
-
[type=checkbox] {
|
|
1593
|
-
/* checkbox aspect */
|
|
1594
|
-
}
|
|
1595
1594
|
[type=checkbox] + span:not(.lever) {
|
|
1596
1595
|
position: relative;
|
|
1597
1596
|
padding-left: 35px;
|
|
@@ -1602,6 +1601,9 @@ body.keyboard-focused .select-dropdown.dropdown-content li:focus {
|
|
|
1602
1601
|
font-size: 1rem;
|
|
1603
1602
|
user-select: none;
|
|
1604
1603
|
}
|
|
1604
|
+
[type=checkbox] {
|
|
1605
|
+
/* checkbox aspect */
|
|
1606
|
+
}
|
|
1605
1607
|
[type=checkbox] + span:not(.lever):before, [type=checkbox]:not(.filled-in) + span:not(.lever):after {
|
|
1606
1608
|
content: "";
|
|
1607
1609
|
position: absolute;
|
|
@@ -2437,6 +2439,9 @@ input[type=range]::-ms-thumb {
|
|
|
2437
2439
|
.file-field span {
|
|
2438
2440
|
cursor: pointer;
|
|
2439
2441
|
}
|
|
2442
|
+
.file-field input[type=file]::-webkit-file-upload-button {
|
|
2443
|
+
display: none;
|
|
2444
|
+
}
|
|
2440
2445
|
.file-field input[type=file] {
|
|
2441
2446
|
position: absolute;
|
|
2442
2447
|
top: 0;
|
|
@@ -2451,9 +2456,6 @@ input[type=range]::-ms-thumb {
|
|
|
2451
2456
|
opacity: 0;
|
|
2452
2457
|
filter: alpha(opacity=0);
|
|
2453
2458
|
}
|
|
2454
|
-
.file-field input[type=file]::-webkit-file-upload-button {
|
|
2455
|
-
display: none;
|
|
2456
|
-
}
|
|
2457
2459
|
.file-field .close {
|
|
2458
2460
|
height: 20px;
|
|
2459
2461
|
}
|