@mcurros2/microm 1.1.170-0 → 1.1.171-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.
- package/dist/index.css +0 -17
- package/dist/index.css.map +1 -1
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -237,7 +237,6 @@
|
|
|
237
237
|
[class^="w2ui-icon-"]:before, [class*=" w2ui-icon-"]:before {
|
|
238
238
|
vertical-align: middle;
|
|
239
239
|
speak: none;
|
|
240
|
-
-webkit-text-decoration: inherit;
|
|
241
240
|
text-decoration: inherit;
|
|
242
241
|
text-transform: none;
|
|
243
242
|
text-rendering: optimizeLegibility;
|
|
@@ -723,7 +722,6 @@ input[type="checkbox"].w2ui-toggle.green:checked + div > div {
|
|
|
723
722
|
input[type="button"].w2ui-btn, button.w2ui-btn {
|
|
724
723
|
color: #666;
|
|
725
724
|
cursor: default;
|
|
726
|
-
-webkit-user-select: none;
|
|
727
725
|
user-select: none;
|
|
728
726
|
-o-user-select: none;
|
|
729
727
|
-webkit-tap-highlight-color: #0000;
|
|
@@ -1244,7 +1242,6 @@ input[type="button"].w2ui-btn:disabled, button.w2ui-btn:disabled {
|
|
|
1244
1242
|
}
|
|
1245
1243
|
|
|
1246
1244
|
.w2ui-menu .w2ui-menu-item {
|
|
1247
|
-
-webkit-user-select: none;
|
|
1248
1245
|
user-select: none;
|
|
1249
1246
|
align-content: stretch;
|
|
1250
1247
|
padding: 8px 5px;
|
|
@@ -1327,7 +1324,6 @@ input[type="button"].w2ui-btn:disabled, button.w2ui-btn:disabled {
|
|
|
1327
1324
|
color: #838383;
|
|
1328
1325
|
box-shadow: none;
|
|
1329
1326
|
text-align: center;
|
|
1330
|
-
-webkit-user-select: none;
|
|
1331
1327
|
user-select: none;
|
|
1332
1328
|
opacity: 0;
|
|
1333
1329
|
background-color: #f7f7f7;
|
|
@@ -1354,7 +1350,6 @@ input[type="button"].w2ui-btn:disabled, button.w2ui-btn:disabled {
|
|
|
1354
1350
|
box-shadow: none;
|
|
1355
1351
|
opacity: 0;
|
|
1356
1352
|
text-align: center;
|
|
1357
|
-
-webkit-user-select: none;
|
|
1358
1353
|
user-select: none;
|
|
1359
1354
|
background-color: #0000;
|
|
1360
1355
|
border-color: #0000;
|
|
@@ -1503,7 +1498,6 @@ input[type="button"].w2ui-btn:disabled, button.w2ui-btn:disabled {
|
|
|
1503
1498
|
}
|
|
1504
1499
|
|
|
1505
1500
|
.w2ui-calendar {
|
|
1506
|
-
-webkit-user-select: none;
|
|
1507
1501
|
user-select: none;
|
|
1508
1502
|
margin: 0;
|
|
1509
1503
|
line-height: 1.1;
|
|
@@ -2069,7 +2063,6 @@ input[type="button"].w2ui-btn:disabled, button.w2ui-btn:disabled {
|
|
|
2069
2063
|
}
|
|
2070
2064
|
|
|
2071
2065
|
.w2ui-field .w2ui-box-label {
|
|
2072
|
-
-webkit-user-select: none;
|
|
2073
2066
|
user-select: none;
|
|
2074
2067
|
vertical-align: middle;
|
|
2075
2068
|
}
|
|
@@ -2100,7 +2093,6 @@ input:not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type
|
|
|
2100
2093
|
|
|
2101
2094
|
.w2ui-field-helper {
|
|
2102
2095
|
pointer-events: none;
|
|
2103
|
-
-webkit-user-select: none;
|
|
2104
2096
|
user-select: none;
|
|
2105
2097
|
-o-user-select: none;
|
|
2106
2098
|
line-height: 100%;
|
|
@@ -2711,7 +2703,6 @@ input:not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type
|
|
|
2711
2703
|
}
|
|
2712
2704
|
|
|
2713
2705
|
.w2ui-grid .w2ui-grid-body {
|
|
2714
|
-
-webkit-user-select: none;
|
|
2715
2706
|
user-select: none;
|
|
2716
2707
|
-o-user-select: none;
|
|
2717
2708
|
background-color: #fff;
|
|
@@ -2721,7 +2712,6 @@ input:not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type
|
|
|
2721
2712
|
}
|
|
2722
2713
|
|
|
2723
2714
|
.w2ui-grid .w2ui-grid-body input, .w2ui-grid .w2ui-grid-body select, .w2ui-grid .w2ui-grid-body textarea {
|
|
2724
|
-
-webkit-user-select: text;
|
|
2725
2715
|
user-select: text;
|
|
2726
2716
|
-o-user-select: text;
|
|
2727
2717
|
}
|
|
@@ -3147,7 +3137,6 @@ input:not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type
|
|
|
3147
3137
|
|
|
3148
3138
|
.w2ui-grid .w2ui-editable div.w2ui-input {
|
|
3149
3139
|
white-space: pre;
|
|
3150
|
-
-webkit-user-select: text;
|
|
3151
3140
|
user-select: text;
|
|
3152
3141
|
-o-user-select: text;
|
|
3153
3142
|
background-color: #fff;
|
|
@@ -3184,7 +3173,6 @@ input:not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type
|
|
|
3184
3173
|
|
|
3185
3174
|
.w2ui-grid .w2ui-grid-footer {
|
|
3186
3175
|
text-align: center;
|
|
3187
|
-
-webkit-user-select: text;
|
|
3188
3176
|
user-select: text;
|
|
3189
3177
|
-o-user-select: text;
|
|
3190
3178
|
color: #444;
|
|
@@ -3567,7 +3555,6 @@ input:not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type
|
|
|
3567
3555
|
|
|
3568
3556
|
.w2ui-popup .w2ui-popup-title {
|
|
3569
3557
|
text-overflow: ellipsis;
|
|
3570
|
-
-webkit-user-select: none;
|
|
3571
3558
|
user-select: none;
|
|
3572
3559
|
-o-user-select: none;
|
|
3573
3560
|
cursor: move;
|
|
@@ -3772,7 +3759,6 @@ input:not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type
|
|
|
3772
3759
|
|
|
3773
3760
|
.w2ui-sidebar .w2ui-sidebar-body {
|
|
3774
3761
|
z-index: 1;
|
|
3775
|
-
-webkit-user-select: none;
|
|
3776
3762
|
user-select: none;
|
|
3777
3763
|
-o-user-select: none;
|
|
3778
3764
|
padding: 2px 0;
|
|
@@ -4085,7 +4071,6 @@ input:not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type
|
|
|
4085
4071
|
color: #000;
|
|
4086
4072
|
white-space: nowrap;
|
|
4087
4073
|
cursor: default;
|
|
4088
|
-
-webkit-user-select: none;
|
|
4089
4074
|
user-select: none;
|
|
4090
4075
|
background-color: #0000;
|
|
4091
4076
|
border: 2px solid #0000;
|
|
@@ -4180,7 +4165,6 @@ input:not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type
|
|
|
4180
4165
|
}
|
|
4181
4166
|
|
|
4182
4167
|
.w2ui-toolbar {
|
|
4183
|
-
-webkit-user-select: none;
|
|
4184
4168
|
user-select: none;
|
|
4185
4169
|
background-color: #f5f5f5;
|
|
4186
4170
|
padding: 2px;
|
|
@@ -4221,7 +4205,6 @@ input:not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type
|
|
|
4221
4205
|
color: #000;
|
|
4222
4206
|
white-space: nowrap;
|
|
4223
4207
|
cursor: default;
|
|
4224
|
-
-webkit-user-select: none;
|
|
4225
4208
|
user-select: none;
|
|
4226
4209
|
background-color: #0000;
|
|
4227
4210
|
border: 1px solid #0000;
|